https://github.com/mburakeker/iris-classification-with-keras
Cleanish iris classification model using neural network
https://github.com/mburakeker/iris-classification-with-keras
Last synced: about 2 months ago
JSON representation
Cleanish iris classification model using neural network
- Host: GitHub
- URL: https://github.com/mburakeker/iris-classification-with-keras
- Owner: mburakeker
- Created: 2018-01-26T00:40:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-26T11:51:37.000Z (over 5 years ago)
- Last Synced: 2025-01-30T18:46:22.007Z (4 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Keras model to classify Iris flowers by given sepal and petal attributes
Based on : https://machinelearningmastery.com/multi-class-classification-tutorial-keras-deep-learning-library/