Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
11-30-2020 03:46 AM
Related to the field of cyber security I'm looking at graph database modeling and graph algorithms.
I have Requests nodes that typical will contain data related to a HTTP request, in example HTTP Header and HTTP URL information. It is possible to use some sort of word2vec or something directly or as a seed into a GDS graph community algorithm? In short I'm exploring if this can be used to classify botnets and categories of users based on the HTTP header information as well as their HTTP protocol compliance.
At the moment I'm reading https://neo4j.com/labs/apoc/4.2/nlp/gcp/
12-07-2020 03:35 PM
You can run word2vec externally to calculate the word embeddings, load those into the graph, and then use KNN to compute similarity: https://neo4j.com/docs/graph-data-science/current/algorithms/knn/
10-23-2022 04:20 AM
Dear Alicia,
Since your last post some time has passed by, therefore let me put this question again: is there a (new) way to apply Word2Vec on specific properties of nodes within a graph internally?
So, what I mean is, without exporting it to another platform, calculate the the embeddings and re-import them into the graph.
All the sessions of the conference are now available online