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

https://github.com/imvision12/pre-trained-models-implementation

This Repo Is about Implementation Of Pre-Trained Models from scratch using Tensorflow
https://github.com/imvision12/pre-trained-models-implementation

inceptionv3 pre-trained-model resnet50 tensorflow vgg16 vgg19 xception

Last synced: 2 months ago
JSON representation

This Repo Is about Implementation Of Pre-Trained Models from scratch using Tensorflow

Awesome Lists containing this project

README

          

# Pre-Trained Models Implementation

This Repo is about implementation of Pre-Trained Models From scratch
1. VGG16 and VGG19
2. ResNet50
3. InceptionV3
4. Xception

### VGG16(D) and VGG19(E) Architecture :

### ResNet50 Architecture :
![Demo show](https://github.com/IMvision12/Pre-Trained-Models-Implementation/blob/main/resnet50.PNG)

### InceptionV3 Architecture :
![Demo show](https://miro.medium.com/max/960/1*gqKM5V-uo2sMFFPDS84yJw.png)

### Xception Architecture :
![Demo show](https://github.com/IMvision12/Pre-Trained-Models-Implementation/blob/main/xception.PNG)