jankrepl/deepdow
A PyTorch-based library that uses neural networks to compute financial portfolio weight allocations in a single forward pass.

Velocity · 7d
+0.5
★ / day
Trend
→steady
star history
deepdow merges portfolio optimization with deep learning by constructing pipelines of differentiable layers. Feature extractors (such as LSTM networks) process market data, and a final allocation layer produces portfolio weights. The entire network is trained via gradient descent to find optimal buy-and-hold weight allocations.