/wacm-ml-workshop

WACM Machine Learning Workshop

Primary LanguageJupyter NotebookMIT LicenseMIT

WACM Machine Learning Workshop

Walking through basic machine learning concepts and algorithms with Python

Dependencies

  1. Anaconda for Python 3 comes with Jupyter notebook and needed libraries, e.g., numpy, scikit-learn, matplotlib, seaborn.
  1. Graphviz is needed to visualize learned decision tree. To install, run in command line:
pip install graphviz
conda install graphviz

Companion slides

The codes in the Jupyter Notebook will be stepped through for the corresponding topic in the slidedeck.