/Simple_Recommendation

Some basic recoomendation engine functions that are used for finidn similarity matrices. most similar items, processing missing values and such

Primary LanguagePython

Simple Recommendation

Set of simple recommendation engine functions for;

  • Find similariy matrix
  • Fill missing values by the mean of similar rows
  • Match similar item to given query

All those implemenations are based on Numpy and Scipy libraries and working on dumped files.