Hello,
I see a bunch of articles about how Neo4j could be used to develop recommender systems.
How do recommender systems developed using Neo4j fare in comparison to those developed using NMF (Non-negative Matrix Factorization) techniques?
From my understanding, we can write targeted Cypher queries to get recommendations. But these would be hard-coded queries that work with predefined relations. How would hidden features be discovered and used for giving better recommendations?
I'd really appreciate some discussion regarding the two approaches.
Thanks!