ansi-c-perceptron icon indicating copy to clipboard operation
ansi-c-perceptron copied to clipboard

ANSI C implementation of Perceptron (simplest neural network)

Donate Bitcoin

ansi-c-perceptron

ANSI C implementation of Perceptron (simplest neural network)

See: http://en.wikipedia.org/wiki/Perceptron#Learning_algorithm

I wrote this code few years ago in the university. It lineary separates set of cartesian coordinates.