/NeuralNetwork

Neural network sandbox in C

Primary LanguageC

Neural network sandbox in C

Single layer perceptron

Compile with:

make

Examples can be run with:

# Resolves a basic logical operation (pattern: [0|1][AND|OR][0|1])
make test-boolean

or

# Detects a 4 pixels pattern
make test-pix