https://github.com/annanay25/analyse
Prediction model based on Collaborative Filtering.
https://github.com/annanay25/analyse
Last synced: 3 months ago
JSON representation
Prediction model based on Collaborative Filtering.
- Host: GitHub
- URL: https://github.com/annanay25/analyse
- Owner: annanay25
- Created: 2015-10-09T11:46:54.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-21T06:35:54.000Z (over 9 years ago)
- Last Synced: 2025-02-08T21:29:44.605Z (4 months ago)
- Language: Go
- Size: 14.6 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# analyse
Prediction model based on Collaborative Filtering.Implementation based on Implicit feedback as explained mathematically in http://yifanhu.net/PUB/cf.pdf
What this package does:
1. Connects to a shop in Reaction Commerce and gets all shop data from the Cassandra database.
2. Listens to all the view and buy events.
3. Implements ALS through Collaborative filtering using appropriate data modeling.
4. Returns an array of recommendations to the user.Functions and API:
1. Event listener which listens to view and buy events.
2. Exposed recommender API endpoint which gives list of recommendations.Routes:
1. POST /event
2. POST /queryUsage: