/python_machine_learning

Notes and toy implementations to help learn Python machine learning

Primary LanguageJupyter Notebook

Pytorch Weather

Notes from several machine learning video series on youtube.

installation

$ virtualenv -p /usr/bin/python3 venv 
$ source venv/bin/activate
$ pip install -r requirements-freeze.txt

Machine Learning From Scratch (YouTube)

Link to p1

PyTorch Tutorial

Link to p1

Deep Learning and Neural Networks with Python

Link to p1