- Objectives
- Learn about the Node2Vec method to generate node embedding for downstream tasks.
- Potential Use Cases
- Perfect for when you want to use Graph Neural Network for Node Classification, Community Detection or Link Prediction, but have no node features (just edges).
- Who is This For ?
- INTERMEDIATEIntermediate ML developers with some knowledge of NLP and Graph Theory