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
- Host: GitHub
- URL: https://github.com/imvision12/pre-trained-models-implementation
- Owner: IMvision12
- Created: 2022-01-05T14:31:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-10T22:17:57.000Z (over 2 years ago)
- Last Synced: 2025-01-14T04:30:13.080Z (9 months ago)
- Topics: inceptionv3, pre-trained-model, resnet50, tensorflow, vgg16, vgg19, xception
- Language: Python
- Homepage:
- Size: 570 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 :
### InceptionV3 Architecture :
### Xception Architecture :
