Skip to content

erimdogan/iris_prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Iris prediction

Screencast.from.29-06-2022.13.29.47.webm

I tried to classify Iris data set by using a model which I designed simple Neural Network. In this data set there 5 features; SepalLengthCm, SepalWidthCm,PetalLengthCm, PetalWidthCm and Species. SepalLengthCm, SepalWidthCm,PetalLengthCm, PetalWidthCm: are out inputs for feeding the model. Species feature is the our output. The main goal is find the right species via looking inputs.

Model

Modules

image

Creating model

image

App

Modules

image

Loading model and deploying on a web

image

Releases

No releases published

Packages

No packages published