Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 467 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 467 Bytes

Unpolished notes and experiments on machine learning.

To execute the notebooks, install the conda package manager, cd into into this directory, and execute

conda env create -f environment.yml.

After it has installed all the packages listed in environment.yml, execute

conda activate ml_notes

to activate the environment. You can now open jupyter notebooks in the new environment and execute the code in it.