Skip to content

Simple backpropagation neural network that predicts the species of flower

Notifications You must be signed in to change notification settings

AWKramer/Iris_Perceptron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Iris Perceptron

Simple perceptron implementation that learns to predict the species of flower from width and length measurements.

This repository hosts two Java implementations of a perceptron - no specialised libraries are used. Net1.java uses simple feedback training to predict whether each test data point is of the species Iris-Setosa or not, while Net2.java implements Adaline error correction to try to separate the Iris-Virginica and Iris-Versicolor species.

The data used is from the Iris Data Set from the UCI Machine Learning Repository. The training data used can be found in train.txt and the test data used is in test.txt.

About

Simple backpropagation neural network that predicts the species of flower

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages