You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains the implementation of various popular deep learning models from scratch in TensorFlow/Keras. The models implemented here are ResNet50, MobileNet, AlexNet, and InceptionNet
Deep Learning Models from Scratch in Keras/Pytorch.
THIS REPOSITORY IS DEPRECATED. USE THE MODULE keras.applications INSTEAD.
This repository contains code for the following Keras models:
ResNet50
Inception v3
MobileNet
AlexNet
All architectures are compatible with Keras.
About
This repository contains the implementation of various popular deep learning models from scratch in TensorFlow/Keras. The models implemented here are ResNet50, MobileNet, AlexNet, and InceptionNet