rianrajagede / iris-python

Collection of iris classifcation program for teaching purpose

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Sample Codes for Iris Dataset Classification

This is a collection of simple and easy-to-read program, for Iris dataset classification. These are some different types of libraries available so that you can see the implementation difference between one and another for the same usage.

Check another dataset: Palmer Penguin Dataset which is slightly more complex than Iris dataset

Required Packages

Please install requirements.txt file in each folder


Keras (using Tensorflow backend)

Lasagne

Python

PyTorch

Tensorflow

About

Collection of iris classifcation program for teaching purpose

License:MIT License


Languages

Language:Python 100.0%