Skip to content

Implementation of the Perceptron learning algorithm using stochastic gradient descent and batch gradient descent with mean square error as cost function on a single layer neural networks which can be able to classify a stream of input data to one of a set of predefined classes. Using the iris data in both training and testing processes.

Notifications You must be signed in to change notification settings

ShroukReda/Single-Layer-Perceptron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

About

Implementation of the Perceptron learning algorithm using stochastic gradient descent and batch gradient descent with mean square error as cost function on a single layer neural networks which can be able to classify a stream of input data to one of a set of predefined classes. Using the iris data in both training and testing processes.

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages