/quantdare_posts

Primary LanguageJupyter Notebook

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.