How to perform Machine learning graph CNN on my neo4j graph? I have constructed my graph using neo4j. I would like to see some demo or video links for performing the algorithm on the constructed graph. Can anyone through some valuable insights?

Please keep the following things in mind:

  1. did you search for what you want to ask before posting?
  2. please use tags for additional info
  3. use a self-descriptive title

Please format code + Cypher statements with the code </> icon, it's much easier to read.

Please provide the following information if you ran into a more serious issue:

  • neo4j version, desktop version, browser version
  • what kind of API / driver do you use
  • screenshot of PROFILE or EXPLAIN with boxes expanded (lower right corner)
  • a sample of the data you want to import
  • which plugins / extensions / procedures do you use
  • neo4j.log and debug.log

I am no expert but I think the following would help you to do some machine learning on your graph. It is a helpful resource:

In addition, if you just want to perform some graph algorithms on your created graph database, try Neo4J s "Graph Algorithm Playground" extension.