Skip to content

K Nearest Neighbors, KNN, is a lazy, supervised machine learning algorithm. This is an implementation in scheme using racket.

Notifications You must be signed in to change notification settings

asbaker/racket-knn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

racket-knn

K Nearest Neighbors, KNN, is a lazy, supervised machine learning algorithm. This is an implementation in scheme using racket.

To run the tests execute raco test *-test.rkt

To run the algorithm execut racket -t knn.rkt -m

About

K Nearest Neighbors, KNN, is a lazy, supervised machine learning algorithm. This is an implementation in scheme using racket.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published