Skip to content

Using Collaborative Filtering predicting Movie Rating and K-nearest Neighbours & SVM algorithms for Number ClassificationNumber Classification

License

Notifications You must be signed in to change notification settings

Ashwin0229/Collaborative-Filtering-K-nearest-neighbors-and-SVM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

To execute:

python algorithm3.py

please uncomment the following in the main function for each classifier,

	collaborative_filtering() --> to run the collaborative filtering
    svm_classifier() --> SVM classifier
    kn_classifier() --> K-Neighbour classifier