FluxML / GeometricFlux.jl

Geometric Deep Learning for Flux
https://fluxml.ai/GeometricFlux.jl/stable/
MIT License
348 stars 30 forks source link

Implementation of PageRank-related model #173

Open yuehhua opened 3 years ago

yuehhua commented 3 years ago

PageRank-based models leverage the graph structure and linearize some higher-order computation. Therefore, these models are easy to parallelize and suitable for distributed computing.