Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 536 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 536 Bytes

MachineLearningIntro

Jupyter notebooks for use in an introduction to machine learning course or talk.

Originally developed for a Girl Develop It Philadelphia class in 2015 with Ani Vemprala and Michael Becker.

Recommended Order

It is (loosely) recommended that you work through the notebooks in the following order:

  1. Diabetes_DataSet.ipynb
  2. LinearRegression_Tutorial.ipynb
  3. Iris_DataSet.ipynb
  4. KNN_Tutorial.ipynb
  5. SVM_Tutorial.ipynb
  6. KMeans_Tutorial.ipynb