Skip to content

r1n0sh/dogcat_keras

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A small Deep Learning tutorial with Github and Keras

Prepare data

We'll work on a simple Deep Learning Dog vs. Cat classifiser.

Create a data/ folder. The dogs-vs-cats dataset can be downloaded here (you have to log in to your Kaggle account to be able to download it)

Extract the file to data/ folder.

Rename the new extracted folder to dogcat/

mv dogs-vs-cats dogcat
cd dogcat/

Unzip train dataset

unzip train.zip

Re-organize the dataset into the following structure:

dogcat/
|---train/
    |---dog/
    |---cat/
|---val/
    |---dog/
    |---cat/

with command:

python utils.py

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages