labml.ai Profile picture
🎨 @PromptArtApp https://t.co/n90yio24o8 πŸ“ Annotated paper implementations https://t.co/qeO4UTt2AB πŸ“„ Trending research papers https://t.co/84wzlDUdyu
Mar 5, 2022 β€’ 6 tweets β€’ 2 min read
πŸŽ₯ Improving language models by retrieving from trillions of tokens by @DeepMind

Paper explanation by @janithcwanni

The paper introduced Retrieval Enhanced Transformer (RETRO) - 25X smaller than GPT-3 with comparable performance. Link to paper and other related resources such as code, discussions and tweets:

πŸ“Ž papers.labml.ai/paper/324a7d2e…
Jan 23, 2022 β€’ 9 tweets β€’ 6 min read
πŸŽ₯ Lists of papers covered by popular YouTube channels

papers.labml.ai/lists

Here are some lists/channels we picked (1/9)

πŸ§΅πŸ‘‡ You can see the name of the videos on the bottom right corne 2/9

Yannic Kilcher @ykilcher

πŸ“‘ papers.labml.ai/lists/yannic_k…



πŸ‘‡
Jan 22, 2022 β€’ 5 tweets β€’ 2 min read
πŸ₯³ Excited to share our Chrome browser extension for papers.labml.ai πŸŽ‰

chrome.google.com/webstore/detai…

It identifies research papers mentioned in websites you visit and shows a 2-line summary, availability code/videos/discussions, popularity on Twitter, and conferences.

πŸ§΅πŸ‘‡ 2/4 We released the source code of the extension

github.com/labmlai/chrome…

πŸ‘‡
Oct 18, 2021 β€’ 11 tweets β€’ 7 min read
If you like our highlighted papers you will love this!

We found a few awesome Github repos with highlighted/annotated research paper PDFs. We started linking them from papers.labml.ai

Here's the list of of repos and 😍 interesting papers they had:

πŸ§΅πŸ‘‡ 2/13 Github: github.com/AakashKumarNai…
by @A_K_Nain
πŸ“Ž 20 ✨ 1,986 πŸƒ active

He has covered a wide area of papers with a lot of self-supervised papers.

πŸ‘‡
Oct 14, 2021 β€’ 8 tweets β€’ 5 min read
Patches Are All You Need? by ❓

@PyTorch Paper implementation with side-by-side notes.

πŸ“ Annotated code nn.labml.ai/conv_mixer/ind…
πŸ“Ž Paper papers.labml.ai/paper/dd638a44…

The paper introduces ConvMixer which mix patch embeddings with depth-wise and point-wise convolutions.

πŸ§΅πŸ‘‡ 2/ The implementation is very simple and the paper presents a 280 character version of the @PyTorch model code - fits a tweet πŸ’ͺ

Our implementation is a bit lengthy (hopefully easier to understand 😁)

πŸ‘‡
Oct 9, 2021 β€’ 6 tweets β€’ 6 min read
Annotated @PyTorch implementation of "Denoising Diffusion Probabilistic Models" by @hojonathanho @ajayj_ @pabbeel @berkeley_ai

πŸ“ Annotated code nn.labml.ai/diffusion/ddpm…
πŸ–₯ Github github.com/labmlai/annota…
πŸ“Ž Paper papers.labml.ai/paper/2006.112…

πŸ§΅πŸ‘‡ 2/ This removes noise (denoise) step-by-step to generate images. It adds noise to an image from the dataset iteratively and a model is trained to predict the noise at each step.

πŸ‘‡
Sep 21, 2021 β€’ 4 tweets β€’ 3 min read
Annotated @PyTorch implementation of Primer EZ

πŸ“ Code/notes nn.labml.ai/transformers/p…

πŸ“„ Paper papers.labml.ai/paper/2109.086…

Primer is a transformer model found using an evolutionary search on architectures. Primer EZ has the two most robust findings.

πŸ§΅πŸ‘‡ 2/4) The paper notes that achieves the performance of T5 on C4 LM dataset with 4.2X less compute.

We experimented with a small dataset on a single GPUπŸ₯Ί and it trains much faster than the vanilla transformer.

app.labml.ai/run/30adb7aa1a…

πŸ‘‡
Jun 22, 2021 β€’ 8 tweets β€’ 5 min read
Learning to play Kuhn Poker with Monte Carlo Counterfactual Regret Minimization (MC-CFR) in #python

πŸ“ Code/Tutorial: nn.labml.ai/cfr/index.html

This isn't deep learning. But it'll be interesting if you do machine learning, like incomplete information games or play #poker.

πŸ§΅πŸ‘‡ 2/8) Kuhn Poker is a simple 2-player betting game with three cards (A, K, Q). A single card is dealt to each player. Players take turns betting chips and the player with the higher card wins the chips. If a player folds the other player wins the chips.

πŸ‘‡
May 23, 2021 β€’ 5 tweets β€’ 4 min read
1/4) Simple StyleGAN2 implementation (with notes) in @PyTorch in less than 500 lines of code (including training)

Annotated Code: nn.labml.ai/gan/stylegan/i…

Github: github.com/lab-ml/annotat…

Paper: arxiv.org/abs/1912.04958

@jaakkolehtinen @NVIDIAAI

πŸ§΅πŸ‘‡ 2/4) StyleGAN2 is based on StyleGAN which is based on ProgressiveGAN (by the same authors). We have briefly discussed these models.

StyleGAN paper: arxiv.org/abs/1812.04948
ProgressiveGAN paper: arxiv.org/abs/1710.10196

πŸ‘‡