Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 2.7 KB

File metadata and controls

42 lines (32 loc) · 2.7 KB

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