0

How do I implement online recommendation using Mahout. i want to get recommendation from the mahout recommendation engine on real time using some mechanism like REST API.

please share me any implementation idea

Regards.

Demsie Kefelegn
  • 71
  • 1
  • 12
  • You can use prediction.io – Turcia Dec 10 '15 at 19:56
  • You have to specify which algorithm You are planing to use from Mahout. Moreover, are You planing to feed recommender with new data in rela-time and expect more accurate recommendation? There is a huge difference between using memory-based ones (like knn) and model-based approach. The first one are easier to implement with real-time data updates. Model-base can be refreshed once in a while or use some dedicated techniques, i.e. fold-in for matrix factorization. For second case You can look at nice project - [Oryx2](https://github.com/OryxProject/oryx) – Bartłomiej Twardowski Dec 11 '15 at 09:19
  • i want to use the second ones. recommendation using ItemSimilarity – Demsie Kefelegn Dec 16 '15 at 12:41

0 Answers0