Тёмный

Building a Real-time Recommendation Engine With Neo4j - Part 1/4 - William Lyon - OSCON 2017 

William Lyon
Подписаться 319
Просмотров 22 тыс.
50% 1

All data and code available here:
neo4j.com/sandb...
github.com/joh...
Description
William Lyon demonstrates how to build a recommendation engine using Neo4j and Python. The solution will be a hybrid that makes use of both content-based and collaborative filtering to come up with multilayered recommendations.
William walks you through building the solution from scratch, explaining the decisions made along the way and sharing the factors that might lead to better recommendations for the end user. You’l learn how to model the data as a graph, explore data import with Neo4j, and use the Cypher query language to write real-time recommendation queries. You’ll also make use of Python data science tools to leverage graph algorithms and natural language processing techniques to enhance your recommender system.
What you'll learn
Explore the property graph data model
Discover how to import and query data using Cypher, the query language for graphs
Learn how to create a system capable of generating real-time personalized recommendations based on user data and how to use data science tools to enhance the model used for recommendations

Опубликовано:

 

29 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 9   
@sercanyildirimtugcann
@sercanyildirimtugcann 2 года назад
Hi William, I am too confused about Neo4j and wanted to ask you directly. Any help would be appreciated. What I want to create is search engine for documents ok. I am also interested in grap machine learning and recommendation engines but also want my platform seem a bit interactive and stylish so I will use react js. The question is that which way is much more compatible with Neo4j? Node. js+react or Django+react? What do you suggest me as beginner on graph databases? I want to fully dive into this topics. Thanks in advance!!!
@anicethounkpe582
@anicethounkpe582 6 лет назад
Hey William Lyon! Thanks for your presentation. The link for your slides is not available anymore.
@lyonwj
@lyonwj 5 лет назад
Sorry about that - looks like the dropbox link died :-( I've added the slides to the Github repo here: github.com/johnymontana/oscon-neo4j-recommendations
@VinayNarayanaK
@VinayNarayanaK 6 лет назад
Hey William, The cypher Query at 27:40 Considering the direction of relationship Is it *Match (t)
@krishnachaitu17
@krishnachaitu17 3 года назад
will ,great session thank you for it
@PriyaAggarwal24
@PriyaAggarwal24 5 лет назад
Hello Will, Great session!! :) I just have one small question if you help answer that please. You mentioned that there could be multiple tags associated with a node. Could you please share an example where having multiple labels for a node would be useful?
@dhananjayghanwat
@dhananjayghanwat 4 года назад
Let's say you have a Service Node which represents every service (train) in a plan. Now in a typical plan for 6 months, you might have hundreds of thousands of services which run on different days. Now instead of having just one label "Service", you can also label them as SundayService, MondayService and so on to represent Services which run on a given weekday. By doing that you will have the total number of SundayService nodes far less than Sevices nodes. So now you can use label SundayService in your cypher queries to work on smaller data set rather than huge dataset of Service nodes, which will make you query much faster. Hope it helps
@diarmuidbrady8987
@diarmuidbrady8987 2 года назад
Where can I get the data for this if it is not on the sandbox
@rickyS-D76
@rickyS-D76 Год назад
Here in his github link: github.com/johnymontana/oscon-neo4j-recommendations/blob/master/graph-based-rec-sys.ipynb
Далее
Шоколадная девочка
00:23
Просмотров 129 тыс.
Graph databases: The best kept secret for effective AI
23:07
Neo4j Live: Movie Recommendations with Neo4j
47:54
Просмотров 1,5 тыс.
Introduction to Neo4j and Graph Databases
1:56:55
Просмотров 78 тыс.
A Skeptics Guide to Graph Databases - David Bechberger
1:00:54
Graph Data Modeling Tips & Tricks
41:54
Просмотров 20 тыс.