Repository for illustrating and exploring various machine learning concepts.
- Project #1: Maximum likelihood and Bayesian point estimation (
estimators
directory) - Project #2: Bayesian linear regression and prediction (
bayeslinreg
directory) - Project #3: Linear classification (
linclass
directory) - Project #4: Gaussian processes for regression (
gauss_process
directory)