lucidrains/RIM-pytorch
Implementation of Recurrent Independent Mechanisms in Pytorch
This is an experimental deep learning library for machine learning researchers and practitioners. It allows you to build and explore neural networks based on Recurrent Independent Mechanisms (RIMs) for advanced AI models. You would use this by inputting your existing PyTorch neural network architectures, and it helps you integrate RIMs to potentially improve how your models learn and generalize.
Available on PyPI.
Use this if you are a machine learning researcher or deep learning engineer interested in exploring cutting-edge neural network architectures to advance AI model performance.
Not ideal if you are looking for a plug-and-play solution for immediate, production-ready AI applications without deep understanding of neural network research.
Stars
15
Forks
2
Language
Python
License
MIT
Category
Last pushed
Mar 27, 2026
Commits (30d)
0
Dependencies
5
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/lucidrains/RIM-pytorch"
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"