- Clone the git repo:
git clone https://github.com/SingleZombie/DL-Demos.git
- Run the installation command:
python setup.py develop
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
- Style Transfer with PyTorch