Skip to content
/ 3KNNs Public

3 versions of a KNN model that classifies Reuters articles. Part of my M1 Machine learning class.

Notifications You must be signed in to change notification settings

AliceAML/3KNNs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KNNs

3 versions of a KNN model used for document classification (Reuters articles). Part of my M1 Machine learning class.

  • First version: KNN from scratch that represents vectors as Python dictionaries
  • Second version: KNN from scratch that represents objects in NumPy ndarrays
  • Third version: Scikit-learn KNN

About

3 versions of a KNN model that classifies Reuters articles. Part of my M1 Machine learning class.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages