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.
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.