You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Keras Image Classification
2
2
3
-
Classifies an image as containing either a dog or a cat (using Kaggle's <ahref="https://www.kaggle.com/c/dogs-vs-cats-redux-kernels-edition/data">public dataset</a>).
3
+
Classifies an image as containing either a dog or a cat (using Kaggle's <ahref="https://www.kaggle.com/c/dogs-vs-cats-redux-kernels-edition/data">public dataset</a>), but could easily be extended to other image classification problems.
4
4
5
5
To run this script, you must have keras, numpy, scipy, and h5py installed, and GPU acceleration with keras is <em>highly</em> recommended.
0 commit comments