All Projects → DSKSD → Pytorch_models

DSKSD / Pytorch_models

Licence: other
PyTorch study

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Pytorch models

Deep Learning With Python
Example projects I completed to understand Deep Learning techniques with Tensorflow. Please note that I do no longer maintain this repository.
Stars: ✭ 134 (+857.14%)
Mutual labels:  generative-adversarial-network, vae
Pytorch Rl
This repository contains model-free deep reinforcement learning algorithms implemented in Pytorch
Stars: ✭ 394 (+2714.29%)
Mutual labels:  generative-adversarial-network, vae
Video prediction
Stochastic Adversarial Video Prediction
Stars: ✭ 247 (+1664.29%)
Mutual labels:  generative-adversarial-network, vae
Generative Models
Annotated, understandable, and visually interpretable PyTorch implementations of: VAE, BIRVAE, NSGAN, MMGAN, WGAN, WGANGP, LSGAN, DRAGAN, BEGAN, RaGAN, InfoGAN, fGAN, FisherGAN
Stars: ✭ 438 (+3028.57%)
Mutual labels:  generative-adversarial-network, vae
precision-recall-distributions
Assessing Generative Models via Precision and Recall (official repository)
Stars: ✭ 80 (+471.43%)
Mutual labels:  generative-adversarial-network, vae
GAN-LTH
[ICLR 2021] "GANs Can Play Lottery Too" by Xuxi Chen, Zhenyu Zhang, Yongduo Sui, Tianlong Chen
Stars: ✭ 24 (+71.43%)
Mutual labels:  generative-adversarial-network
progressive-growing-of-gans.pytorch
Unofficial PyTorch implementation of "Progressive Growing of GANs for Improved Quality, Stability, and Variation".
Stars: ✭ 51 (+264.29%)
Mutual labels:  generative-adversarial-network
Paper-Notes
Paper notes in deep learning/machine learning and computer vision
Stars: ✭ 37 (+164.29%)
Mutual labels:  generative-adversarial-network
speech-enhancement-WGAN
speech enhancement GAN on waveform/log-power-spectrum data using Improved WGAN
Stars: ✭ 35 (+150%)
Mutual labels:  generative-adversarial-network
dcgan vae pytorch
dcgan combined with vae in pytorch!
Stars: ✭ 110 (+685.71%)
Mutual labels:  vae
MMD-GAN
Improving MMD-GAN training with repulsive loss function
Stars: ✭ 82 (+485.71%)
Mutual labels:  generative-adversarial-network
Bagel
IPCCC 2018: Robust and Unsupervised KPI Anomaly Detection Based on Conditional Variational Autoencoder
Stars: ✭ 45 (+221.43%)
Mutual labels:  vae
Pytorch-conditional-GANs
Implementation of Conditional Generative Adversarial Networks in PyTorch
Stars: ✭ 91 (+550%)
Mutual labels:  generative-adversarial-network
text2imageNet
Generate image from text with Generative Adversarial Network
Stars: ✭ 26 (+85.71%)
Mutual labels:  generative-adversarial-network
gans-2.0
Generative Adversarial Networks in TensorFlow 2.0
Stars: ✭ 76 (+442.86%)
Mutual labels:  generative-adversarial-network
text2image-benchmark
Performance comparison of existing GAN based Text To Image algorithms. (GAN-CLS, StackGAN, TAC-GAN)
Stars: ✭ 25 (+78.57%)
Mutual labels:  generative-adversarial-network
Variational-Autoencoder-pytorch
Implementation of a convolutional Variational-Autoencoder model in pytorch.
Stars: ✭ 65 (+364.29%)
Mutual labels:  vae
SMILE
SMILE: Semantically-guided Multi-attribute Image and Layout Editing, ICCV Workshops 2021.
Stars: ✭ 28 (+100%)
Mutual labels:  generative-adversarial-network
molecular-VAE
Implementation of the paper - Automatic chemical design using a data-driven continuous representation of molecules
Stars: ✭ 36 (+157.14%)
Mutual labels:  vae
tensorflow-mnist-AAE
Tensorflow implementation of adversarial auto-encoder for MNIST
Stars: ✭ 86 (+514.29%)
Mutual labels:  vae

Pytorch Study

파이토치 스터디

관심있는 모든 것(NLP, Generative Model, RL,...)을 더욱 잘 이해하기 위해 코드로 구현해보기 클래식한 모델부터 논문, 튜토리얼, 강의, 블로그를 읽고 이해한 것을 바탕으로 구현해보기 +_+

언젠가 직접 모델링하는 그 날까지...

파이썬 3.5 Pytorch 환경 구축해둔 도커

ubuntu 16.04 python 3.5.2 with various of ML/DL packages including tensorflow, sklearn, pytorch

docker pull dsksd/deepstudy:0.2

1. Deep NLP Models

  1. BoWClassifier
  2. NGRAM & CBOW
  3. LSTM POS Tagger
  4. Bidirectional LSTM POS Tagger
  5. LSTM batch learning
  6. Vanilla Sequence2Sequence (Encoder-Decoder)
  7. Sequence2Sequence with Attention
  8. Relational Network for bAbI task(in progress)
  9. Transformer(Attention is all you need)

읽고 구현해보고 싶은 논문 리스트

  1. Poincaré Embeddings for Learning Hierarchical Representations
  2. Neural Embeddings of Graphs in Hyperbolic Space
  3. A Deep Reinforced Model for Abstractive Summarization
  4. Controllable Text Generation
  5. A simple neural network module for relational reasoning

2. Generative Models

  1. Basic Auto-Encoder
  2. Regularized Auto-Encoder
  3. Variational Auto-Encoder 3-1. Appendix1: Entropy and KL-divergence
  4. Variational Reccurent Auto-Encoder

3. Reinforcement Learning

4. Evolutionary Algorithms

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].