Skip to content

bloklarlaarduino/MultiLayerPerceptron

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MultiLayerPerceptron

MLP with Tensorflow and IRIS Dataset

In this example a multilayer perceptron neural network (MLP) with an input layer (4 neurons) is implemented a hidden layer (10 neurons) and an output layer for classification into 3 classes (3 neurons). The dataset used contains information on the height and width of the petals and sepals.

The accuracy rate was 98%

About

MLP with Tensorflow and IRIS Dataset

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%