Skip to content

Single and multi-layer perceptron machine learning models implemented in Java.

Notifications You must be signed in to change notification settings

grantg2020/Perceptron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Perceptron

Single and multi-layer perceptron machine learning models implemented in Java.

Single Layer Perceptron

There is one input layer of an arbitrary number of inputs, and one single output. There are no hidden layers.

Multi Layer Perceptron

There are any number of inputs, hidden layers of any size, and any size output layer.

About

Single and multi-layer perceptron machine learning models implemented in Java.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages