cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Node emdeddings:graphSage

I am trying to use node embeddings I would like to apply graphSage algorithm..
Is there any reference for graphSage so that I can understand more on this algorithm and so i can apply this in my data..
I need to understand how hyper parameters are used to tune the graphSage

Thanks

1 ACCEPTED SOLUTION

I would check out the documentation: https://neo4j.com/docs/graph-data-science/current/algorithms/alpha/graph-sage/

Or the original publication: https://arxiv.org/pdf/1706.02216.pdf

For a more general primer on graph embeddings, our developer's guides are really good: https://neo4j.com/developer/graph-data-science/graph-embeddings/

View solution in original post

1 REPLY 1

I would check out the documentation: https://neo4j.com/docs/graph-data-science/current/algorithms/alpha/graph-sage/

Or the original publication: https://arxiv.org/pdf/1706.02216.pdf

For a more general primer on graph embeddings, our developer's guides are really good: https://neo4j.com/developer/graph-data-science/graph-embeddings/