Skip to content

First stab at recommender systems

License

Notifications You must be signed in to change notification settings

Koekelas/movie-recs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie recommendations

My first stab at recommender systems. I kept it simple, predicting explicit ratings based on past ratings. The models were trained on a potato. I’m making excuses for not cross-validating.

Dependencies

  • python 3.8
  • numpy 1.19
  • pandas 1.1
  • scikit-learn 0.23
  • tensorflow 2.3
  • matplotlib 3.3
  • seaborn 0.11

About

First stab at recommender systems

Resources

License

Stars

Watchers

Forks