Python: Implementing Matrix Factorization from Scratch!

Implementing a gradient descent based matrix factorization model for recommender systems with nothing more than numpy

Jake
Towards Data Science
6 min readFeb 19, 2020

--

Credit: Pixabay

Have you ever wondered how Netflix is able to determine what content you’re likely to enjoy or how Amazon can bring products you’ll likely purchase to your attention? Or if…

--

--