Previously we’ve covered one of collaborative filtering method, Matrix factorization in detail, specifically using stochastic gradient descent to learn the embedding vectors. Algorithms itself are important however how it is implemented is equally important(especially in business setting) because at the end of the day we need to serve these algorithms…