Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 563 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 563 Bytes

Julia k-NN Tutorial

Your task is to implement a simple k-nearest neighbors (k-NN) classifier for the Iris data set.

Outline:

  • Load the Iris data
  • Compute the euclidean distance between examples
  • Implement a k-NN classifier
  • Estimate the test set accuracy of your classifier

Julia Manual: https://docs.julialang.org

Clicking on "launch binder" will start this tutorial as a Jupyter notebook in the cloud:

Binder