Raw File
README.md
# Animals Dataset

The Animals dataset is a small toy data set that contains license free images of mainly wolfs and sheep which were taken from the internet.

The Animals dataset is not included in the CNTK distribution but can be easily
downloaded by cd to this directory, Examples/Image/DataSets/Animals and running the following Python command:

`python install_animals.py`

After running the script, you will see two folders with images (Train and Test). 

The Animals dataset is for example used in the Transfer Learning example, see [here](https://docs.microsoft.com/en-us/cognitive-toolkit/Build-your-own-image-classifier-using-Transfer-Learning).
back to top