/Perceptron

Single layer perceptron on C++.

Primary LanguageC++GNU General Public License v3.0GPL-3.0

C++ Single layer perceptron training

Implementaion of a single layer perceptron (SLP) in C++ based on the following implementation in C#:

Binary Perceptron in C#

Compiling

Just clone and run "make" in your command line.