Skip to content

Testing out different Recommender algorithms on Amazon Reviews Dataset. Includes content-based, C.F., Restricted Boltzmann Machines and Factorization Machines in Tensorflow

License

Notifications You must be signed in to change notification settings

nabeeltariq2/recsys_amazon_recommender_algexp

Repository files navigation

recsys_amazon_recommender_algexp

Testing out different Recommender algorithms on Amazon Reviews Dataset to find the best combination of accuracy and computation time.

Key Algorithms include:

  • Factorization Machine using Tensorflow, using ratings,product attributes and text features extracted from the reviews
  • Restricted Boltzmann Machine using Tensorflow
  • Standard collaborative filterning algorithms. including KNN and Singular Value Decomposition
  • Content-based recommender using KNN, with text features extracted from the reviews

About

Testing out different Recommender algorithms on Amazon Reviews Dataset. Includes content-based, C.F., Restricted Boltzmann Machines and Factorization Machines in Tensorflow

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages