Recommendation Engines:
******************************
Neighborhood Based Collaborative Filtering: common ways to measure the similarity between two users (or two items) including:
* `Measures of Similarity `_
* Pearson's correlation coefficient
* Spearman's correlation coefficient
* Kendall's Tau
* Euclidean Distance
* Manhattan Distance
Recommendation System:
* `Collaborative Filtering `_
* `Item Weighting in Collaborative `_
Techniques invovled :
1. `Dimensionality reduction `_
* `Singular value Decomposition `_
#. `SVD non-negative propery `_
#. `python SVD from scratch `_
#. `Missing values SVD `_
Articles to read :
* `Evaluation recommender systems `_
* `AirBnB recommendation `_
* `Location based recommendation systems `_
* `Deep learning `_
* `Objective setting of recommendation systems `_
* `Scales for response collection `_
* `SVD system introduction `_
* `Funk SVD working `_
Handling Issues :
* `Cold User Problem `_
* `Comparison of user vs item collaborative filtering `_
* `Recommendation using matrix Factorization `_