relational-networks and local-relational-nets
These are ecosystem siblings—both are independent PyTorch implementations of different relational reasoning architectures (relational networks vs. local relational networks) that can be studied or adapted separately but share a common conceptual foundation in how neural networks learn to reason about relationships between entities or spatial regions.
About relational-networks
kimhc6028/relational-networks
Pytorch implementation of "A simple neural network module for relational reasoning" (Relational Networks)
This tool helps researchers in artificial intelligence and machine learning evaluate how well their models can understand relationships between objects in images. It takes a dataset of simplified images containing various shapes and colors, along with corresponding questions about those objects and their interactions. The output indicates how accurately the model answers both simple object-recognition questions and complex relational questions, helping to benchmark its 'reasoning' capabilities.
About local-relational-nets
gan3sh500/local-relational-nets
A Pytorch implementation for the paper Local Relational Networks for Image Recognition (https://arxiv.org/pdf/1904.11491.pdf)
This project provides a PyTorch implementation for deep learning researchers and practitioners who are working on image recognition tasks. It helps you build more advanced neural networks by integrating 'local relational layers' into your models. You feed in image data, and it helps your network learn better representations to classify or understand those images more effectively.
Scores updated daily from GitHub, PyPI, and npm data. How scores work