Skip to content

johannesstricker/transfer-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Transfer Learning

Step-by-step Transfer Learning with Python and Keras

Data Science Meetup Münster #9

Install Requirements

The easiest way to install all required packages is to use Anaconda and create an isolated environment.

conda create --name meetup
source activate meetup
conda install --file requirements.txt --yes

Launch Notebook

jupyter notebook meetup.ipynb

Get Data

There is no image data provided with this repository, so you will have to download images yourself. You can search for google image downloader on github to find scripts that automatically download images from google. Save the images in separate folders, based on their labels.

|-- meetup
    |-- images
      |-- left
      |-- right
      |-- front
      |-- rear
    meetup.ipynb

About

Step-by-step Transfer Learning with Python and Keras.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published