Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 505 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 505 Bytes

CS-159: Advanced Topics in Machine Learning

Background

This project is part of the CS-159 course on Machine Learning at Caltech.

Development Guide

  1. Install miniconda3.
  2. Create conda environment.
    conda create -n cs159
    conda activate cs159
  3. Make code modifications in a separate git branch
    git checkout -b new_feature
  4. Commit changes in git and push.
  5. Submit pull request on GitHub.