Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages