Shiny App for Exploring Stock Returns

Reading time ~1 minute

Screenshot

Sharing the Shiny app I created for completion of the course Developing Data Products on Coursera.


I have also prepared a pitch presentation for the app, which gives a little overview, instructions, etc. Source code can be found here.

Have fun and let me know your thoughts!

Solving Lunar Lander with Double Dueling Deep Q-Network and PyTorch

### Problem StatementThe environment is called `LunarLander-v2` which is part of the Python `gym` package @lunarlander. An episode always...… Continue reading

Counting Inversions - C++

Published on June 05, 2017

Karatsuba Multiplication Algorithm - C++

Published on May 29, 2017