Various Classical Deep-learning Algorithm coded by Tensorflow and Pytorch framework, respectively.
Requirements:
- Pytorch
- Tensorflow 2.X
- Numpy
Contents:
- Linear Regression(coded by numpy and pytorch, respectively)
- Softmax Regression(coded by Pytorch)
- LeNet (using mnist dataset, coded by tensorflow)
- AlexNet (using cifar-10 dataset, coded by tensorflow)
- ResNet (using cifar-10 dataset, coded by tensorflow)
- Self-defined dataset in tensorflow input pipline (binary classification)
- Funetuning_tf funetuing training use vgg16 pretrained net-work (coded by tensorflow)
- Funetuning_torch funetuing training use alexnet pretrained net-work (coded by pytorch)