Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 936 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 936 Bytes

Build Status Binder

Machine Learning Notebooks

To run these notebooks you need to install the packages by running these commands assuming that MachineLearningNotebooks is your current working directory.

using Pkg
Pkg.activate(".")
Pkg.instantiate()

These notebooks are also be run using binder: Binder

The notebooks are best viewed using the jupyter's nbviewer service. GitHub renders sometimes the equations incorrectly.