Skip to content

Transfer learning of ImageNet models using Python and Keras

Notifications You must be signed in to change notification settings

neocortex/keras-transfer-learning

Repository files navigation

Transfer Learning

Simple examples for pre-trained Keras deep learning models on images based on this blogpost.

Base model used is the VGG16 model.

Datasets

Datasets need to be stored in a subfolder in ./data/ where images belonging to different classes go in separate subfolders. For instance: ./data/inria/pos/ for the INRIA pedestrian dataset people images and ./data/inria/neg/ for negative class images.

About

Transfer learning of ImageNet models using Python and Keras

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published