From 2da31034f9beb3b55496a737ad01c084254d1dea Mon Sep 17 00:00:00 2001 From: Alexander Ows Date: Mon, 1 Mar 2021 01:45:49 +0100 Subject: [PATCH] Added PyPortfolioOpt repo Added PyPortfolioOpt repo from Robert Martin very active repo and quality stuff https://github.com/robertmartin8/PyPortfolioOpt best, A.G. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 454365e..afed613 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,7 @@ If you want to contribute to this list (please do), send me a pull request or co - [Distribution Characteristic Optimisation](https://github.com/VivekPa/OptimalPortfolio) - Extends classical portfolio optimisation to take the skewness and kurtosis of the distribution of market invariants into account. - [Reinforcement Learning](https://github.com/filangel/qtrader) - Reinforcement Learning for Portfolio Management. - [Efficient Frontier](https://github.com/tthustla/efficient_frontier/blob/master/Efficient%20_Frontier_implementation.ipynb) - Modern Portfolio Theory. +- [PyPortfolioOpt](https://github.com/robertmartin8/PyPortfolioOpt) - Financial portfolio optimisation, including classical efficient frontier and advanced methods. - [Policy Gradient Portfolio](https://github.com/ZhengyaoJiang/PGPortfolio) - A Deep Reinforcement Learning Framework for the Financial Portfolio Management Problem. - [Deep Portfolio Theory](https://github.com/tcloaa/Deep-Portfolio-Theory) - Autoencoder framework for portfolio selection. - [401K Portfolio Optimisation](https://github.com/otosman/Python-for-Finance/blob/master/Portfolio%20Optimization%20401k.ipynb) - Portfolio analyses and optimisation for 401K.