
Solving Multi-Armed Bandits
Using the ε-greedy approach to solving the multi-armed bandit problem.
A Machine Learning Quicky — Why Use L2 Regularization

Modeling the Market
Wherein we take a look at an easy time series dataset, the historical S&P 500 data, and build a Markov chain Monte Carlo model around it.
Programming in Python for Peak Performance
Wherein I cover a few ways to write your Python code without using a for loop