/neptune

Primary LanguageJupyter Notebook

jupyter notebook guide

http://www.jupyter.org

ML crash course

https://developers.google.com/machine-learning/crash-course/

sklearn setup

pip install -U scikit-learn
pip install sklearn scipy

jupyter tensorflow setup

first, always upgrade pip!

pip install --upgrade pip

install dependencies

pip install --upgrade ipython jupyter
pip install pandas
pip install numpy
pip install matplotlib

make project folder

mkdir project-folder
cd project-folder

run jupyter

jupyter notebook

additional examples