Skip to content

A neural network built with the help of Keras to perform classification on Iris dataset

Notifications You must be signed in to change notification settings

im-aditi/Iris-keras

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Iris-keras

Description

A neural network built with the help of Keras to perform classification on Iris dataset.

Problem Statement

Iris dataset is one of the classical datasets to perform classification. The problem is to classify the Iris flower into its 3 categories: Setosa, Versicolor, Virginica

The parameters given in the dataset are: Sepal Length, Sepal Width, Petal Length, Petal Width

Input

Train Data- 120 rows

Test Data- 30 rows

Structure

No. of Layers-5

Types of Layers- Dense Layers, Dropout Layers

Activation Functions used- ReLU, tanh, softmax

Loss Function- Categorical CrossEntropy

No. of Epochs-10

Output

The predictions performed on the test dataset have an average accuracy of 96%.

About

A neural network built with the help of Keras to perform classification on Iris dataset

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published