| labmlai/annotated_deep_learning_paper_implementations |
41,877 |
|
0 |
2 |
over 2 years ago |
79 |
November 05, 2023 |
30 |
mit |
Jupyter Notebook |
| 🧑🏫 60 Implementations/tutorials of deep learning papers with side-by-side notes 📝; including transformers (original, xl, switch, feedback, vit, ...), optimizers (adam, adabelief, sophia, ...), gans(cyclegan, stylegan2, ...), 🎮 reinforcement learning (ppo, dqn), capsnet, distillation, ... 🧠 |
| lucidrains/vit-pytorch |
16,298 |
|
0 |
6 |
over 2 years ago |
184 |
November 15, 2023 |
114 |
mit |
Python |
| Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single transformer encoder, in Pytorch |
| graykode/nlp-tutorial |
13,226 |
|
0 |
0 |
over 2 years ago |
0 |
|
35 |
mit |
Jupyter Notebook |
| Natural Language Processing Tutorial for Deep Learning Researchers |
| xmu-xiaoma666/External-Attention-pytorch |
10,361 |
|
0 |
0 |
about 2 years ago |
2 |
September 27, 2022 |
63 |
mit |
Python |
| 🍀 Pytorch implementation of various Attention Mechanisms, MLP, Re-parameter, Convolution, which is helpful to further understand papers.⭐⭐⭐ |
| jadore801120/attention-is-all-you-need-pytorch |
7,910 |
|
0 |
0 |
over 2 years ago |
0 |
|
74 |
mit |
Python |
| A PyTorch implementation of the Transformer model in "Attention is All You Need". |
| espnet/espnet |
7,563 |
|
0 |
5 |
about 2 years ago |
33 |
October 25, 2023 |
270 |
apache-2.0 |
Python |
| End-to-End Speech Processing Toolkit |
| jessevig/bertviz |
5,547 |
|
0 |
3 |
over 2 years ago |
5 |
April 02, 2022 |
8 |
apache-2.0 |
Python |
| BertViz: Visualize Attention in NLP Models (BERT, GPT2, BART, etc.) |
| bentrevett/pytorch-seq2seq |
5,024 |
|
0 |
0 |
about 2 years ago |
0 |
|
0 |
mit |
Jupyter Notebook |
| Tutorials on implementing a few sequence-to-sequence (seq2seq) models with PyTorch and TorchText. |
| zhouhaoyi/Informer2020 |
4,553 |
|
0 |
0 |
over 2 years ago |
0 |
|
128 |
apache-2.0 |
Python |
| The GitHub repository for the paper "Informer" accepted by AAAI 2021. |
| LeeJunHyun/Image_Segmentation |
2,186 |
|
0 |
0 |
almost 3 years ago |
0 |
|
0 |
|
Python |
| Pytorch implementation of U-Net, R2U-Net, Attention U-Net, and Attention R2U-Net. |