Module
Building Recommendations and Review
In this module, you will build the complete product recommendation query and test your knowledge.
By the end of the module, you will:
- Build a production-ready collaborative filtering recommendation query
- Understand the step-by-step construction of the recommendation algorithm
- Compare graph query performance to SQL (10 lines vs 38 lines!)
- Test your knowledge of graph modeling, Full definition for Cypher (opens in a new tab)Neo4j's implementation of GQL, the ISO standard query language for graph databases. It is declarative: you describe the pattern to find, and the database decides how to find it., and performance concepts
- Celebrate completing the transformation of tabular data into a graph database