Learn How to Perform Feature Extraction from Graphs using DeepWalk
Nov 6 · 11 min read

Overview
- Extracting features from tabular or image data is a well-known concept — but what about graph data?
- Learn how to extract features from a graph using DeepWalk, a robust and scalable method
- We will also implement DeepWalk in Python to find similar Wikipedia pages


