https://github.com/th-rpy/recommendation_system_with_tensorflow
Use the Tensorflow Recommenders library to make movie recommendations with the GroupLens database.
https://github.com/th-rpy/recommendation_system_with_tensorflow
Last synced: 4 months ago
JSON representation
Use the Tensorflow Recommenders library to make movie recommendations with the GroupLens database.
- Host: GitHub
- URL: https://github.com/th-rpy/recommendation_system_with_tensorflow
- Owner: th-rpy
- Created: 2021-04-21T01:40:53.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-21T04:30:58.000Z (about 4 years ago)
- Last Synced: 2025-01-05T09:18:35.201Z (6 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# recommendation_system_with_tensorflow
- Use the Tensorflow Recommenders library to make movie recommendations with the GroupLens database. The models have been simplified so that it is possible to run them on an ordinary CPU (your laptop should be able to run them in a reasonable time).
- It is therefore normal that the results obtained with these models are not as accurate as those obtained by optimizing this approach. However, this is a good starting point for anyone who has never touched a large-scale neural network infrastructure.