Skip to content

Matlab flower classification using supervised learning with a Perceptron Neural Network

Notifications You must be signed in to change notification settings

joscarvalho/PerceptronNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Perceptron Neural Network Classification

Classification of flowers - iris setosa and iris versicolor - by using supervised learning in a Perceptron Neural Network.

Only used two features were used to train the model - sepal and petal length. The complete dataset can be found here.

Classification Results after 4 iterations with learning rate of 0.005

Classification Results