paper-implementations
There are 311 repositories under paper-implementations topic.
AntixK/PyTorch-VAE
A Collection of Variational Autoencoders (VAE) in PyTorch.
Codium-ai/AlphaCodium
Official implementation for the paper: "Code Generation with AlphaCodium: From Prompt Engineering to Flow Engineering""
podgorskiy/ALAE
[CVPR2020] Adversarial Latent Autoencoders
namin/inc
an incremental approach to compiler construction
diegoalejogm/gans
Generative Adversarial Networks implemented in PyTorch and Tensorflow
hkproj/pytorch-transformer
Attention is all you need implementation
hkproj/pytorch-stable-diffusion
Stable Diffusion implemented from scratch in PyTorch
yuanli2333/Teacher-free-Knowledge-Distillation
Knowledge Distillation: CVPR2020 Oral, Revisiting Knowledge Distillation via Label Smoothing Regularization
lemonhu/open-entity-relation-extraction
Knowledge triples extraction and knowledge base construction based on dependency syntax for open domain text.
batzner/indrnn
TensorFlow implementation of Independently Recurrent Neural Networks
EugenHotaj/pytorch-generative
Easy generative modeling in PyTorch
Zhenye-Na/DA-RNN
๐ ๐๐๐๐๐๐๐๐๐๐ PyTorch Implementation of DA-RNN (arXiv:1704.02971)
cure-lab/PnPInversion
[ICLR2024] Official repo for paper "PnP Inversion: Boosting Diffusion-based Editing with 3 Lines of Code"
hkproj/pytorch-llama
LLaMA 2 implemented from scratch in PyTorch
kushalj001/pytorch-question-answering
Important paper implementations for Question Answering using PyTorch
ahmedbesbes/character-based-cnn
Implementation of character based convolutional neural network
hliangzhao/Edge-Computing-Codes
Algorithm implementation for my Edge Computing-related papers.
silviutroscot/CodeSLAM
Implementation of CodeSLAM โ Learning a Compact, Optimisable Representation for Dense Visual SLAM paper (https://arxiv.org/pdf/1804.00874.pdf)
eliphatfs/zerorf
ZeroRF: Fast Sparse View 360ยฐ Reconstruction with Zero Pretraining
ogroth/tf-gqn
Tensorflow implementation of Neural Scene Representation and Rendering
alexanderkroner/saliency
Contextual Encoder-Decoder Network for Visual Saliency Prediction [Neural Networks 2020]
sumanismcse/Plant-Disease-Identification-using-CNN
Plant Disease Identification Using Convulutional Neural Network
i-Jayus/RecSystem-Pytorch
ๆจ่็ณป็ป่ฎบๆ็ฎๆณๅฎ็ฐ๏ผๅ ๆฌๅบๅๆจ่๏ผๅคไปปๅกๅญฆไน ๏ผๅ ๅญฆไน ็ญใ Recommendation system papers implementations, including sequence recommendation, multi-task learning, meta-learning, etc.
moein-shariatnia/Deep-Learning
In-depth tutorials on deep learning. The first one is about image colorization using GANs (Generative Adversarial Nets).
seiing/SoftCon
Author's implementation of SoftCon: Simulation and Control of Soft-Bodied Animals with Biomimetic Actuators (SIGGRAPH Asia 2019 Technical Paper)
ahmedbesbes/mrnet
Building an ACL tear detector to spot knee injuries from MRIs with PyTorch (MRNet)
bknyaz/sgg
Train Scene Graph Generation for Visual Genome and GQA in PyTorch >= 1.2 with improved zero and few-shot generalization.
StefOe/indrnn-pytorch
pytorch implementation of Independently Recurrent Neural Networks https://arxiv.org/abs/1803.04831
namin/logically
explorations in core.logic
S-aiueo32/srntt-pytorch
A PyTorch implementation of SRNTT, which is a novel RefSR method.
khurramjaved96/incremental-learning
Pytorch implementation of ACCV18 paper "Revisiting Distillation and Incremental Classifier Learning."
piotrkawa/deepfake-whisper-features
Implementation of the paper "Improved DeepFake Detection Using Whisper Features"
hkproj/pytorch-lora
LORA: Low-Rank Adaptation of Large Language Models implemented using PyTorch
bjfu-ai-institute/speaker-recognition-papers
Share some recent speaker recognition papers and their implementations.
daniel-code/TubeViT
An unofficial implementation of TubeViT in "Rethinking Video ViTs: Sparse Video Tubes for Joint Image and Video Learning"
RMichaelSwan/MogrifierLSTM
A quick walk-through of the innards of LSTMs and a naive implementation of the Mogrifier LSTM paper in PyTorch