karlstratos's Stars
labmlai/annotated_deep_learning_paper_implementations
🧑🏫 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
Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single transformer encoder, in Pytorch
karpathy/minGPT
A minimal PyTorch re-implementation of the OpenAI GPT (Generative Pretrained Transformer) training
aFarkas/lazysizes
High performance and SEO friendly lazy loader for images (responsive and normal), iframes and more, that detects any visibility changes triggered through user interaction, CSS or JavaScript without configuration.
srush/GPU-Puzzles
Solve puzzles. Learn CUDA.
facebookresearch/xformers
Hackable and optimized Transformers building blocks, supporting a composable construction.
kuangliu/pytorch-cifar
95.47% on CIFAR10 with PyTorch
arrayfire/arrayfire
ArrayFire: a general purpose GPU library.
attardi/wikiextractor
A tool for extracting plain text from Wikipedia dumps
srush/LLM-Training-Puzzles
What would you do with 1000 H100s...
facebookresearch/GENRE
Autoregressive Entity Retrieval
pltrdy/rouge
A full Python Implementation of the ROUGE Metric (not a wrapper)
matsui528/faiss_tips
Some useful tips for faiss
facebookresearch/atlas
Code repository for supporting the paper "Atlas Few-shot Learning with Retrieval Augmented Language Models",(https//arxiv.org/abs/2208.03299)
deselaers/latex-beamerposter
The LaTeX beamerposter package
srush/Autodiff-Puzzles
elikip/bist-parser
Graph-based and Transition-based dependency parsers based on BiLSTMs
microsoft/jericho
A learning environment for man-made Interactive Fiction games.
bloomberg/koan
A word2vec negative sampling implementation with correct CBOW update.
ShannonAI/CorefQA
This repo contains the code for ACL2020 paper "Coreference Resolution as Query-based Span Prediction"
JDongian/python-jamo
Hangul syllable decomposition and synthesis using jamo.
lxucs/coref-hoi
PyTorch implementation of the end-to-end coreference resolution model with different higher-order inference methods.
unsuthee/VariationalDeepSemanticHashing
The original implementation of the models and experiments of Variational Deep Semantic Hashing paper (SIGIR 2017)
bohanli/vae-pretraining-encoder
PyTorch implementation of A Surprisingly Effective Fix for Deep Latent Variable Modeling of Text (EMNLP 2019)
shuningjin/discrete-text-rep
oir/milk-cu
A small GPU library for NNs. Focuses on things like recurrent, recursive nets. An attempt to unify my research code.