Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zerossb/iris-classification
https://github.com/zerossb/iris-classification
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zerossb/iris-classification
- Owner: zerossB
- License: gpl-3.0
- Created: 2018-05-21T15:05:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-24T20:03:31.000Z (over 6 years ago)
- Last Synced: 2024-11-07T15:53:31.773Z (2 months ago)
- Language: Python
- Size: 181 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# iris-classification
A simple implementation of Neural Network, to be able to recognize the variations of a plant called ["Iris"](https://en.wikipedia.org/wiki/Iris_(plant)), which contains 3 variations: "Iris-setosa", "Iris-versicolor" and "Iris-virginica".
As we can see in the images below, they are very similar, the only difference that is what classifies it within the variations is: **height** and **width** of the petals.
![Iris-setosa](./assets/images/Iris-Setosa.jpg)
![Iris-setosa](./assets/images/Iris-versicolor.jpg)
![Iris-setosa](./assets/images/Iris-virginica.jpg)