g0lemXIV/LambdaNetworks
Implementation of LambdaNetworks, a framework for capturing long-range interaction between structured contextual information. Tensorflow-2.x implementation.
This project offers a TensorFlow-based implementation of LambdaNetworks, which is a framework for effectively processing complex, structured information, especially when dealing with long-range relationships within data. It helps deep learning researchers and practitioners experiment with an alternative to attention mechanisms for capturing dependencies in data like images (2D) or sequences (1D). You provide structured input data, and it outputs a transformed representation that better captures these interactions.
No commits in the last 6 months.
Use this if you are a deep learning researcher or practitioner working with TensorFlow and want to explore novel architectures for capturing long-range dependencies in structured data, moving beyond traditional attention mechanisms.
Not ideal if you are looking for an out-of-the-box solution for a specific application, or if you prefer a PyTorch environment, as this is a TensorFlow-specific implementation.
Stars
9
Forks
2
Language
Python
License
MIT
Category
Last pushed
Nov 23, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/g0lemXIV/LambdaNetworks"
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"