This directory has a set of examples of how to build various kinds of recommender systems using MXNet. The sparsity of user / item data is handled through the embedding layers that accept indices as input rather than one-hot encoded vectors.
The examples are driven by notebook files.
Thanks to xlvector for the first Matrix Factorization example that provided the basis for these examples.