Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 301 Bytes

File metadata and controls

16 lines (9 loc) · 301 Bytes

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.