This project is part of the CS-159 course on Machine Learning at Caltech.
- Install miniconda3.
- Create conda environment.
conda create -n cs159 conda activate cs159
- Make code modifications in a separate git branch
git checkout -b new_feature
- Commit changes in git and push.
- Submit pull request on GitHub.