Deep Learning Algorithms
To realize some classic Neural Network models in deep learning.
- LeNet-5
- AlexNet using Pytorch
- example of using Siamese Network on MNIST dataset
- Pytorch docs
- Siamese example: Siamese Networks: Algorithm, Applications And PyTorch Implementation
- (some original paper which proposed these algorithms)