fchollet/deep-learning-models
Keras implementations of popular deep learning models for image classification with pre-trained ImageNet weights.

Velocity · 7d
+2.0
★ / day
Trend
→steady
star history
This repository provides Keras code and pre-trained weights for classic deep learning architectures including VGG16, VGG19, ResNet50, and Inception v3 for image classification tasks. The models are compatible with both TensorFlow and Theano backends and can automatically download and cache ImageNet weights upon instantiation. Note this repository is deprecated and the code has been moved to the official keras.applications module.