Skip to content

Implementation of recommender system with two approach in python programming language

Notifications You must be signed in to change notification settings

hrishivib/recommender-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Both the files can be directly run from cmd as these are .py files.

File: recommender_system_approach_1.py
Detail: Code for predicting ratings using sklearn regression packages.
Implementation of regression function can be found at line no.156

File recommender_system_approach_2.py
Detail: Code for predicting ratings by creating CSR matrix and KNN.
Implemenatation of this can be found on line no. 72 and 132

About

Implementation of recommender system with two approach in python programming language

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages