SaaSHub helps you find the best software and product alternatives Learn more →
Pytorch_geometric_temporal Alternatives
Similar projects and alternatives to pytorch_geometric_temporal
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
-
-
osmnx
Python package to easily download, model, analyze, and visualize street networks and other geospatial features from OpenStreetMap.
-
PDN
The official PyTorch implementation of "Pathfinder Discovery Networks for Neural Message Passing" (WebConf '21)
-
awesome-graph-classification
A collection of important graph embedding, classification and representation learning papers with implementations.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
pytorch_geometric_temporal discussion
pytorch_geometric_temporal reviews and mentions
-
Ask HN: ML Papers to Implement
I have done this a few times now. Alone (e.g. https://github.com/paulmorio/geo2dr) and in collaboration with others (e.g. https://github.com/benedekrozemberczki/pytorch_geometric_tem...) primarily as a way to learn about the methods I was interested in from a research perspective whilst improving my skills in software engineering. I am still learning.
Starting out I would recommend implementing fundamental building blocks within whatever 'subculture' of ML you are interested in whether that be DL, kernel methods, probabilistic models, etc.
Let's say you are interested in deep learning methods (as that's something I could at least speak more confidently about). In that case build yourself an MLP layer, then an RNN layer, then a GNN layer, then a CNN layer, and an attention layer along with some full models with those layers on some case studies exhibiting different data modalities (images, graphs, signals). This should give you a feel for the assumptions driving the inductive biases in each layer and what motivates their existence (vs. an MLP). It also gives you the all the building blocks you can then extend to build every other DL layer+model out there. Another reason is that these fundamental building blocks have been implemented many times so you have a reference to look to when you get stuck.
On that note: here are some fun GNN papers to implement in order of increasing difficulty (try building using vanilla PyTorch/Jax instead of PyG).
- GitHub - benedekrozemberczki/pytorch_geometric_temporal: PyTorch Geometric Temporal: Spatiotemporal Signal Processing with Neural Machine Learning Models (CIKM 2021)
- PyTorch Geometric Temporal 0.37
- PyTorch Geometric Temporal - Spatiotemporal Signal Processing with Neural Machine Learning Models
- [P] PyTorch Geometric Temporal
- Show HN: Deep Learning for Windmill Output Forecasting with PyTorch
-
[R] PyTorch Geometric Temporal: Spatiotemporal Signal Processing with Neural Machine Learning Models
Repo: https://github.com/benedekrozemberczki/pytorch_geometric_temporal
- PyTorch Geometric Temporal 0.27
- Show HN: Machine Learning on Spatiotemporal Data – PyTorch Geometric Temporal
- PyTorch Geometric Temporal
-
A note from our sponsor - SaaSHub
www.saashub.com | 11 Feb 2025
Stats
benedekrozemberczki/pytorch_geometric_temporal is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of pytorch_geometric_temporal is Python.
Popular Comparisons
- pytorch_geometric_temporal VS torchdrug
- pytorch_geometric_temporal VS gnn
- pytorch_geometric_temporal VS euler
- pytorch_geometric_temporal VS dgl
- pytorch_geometric_temporal VS osmnx
- pytorch_geometric_temporal VS PDN
- pytorch_geometric_temporal VS awesome-graph-classification
- pytorch_geometric_temporal VS graphein
- pytorch_geometric_temporal VS pytorch_geometric
- pytorch_geometric_temporal VS RecBole