├── Artificial Intelligence ├── Deep Learning │ └── readme.md ├── LLMs │ └── readme.md ├── Machine Learning │ └── readme.md └── NLP │ └── readme.md ├── BrainTeasers_Puzzles └── readme.md ├── C++ └── readme.md ├── Computer Architecture ├── Computer Organization (V. Carl Hamacher, Zvonko G. Vranesic etc.) (Z-Library).pdf ├── Computer System Architecture (M. Morris Mano) (Z-Library).pdf └── readme.md ├── Computer Networks └── readme.md ├── Credit Risk Modeling ├── Projects │ └── Readme.md └── README.md ├── Digital Logic └── readme.md ├── Distributed Systems └── readme.md ├── Econometrics └── readme.md ├── FPGA ├── 02_ebook.pdf ├── FPGA-based Implementation of Signal Processing Systems (Roger Woods, John McAllister, Gaye Lightbody etc.) (Z-Library).pdf ├── fpga-based-accelerators-for-financial-applications-2015.pdf └── readme.md ├── Financial Theory ├── Portfolio Theory │ └── readme.md └── readme.md ├── Game Theory └── readme.md ├── High Performance Computing └── readme.md ├── Mathematics ├── Calculus │ └── readme.md ├── Linear Algebra │ └── readme.md ├── Numerical Methods │ └── readme.md ├── Optimization │ └── readme.md ├── Probability Theory │ └── readme.md ├── Probability and Statistics Cheatsheet.pdf ├── Statistics │ └── readme.md ├── Stochastic Calculus │ └── readme.md └── readme.md ├── Matlab └── readme.md ├── Operating Systems └── readme.md ├── Parallel Computing └── readme.md ├── Poker Theory └── readme.md ├── Projects ├── ARIMA + GARCH Trading Strategy on Stock Market Using Python and R │ └── readme.md ├── Automated Algo Trading Strategy using EMA and Bollinger Bands │ └── readme.md ├── Bollinger Bands Trading Strategy │ └── readme.md ├── CoIntegration-Based Pairs Trading Strategy │ └── readme.md ├── Deriving & Numerically Solving the Black-Scholes PDE using Python │ └── README.md ├── LSTM based Time-Series Forecasting for Algorithmic Trading │ └── readme.md ├── Option Chain Analyser and Payoff Visualizer Using Python │ └── readme.md ├── Sentiment Analysis Trading Strategy using Sentimental Data │ └── readme.md └── readme.md ├── Python └── readme.md ├── QuantCompaniesList.md ├── QuantCompetition_Fellowships.md ├── Quantum Computing └── readme.md ├── R └── readme.md ├── README.md ├── Reinforcement Learning └── readme.md ├── ResumeTemplates └── readme.md ├── SQL └── readme.md ├── Signal Processing └── readme.md ├── Statsmodels └── readme.md ├── Technical_Indicators └── readme.md └── TextBooks └── readme.md /Artificial Intelligence/Deep Learning/readme.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Artificial Intelligence/LLMs/readme.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Artificial Intelligence/Machine Learning/readme.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Artificial Intelligence/NLP/readme.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /BrainTeasers_Puzzles/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergeekgyan/Quant-Developers-Resources/HEAD/BrainTeasers_Puzzles/readme.md -------------------------------------------------------------------------------- /C++/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergeekgyan/Quant-Developers-Resources/HEAD/C++/readme.md -------------------------------------------------------------------------------- /Computer Architecture/Computer Organization (V. Carl Hamacher, Zvonko G. Vranesic etc.) (Z-Library).pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergeekgyan/Quant-Developers-Resources/HEAD/Computer Architecture/Computer Organization (V. Carl Hamacher, Zvonko G. Vranesic etc.) (Z-Library).pdf -------------------------------------------------------------------------------- /Computer Architecture/Computer System Architecture (M. Morris Mano) (Z-Library).pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergeekgyan/Quant-Developers-Resources/HEAD/Computer Architecture/Computer System Architecture (M. Morris Mano) (Z-Library).pdf -------------------------------------------------------------------------------- /Computer Architecture/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergeekgyan/Quant-Developers-Resources/HEAD/Computer Architecture/readme.md -------------------------------------------------------------------------------- /Computer Networks/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergeekgyan/Quant-Developers-Resources/HEAD/Computer Networks/readme.md -------------------------------------------------------------------------------- /Credit Risk Modeling/Projects/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergeekgyan/Quant-Developers-Resources/HEAD/Credit Risk Modeling/Projects/Readme.md -------------------------------------------------------------------------------- /Credit Risk Modeling/README.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Digital Logic/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergeekgyan/Quant-Developers-Resources/HEAD/Digital Logic/readme.md -------------------------------------------------------------------------------- /Distributed Systems/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergeekgyan/Quant-Developers-Resources/HEAD/Distributed Systems/readme.md -------------------------------------------------------------------------------- /Econometrics/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergeekgyan/Quant-Developers-Resources/HEAD/Econometrics/readme.md -------------------------------------------------------------------------------- /FPGA/02_ebook.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergeekgyan/Quant-Developers-Resources/HEAD/FPGA/02_ebook.pdf -------------------------------------------------------------------------------- /FPGA/FPGA-based Implementation of Signal Processing Systems (Roger Woods, John McAllister, Gaye Lightbody etc.) (Z-Library).pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergeekgyan/Quant-Developers-Resources/HEAD/FPGA/FPGA-based Implementation of Signal Processing Systems (Roger Woods, John McAllister, Gaye Lightbody etc.) (Z-Library).pdf -------------------------------------------------------------------------------- /FPGA/fpga-based-accelerators-for-financial-applications-2015.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergeekgyan/Quant-Developers-Resources/HEAD/FPGA/fpga-based-accelerators-for-financial-applications-2015.pdf -------------------------------------------------------------------------------- /FPGA/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergeekgyan/Quant-Developers-Resources/HEAD/FPGA/readme.md -------------------------------------------------------------------------------- /Financial Theory/Portfolio Theory/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergeekgyan/Quant-Developers-Resources/HEAD/Financial Theory/Portfolio Theory/readme.md -------------------------------------------------------------------------------- /Financial Theory/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergeekgyan/Quant-Developers-Resources/HEAD/Financial Theory/readme.md -------------------------------------------------------------------------------- /Game Theory/readme.md: -------------------------------------------------------------------------------- 1 | # Game Theory Topics for Quants 2 | -------------------------------------------------------------------------------- /High Performance Computing/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergeekgyan/Quant-Developers-Resources/HEAD/High Performance Computing/readme.md -------------------------------------------------------------------------------- /Mathematics/Calculus/readme.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Mathematics/Linear Algebra/readme.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Mathematics/Numerical Methods/readme.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Mathematics/Optimization/readme.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Mathematics/Probability Theory/readme.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Mathematics/Probability and Statistics Cheatsheet.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergeekgyan/Quant-Developers-Resources/HEAD/Mathematics/Probability and Statistics Cheatsheet.pdf -------------------------------------------------------------------------------- /Mathematics/Statistics/readme.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Mathematics/Stochastic Calculus/readme.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Mathematics/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergeekgyan/Quant-Developers-Resources/HEAD/Mathematics/readme.md -------------------------------------------------------------------------------- /Matlab/readme.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Operating Systems/readme.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Parallel Computing/readme.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Poker Theory/readme.md: -------------------------------------------------------------------------------- 1 | # Poker Theory Concepts for Quants 2 | -------------------------------------------------------------------------------- /Projects/ARIMA + GARCH Trading Strategy on Stock Market Using Python and R/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergeekgyan/Quant-Developers-Resources/HEAD/Projects/ARIMA + GARCH Trading Strategy on Stock Market Using Python and R/readme.md -------------------------------------------------------------------------------- /Projects/Automated Algo Trading Strategy using EMA and Bollinger Bands/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergeekgyan/Quant-Developers-Resources/HEAD/Projects/Automated Algo Trading Strategy using EMA and Bollinger Bands/readme.md -------------------------------------------------------------------------------- /Projects/Bollinger Bands Trading Strategy/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergeekgyan/Quant-Developers-Resources/HEAD/Projects/Bollinger Bands Trading Strategy/readme.md -------------------------------------------------------------------------------- /Projects/CoIntegration-Based Pairs Trading Strategy/readme.md: -------------------------------------------------------------------------------- 1 | ## CoIntegration-Based Pairs Trading Strategy 2 | 3 | -------------------------------------------------------------------------------- /Projects/Deriving & Numerically Solving the Black-Scholes PDE using Python/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergeekgyan/Quant-Developers-Resources/HEAD/Projects/Deriving & Numerically Solving the Black-Scholes PDE using Python/README.md -------------------------------------------------------------------------------- /Projects/LSTM based Time-Series Forecasting for Algorithmic Trading/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergeekgyan/Quant-Developers-Resources/HEAD/Projects/LSTM based Time-Series Forecasting for Algorithmic Trading/readme.md -------------------------------------------------------------------------------- /Projects/Option Chain Analyser and Payoff Visualizer Using Python/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergeekgyan/Quant-Developers-Resources/HEAD/Projects/Option Chain Analyser and Payoff Visualizer Using Python/readme.md -------------------------------------------------------------------------------- /Projects/Sentiment Analysis Trading Strategy using Sentimental Data/readme.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Projects/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergeekgyan/Quant-Developers-Resources/HEAD/Projects/readme.md -------------------------------------------------------------------------------- /Python/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergeekgyan/Quant-Developers-Resources/HEAD/Python/readme.md -------------------------------------------------------------------------------- /QuantCompaniesList.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergeekgyan/Quant-Developers-Resources/HEAD/QuantCompaniesList.md -------------------------------------------------------------------------------- /QuantCompetition_Fellowships.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergeekgyan/Quant-Developers-Resources/HEAD/QuantCompetition_Fellowships.md -------------------------------------------------------------------------------- /Quantum Computing/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergeekgyan/Quant-Developers-Resources/HEAD/Quantum Computing/readme.md -------------------------------------------------------------------------------- /R/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergeekgyan/Quant-Developers-Resources/HEAD/R/readme.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergeekgyan/Quant-Developers-Resources/HEAD/README.md -------------------------------------------------------------------------------- /Reinforcement Learning/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergeekgyan/Quant-Developers-Resources/HEAD/Reinforcement Learning/readme.md -------------------------------------------------------------------------------- /ResumeTemplates/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergeekgyan/Quant-Developers-Resources/HEAD/ResumeTemplates/readme.md -------------------------------------------------------------------------------- /SQL/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergeekgyan/Quant-Developers-Resources/HEAD/SQL/readme.md -------------------------------------------------------------------------------- /Signal Processing/readme.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Statsmodels/readme.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Technical_Indicators/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergeekgyan/Quant-Developers-Resources/HEAD/Technical_Indicators/readme.md -------------------------------------------------------------------------------- /TextBooks/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergeekgyan/Quant-Developers-Resources/HEAD/TextBooks/readme.md --------------------------------------------------------------------------------