Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jyni16/deeplearning-beginner

Various Classical Deep-learning Algorithm coded by Tensorflow and Pytorch framework
https://github.com/jyni16/deeplearning-beginner

alexnet-model deep-learning pytorch-tutorial resnet-34 softmax-regression tensorflow tensorflow-tutorials

Last synced: 7 days ago
JSON representation

Various Classical Deep-learning Algorithm coded by Tensorflow and Pytorch framework

Awesome Lists containing this project

README

        

# Classical-Deeplearning-Algorithm
Various Classical Deep-learning Algorithm coded by Tensorflow and Pytorch framework, respectively.

Requirements:

1. Pytorch
2. Tensorflow 2.X
3. Numpy

Contents:
1. Linear Regression(coded by numpy and pytorch, respectively)
2. Softmax Regression(coded by Pytorch)
3. LeNet (using mnist dataset, coded by tensorflow)
4. AlexNet (using cifar-10 dataset, coded by tensorflow)
5. ResNet (using cifar-10 dataset, coded by tensorflow)
6. Self-defined dataset in tensorflow input pipline (binary classification)
7. Funetuning_tf funetuing training use vgg16 pretrained net-work (coded by tensorflow)
8. Funetuning_torch funetuing training use alexnet pretrained net-work (coded by pytorch)