Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zerossb/iris-classification


https://github.com/zerossb/iris-classification

Last synced: 23 days ago
JSON representation

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)