Posted by u/Tough_Ad_6598
I made a Python library processing geospatial data for GNNs with PyTorch Geometric
I'd like to introduce **City2Graph****,** a Python library that converts geospatial data into tensors for GNNs in PyTorch Geometric. This library can construct heterogeneous graphs from multiple data domains, such as * **Morphology**: Relations between streets, buildings, and parcels * **Transportation**: Transit systems between stations from GTFS * **Mobility**: Origin-Destination matrix of mobility flow by people, bikes, etc. * **Proximity**: Spatial proximity between objects It can be installed by `pip install city2graph` `conda install city2graph -c conda-forge` For more details, * 💻 **GitHub**: https://github.com/c2g-dev/city2graph * 📚 **Documentation**: https://city2graph.net
More from r/deeplearning
I ported Karpathy's microgpt to Julia in 99 lines - no dependencies, manual backprop, ~1600× faster than CPython and ~4x faster than Rust.
Karpathy dropped \microgpt\ a few weeks ago and a 200-line pure Python GPT built on scalar autograd. Beautiful project....
mnist cnn from scratch in js
Source: Demo:
Understanding the Scaled Dot-Product mathematically and visually...
Understanding the Scaled Dot-Product Attention in LLMs and preventing the ”Vanishing Gradient” problem....