Skip to content

MovieLens 100K dataset exploration and recommender system building

License

Notifications You must be signed in to change notification settings

josumsc/movielens-recommender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MovieLens Recommender: What to watch next?

Open In Colab

Analysis of the data located at Kaggle MovieLens 100K and building of a recommender system using PyTorch embeddings to infer the latent factors of both users and movies.

Installation of the environment

You can follow up this notebook in your machine by downloading Anaconda and then running the following command in the terminal:

conda env create --file movielens-recommender.yml

This should have you prepared to run jupyter notebook in the terminal and then running the mentioned code using that familiar interface.

Please note that I've used a M1 Mac, so the installation might suffer from some problems if you are using a different CPU architecture. In those cases do not hesitate to look up information on the official sources such as PyTorch or PyPi to solve your occasional errors during the installation.

References

About

MovieLens 100K dataset exploration and recommender system building

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published