From 68bf7630cebe92e72025d2a2bbf9daafc5c38d1a Mon Sep 17 00:00:00 2001 From: Derek Snow Date: Fri, 17 Dec 2021 02:08:29 -0500 Subject: [PATCH] Update with resource Adding a resource to research links, let me know if it sticks. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c82f957..da0b166 100644 --- a/README.md +++ b/README.md @@ -419,6 +419,7 @@ A curated list of insanely awesome libraries, packages and resources for Quants ## Reproducing Works & Books - [Derman Papers](https://github.com/MarcosCarreira/DermanPapers) - Notebooks that replicate original quantitative finance papers from Emanuel Derman. +- [ML-Quant](https://www.ml-quant.com/) - Top Quant resources like ArXiv (sanity), SSRN, RePec, Journals, Podcasts, Videos, and Blogs. - [volatility-trading](https://github.com/jasonstrimpel/volatility-trading) - A complete set of volatility estimators based on Euan Sinclair's Volatility Trading. - [quant](https://github.com/paulperry/quant) - Quantitative Finance and Algorithmic Trading exhaust; mostly ipython notebooks based on Quantopian, Zipline, or Pandas. - [fecon235](https://github.com/rsvp/fecon235) - Open source project for software tools in financial economics. Many jupyter notebook to verify theoretical ideas and practical methods interactively.