Notes from several machine learning video series on youtube.
$ virtualenv -p /usr/bin/python3 venv
$ source venv/bin/activate
$ pip install -r requirements-freeze.txt
Notes and toy implementations to help learn Python machine learning
Jupyter Notebook
Notes from several machine learning video series on youtube.
$ virtualenv -p /usr/bin/python3 venv
$ source venv/bin/activate
$ pip install -r requirements-freeze.txt