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.
114 stars. No commits in the last 6 months.
Use this if you are a deep learning researcher or practitioner specifically building or experimenting with advanced convolutional neural networks for image recognition and want to explore novel architectural components.
Not ideal if you are looking for an out-of-the-box solution for a specific image classification problem without delving into model architecture details or if you are not familiar with PyTorch.
Stars
114
Forks
20
Language
Jupyter Notebook
License
—
Category
Last pushed
Dec 06, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/gan3sh500/local-relational-nets"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
HelmchenLabSoftware/Cascade
Calibrated inference of spiking from calcium ΔF/F data using deep networks
adobe/antialiased-cnns
pip install antialiased-cnns to improve stability and accuracy
KaiyangZhou/pytorch-center-loss
Pytorch implementation of Center Loss
kimhc6028/relational-networks
Pytorch implementation of "A simple neural network module for relational reasoning" (Relational Networks)
devsisters/pointer-network-tensorflow
TensorFlow implementation of "Pointer Networks"