Skip to content

In this tutorial you will implement a k-NN classifier in the Julia programming language

License

Notifications You must be signed in to change notification settings

mirkobunse/julia-knn-tutorial

Repository files navigation

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

About

In this tutorial you will implement a k-NN classifier in the Julia programming language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published