Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
01-29-2020 11:06 AM
Hello,
Has anyone tried to build a recommendation engine based on employee info?
Employee info may consist of Name, Email ID, Manager, Location, Skills, Interest, Emailed to recipients, emails from recipients, Events attended etc.
Basically, we are trying to mine employee data and all the activities and create a recommendation engine to suggest things like "Employees you may know" this will be based on similar skills, interest, events participated, may be location etc. or "Training/course you may be interested" based on skills data or "Event you may be interested" based on employees Interest data. The scope is endless.
I recently took some neo4j training, so just have some basic knowledge of loading data, writing cypher queries to create nodes, labels, relationships, properties etc.
I am aware, this use case requires advance knowledge on programming skills and graph algorithms, It might also require some ML skills, NLP knowledge etc. I do have basic understanding of those skills.
It would be great to know if someone has done something similar and if they can guide me in the right direction. Or have an idea as to what steps are required to make this possible. Eg.
What all algorithms can be used (Similarity, Communities etc.)? What additional plugins/applications required such as GraphAware, Graph Analytics etc.
P.S.
Excited to hear your ideas! Thank you!!!
01-29-2020 01:09 PM
I would start with the graph algorithms plugin like you've mentioned, there are both community detection and similarity algorithms that could help.
Check out the free graph algorithms ebook for some examples and walkthroughs, your use case is similar enough to those to get you going (or lead you to more specific questions). Good luck!
01-31-2020 12:44 AM
Hi Pooja
You may find this blog post interesting:
At the end of the post, there is a also link to a GraphGist.
Cheers!
All the sessions of the conference are now available online