- Clone the git repo:
git clone [email protected]:zhangshuyue-neu/Demo.git
- 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.
Demos for deep learning.
- Logistic Regression
- Shallow Nerual Network
- Deep Nerual Network (MLP)
- Parameter Initialization
- Regularization
- Advanced Optimizer (mini-batch, momentum, Adam)
- Multiclass Classification with TensorFlow and PyTorch
- NumPy Convolution 2D
- Basic CNN
- ResNet
- NMS
My YOLO model- Letter level language model with PyTorch
- Sentiment analysis using Glove with PyTorch
- Date translation attention model with PyTorch
- Transformer cn-en translation with PyTorch
- VAE with PyTorch
- DDPM with PyTorch
- PixelCNN with PyTorch
- VQVAE with PyTorch
- DDIM with PyTorch
- Style Transfer with PyTorch
- PyTorch DDP Demo