Cats vs, Dogs 的python原创代码,
ipynb格式。图片数据来源https://www.kaggle.com/c/dogs-vs-cats
任务如下:
Task:
In this competition, you'll write an algorithm to classify whether images contain either a dog or a cat. This is easy for humans, dogs, and cats. Your computer will find it a bit more difficult.
Data Description:
The training archive contains 25,000 images of dogs and cats. Train your algorithm on these files and predict the labels for test1.zip (1 = dog, 0 = cat).
Submission Format
Your submission should have a header. For each image in the test set, predict a label for its id (1 = dog, 0 = cat):
id,label
1,0
2,0
3,0
etc...
1