Pinned Repositories
adv-r
Advanced R programming: a book
awesome-quant
A curated list of insanely awesome libraries, packages and resources for Quants (Quantitative Finance)
case_study
cryptocompare
Python3 Wrapper for the CryptoCompare API
cvxportfolio
Portfolio optimization and simulation in Python
deep_learning_python
Scripts and analysis for using Python Keras
gargle
Infrastructure for calling Google APIs from R, including auth
high_performance_python
Code for the book "High Performance Python" by Micha Gorelick and Ian Ozsvald with OReilly
Kalman-and-Bayesian-Filters-in-Python
Kalman Filter book using Jupyter Notebook. Focuses on building intuition and experience, not formal proofs. Includes Kalman filters,extended Kalman filters, unscented Kalman filters, particle filters, and more. All exercises include solutions.
robotmasterkris's Repositories
robotmasterkris/cryptocompare
Python3 Wrapper for the CryptoCompare API
robotmasterkris/awesome-quant
A curated list of insanely awesome libraries, packages and resources for Quants (Quantitative Finance)
robotmasterkris/adv-r
Advanced R programming: a book
robotmasterkris/case_study
robotmasterkris/cvxportfolio
Portfolio optimization and simulation in Python
robotmasterkris/deep_learning_python
Scripts and analysis for using Python Keras
robotmasterkris/gargle
Infrastructure for calling Google APIs from R, including auth
robotmasterkris/high_performance_python
Code for the book "High Performance Python" by Micha Gorelick and Ian Ozsvald with OReilly
robotmasterkris/Kalman-and-Bayesian-Filters-in-Python
Kalman Filter book using Jupyter Notebook. Focuses on building intuition and experience, not formal proofs. Includes Kalman filters,extended Kalman filters, unscented Kalman filters, particle filters, and more. All exercises include solutions.
robotmasterkris/presentations
Slide show presentations regarding data driven investing.
robotmasterkris/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers
aka "Bayesian Methods for Hackers": An introduction to Bayesian methods + probabilistic programming with a computation/understanding-first, mathematics-second point of view. All in pure Python ;)
robotmasterkris/PythonDataScienceHandbook
Python Data Science Handbook: full text in Jupyter Notebooks
robotmasterkris/sci-prog-python
Notes and exercises from A Primer on Scientific Programming with Python
robotmasterkris/scipro-primer
Software and additional material for the book "A Primer on Scientific Programming with Python"
robotmasterkris/statistics-for-hackers
A Jupyter notebook to accompany Jake VanderPlas's "Statistics for Hackers" talk from PyCon 2016.
robotmasterkris/ThinkStats2
Text and supporting code for Think Stats, 2nd Edition