Skip to content

Perceptron and Adaline basic learning neural nets.

License

Notifications You must be signed in to change notification settings

BrassHead/adaline

Repository files navigation

Adaline and Perceptron Simple Neural Networks

See chapter 2 of Fundamentals of Neural Networks: Architectures, Algorithm, Applications by Laurene Fausett for details.

Usage: adaline [ p<theta> | a<alpha> ] <train> <in1> <in2> ...

	Specifying a theta value creates a perceptron net.
	Specifying an alpha value creates an adaline net.

A screenshot of the program in action: Adaline and Perceptron Leraning

About

Perceptron and Adaline basic learning neural nets.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published