Course details

Note: This course is a subset of our 20+ hour course 'From 0 to 1: Machine Learning & Natural Language Processing' so please don't sign up for both:-)

Prerequisites: No prerequisites, knowledge of some undergraduate level mathematics would help but is not mandatory. Working knowledge of Python would be helpful if you want to run the source code that is provided.

Taught by a Stanford-educated, ex-Googler and an IIT, IIM - educated ex-Flipkart lead analyst. This team has decades of practical experience in quant trading, analytics and e-commerce.

  • Recommendation Engines perform a variety of tasks - but the most important one is to find products that are most relevant to the user.
  • Content based filtering finds products relevant to a user - based on the content of the product (attributes, description, words etc).
  • Collaborative Filtering is a general term for an idea that users can help each other find what products they like. Today this is by far the most popular approach to Recommendations
  • Neighborhood models - also known as Memory based approaches - rely on finding users similar to the active user. Similarity can be measured in many ways - Euclidean Distance, Pearson Correlation and Cosine similarity being a few popular ones.
  • Latent factor methods identify hidden factors that influence users from user history. Matrix Factorization is used to find these factors. This method was first used and then popularized for recommendations by the Netflix Prize winners. Many modern recommendation systems including Netflix, use some form of matrix factorization.
  • Recommendation Systems in Python!
  • Movielens is a famous dataset with movie ratings.
  • Use Pandas to read and play around with the data.
  • Also learn how to use Scipy and Numpy


Updated on 22 March, 2018
Courses you can instantly connect with... Do an online course on General Business starting now. See all courses

Rate this page