bjy12 / DL-Demos

Demos for deep learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

  1. Clone the git repo:
git clone https://github.com/SingleZombie/DL-Demos.git
  1. Run the installation command:
python setup.py develop
pip install -r requirements.txt

It is recommended to create a directory named work_dirs and put temporary results into it.

Description

Demos for deep learning.

Project

Andrew Ng Deep Learning Specialization

  1. Logistic Regression
  2. Shallow Nerual Network
  3. Deep Nerual Network (MLP)
  4. Parameter Initialization
  5. Regularization
  6. Advanced Optimizer (mini-batch, momentum, Adam)
  7. Multiclass Classification with TensorFlow and PyTorch
  8. NumPy Convolution 2D
  9. Basic CNN
  10. ResNet
  11. NMS
  12. My YOLO model
  13. Letter level language model with PyTorch
  14. Sentiment analysis using Glove with PyTorch
  15. Date translation attention model with PyTorch
  16. Transformer cn-en translation with PyTorch

Generative Model

  1. VAE with PyTorch
  2. DDPM with PyTorch
  3. PixelCNN with PyTorch
  4. VQVAE with PyTorch
  5. DDIM with PyTorch

Others

  1. Style Transfer with PyTorch
  2. PyTorch DDP Demo

About

Demos for deep learning


Languages

Language:Python 100.0%Language:Shell 0.0%