This repository contains a set of IPython Notebooks about machine learning algorithms and its applications. Some of the content is based on the PRML Book by Christopher Bishop.
The notebooks are developed with:
- Python 3
- Numpy
- SciPy
- Pandas
These libraries can be easily installed using Anaconda and Pip.
- Parametric Density Estimation: Estimating a parametric density distributions.
- Nonparametric Density Estimation: How about non-parametric density estimation.
- Linear Regression Models: Classic linear models for regression in a toy data.
- Linear Classification Models: Linear classification models applied to multi-class classification.
- Neural Networks: Exploring non-linearity with Neural networks.
- Kernel Trick: Applying the kernel trink on regression models.