Machine Learning

Epsilon-Greedy Algorithm

Variation of the classic greedy algorithm as a simple solution to the "exploration-exploitation" tradeoff.

Multivariate Linear Regression

Statistical model that uses N parameters to predict the outcome of the response variable. Implemented with the gradient descent aglorithm.