#attention-mechanism (17 Repositories)
Ranked open-source repositories tagged with #attention-mechanism, scored by pull request acceptance likelihood and maintainer engagement velocity.
5.9%
19.4h
17 repositories tagged #attention-mechanism
lucidrains/x-transformers
A concise but complete full-attention transformer with a set of promising experimental features from various papers
lucidrains/mimic-video
Implementation of Mimic-Video, Video-Action Models for SOTA Generalizable Robot Control Beyond VLAs
lucidrains/slot-attention
Implementation of Slot Attention from GoogleAI
nndl/nndl
邱锡鹏《神经网络与深度学习》(蒲公英书)理论书 v2 与通识版
danielegrattarola/keras-gat
Keras implementation of the graph attention networks (GAT) by Veličković et al. (2017; https://arxiv.org/abs/1710.10903)
EagleW/PaperRobot
Code for PaperRobot: Incremental Draft Generation of Scientific Ideas
sgrvinod/a-PyTorch-Tutorial-to-Image-Captioning
Show, Attend, and Tell | a PyTorch Tutorial to Image Captioning
kaushalshetty/Structured-Self-Attention
A Structured Self-attentive Sentence Embedding
kyegomez/PALM-E
Implementation of "PaLM-E: An Embodied Multimodal Language Model"
BlinkDL/RWKV-LM
RWKV (pronounced RwaKuv) is an RNN with great LLM performance, which can also be directly trained like a GPT transformer (parallelizable). We are at RWKV-7 "Goose". So it's combining the best of RNN and transformer - great performance, linear time, constant space (no kv-cache), fast training, infinite ctx_len, and free sentence embedding.
lucidrains/memorizing-transformers-pytorch
Implementation of Memorizing Transformers (ICLR 2022), attention net augmented with indexing and retrieval of memories using approximate nearest neighbors, in Pytorch
CASE-Lab-UMD/LLM-Drop
The official implementation of the paper "Uncovering the Redundancy in Transformers via a Unified Study of Layer Dropping (TMLR)".
husthuaan/AoANet
Code for paper "Attention on Attention for Image Captioning". ICCV 2019
poloclub/dodrio
Exploring attention weights in transformer-based models with linguistic knowledge.
cbaziotis/neat-vision
Neat (Neural Attention) Vision, is a visualization tool for the attention mechanisms of deep-learning models for Natural Language Processing (NLP) tasks. (framework-agnostic)
Canjie-Luo/MORAN_v2
MORAN: A Multi-Object Rectified Attention Network for Scene Text Recognition
kyegomez/MultiModalMamba
A novel implementation of fusing ViT with Mamba into a fast, agile, and high performance Multi-Modal Model. Powered by Zeta, the simplest AI framework ever.