Skip to content

jlopezestrada/cpp-perceptron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub last commit GitHub issues

C++ Perceptron

C++ Perceptron (cpp-perceptron) is an implementation of a Perceptron using C++. The Perceptron is a type of artificial neuron that is commonly used for classification and regression tasks.

Perceptron

The perceptron was one of the earliest types of artificial neural networks and was developed in the 1950s. It can be used for binary classification tasks where the input data is linearly separable. With the advent of more advanced neural network architectures, the perceptron has been largely superseded, but it remains an important building block in neural network development.

License

GitHub

About

C++ Perceptron implementation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages