Movie Recommendations (Part 2)
Posted by Christopher Mertin on February 19, 2017 in Project • 13 min read
An extension of the previous movie recommendation system, however with the use of Latent Factors with Keras to create a Neural Network to calculate the similarities instead of using MapReduce. This is a much more accurate implementation as it allows the addition of a bias term.
Read More