pombredanne / Simple_Recommendation

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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