MLP for implicit binary collaborative filtering
MLP for implicit binary collaborative filtering
In this post, we demonstrate Keras implementation of the implicit collaborative filtering. We also introduce some techniques to improve the performance of the current model, including weight initialization, dynamic learning rate, early stopping callback etc.
The implicit data
For demonstration purposes, we use the dataset generated from negative samples using the technique mentioned in…
View On WordPress












