Skip to content

Simple two layer Perceptron model used on Iris data to classify Iris-setosa and Iris-versicolor

License

Notifications You must be signed in to change notification settings

Fergal-Stapleton/perceptron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Perceptron model on the Iris data set

Simple two layer Perceptron model used on Iris data to classify Iris-setosa and Iris-versicolor. Neural network uses sigmoid function as the activation function. Backpropagation is performed with the derivative of the sigmoid.

The program performs the following steps;

  1. Parser function uses unseeded random sample to split a single source csv file into training and test data.
  2. Perceptron neural network trains over training data.
  3. Output R Data.frame compares predicted values against observed values.

About

Simple two layer Perceptron model used on Iris data to classify Iris-setosa and Iris-versicolor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages