https://github.com/HeardACat/keras-image-examples
https://github.com/HeardACat/keras-image-examples
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/HeardACat/keras-image-examples
- Owner: HeardACat
- Created: 2017-03-28T12:44:10.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-28T12:44:29.000Z (about 8 years ago)
- Last Synced: 2025-01-31T17:20:02.267Z (4 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Readme
======This repository has some sample codes for image classification using Keras.
Feel free to modify the code. In the current setting, make sure that your `glob` pattern matches your folder layout for your training data. Your `glob` pattern will determine the groupings for the labels in your dataset.