Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 1.17 KB

README.md

File metadata and controls

22 lines (12 loc) · 1.17 KB

Quantdare Posts

Financial and mathematical posts and findings.

Kelly criterion: Part 2

In this post we see how the Kelly criterion can be implemented to improve our asset allocation.

Run the code by clicking the next binder: Binder

Implementing a RNN with numpy

In this post we learn how to implement a Recurrent Neural Network from scratch using only numpy.

Check here too see how it was implemented and a usage example.

Measuring uncertainty with RNN

In this post we learn how to make probabilistic forecasting with quantile predictions using the Smooth Pinball loss function in an LSTM with PyTorch.

Check here too see how it was implemented and a usage example.