Skip to content

lokiloveu1/Machine-Learning-KNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Machine-Learning

for Machine-Learning study

report.pdf include a collaborative filtering recommend system report.

Collaborative filtering is a typical way to utilize collective intelligence and it has been widely used in many fields nowadays e.g. Amazon automatically recommends books that users might be interested in based on users’ purchase and browsing history. The goal of the project is to learn to predict the ratings of movies on the data from the GroupLens research group : MovieLens datasets ml-100k. Three models(Memory based) are built to train the data :item-based model ,user-based model and item-user-based model. NearestNeighbors is applied to find k most similar users or movies of the target user or the movies this user has watched.

About

for Machine-Learning study

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published