Repository for storing my practice exercises for Machine Learning: A Probablistic Approach, by Kevin Murphy. In some cases, I have gone beyond the scope of the required exercises, as an opportunity to practice my Python, by implementing some of the modules that were provided by the book in MATLAB from scratch.
- Within the repo for each chapter, make a >=3.6 Python venv.
- Install all requirements with
make install
orpip install -r requirements.txt
- Download any required datasets with
make data
. - Each module is created to solve an exercise or exercises. They are directly executable with
python
.