This repository contains implementations of various Quantitative Finance projects, focusing on financial modeling, algorithmic trading, and risk management. Each project is based on established financial theories, research papers, or practical trading strategies, with explanations and optimizations noted in the comments of the .py or .ipynb files.
The repository follows a structured format to ensure ease of navigation:
π¦ Quant-Projects
βββ π Project-Title-1/
β βββ π README.md # Summary & Implementation details
β βββ π implementation.py (or .ipynb) # Code for the project
β
βββ π Project-Title-2/
β βββ π ...
β
βββ π README.md # You're here!
Each project includes data preprocessing, model implementation, and performance evaluation.