neuralpp/examples
blacklight b62dfe3967 Hey I can't believe it, I fixed it... 2009-08-15 02:59:09 +02:00
..
Makefile Just implemented output control through synaptical inertial momentum 2009-08-09 02:15:19 +02:00
README stuffing 2009-02-18 00:19:29 +01:00
adder.xml Hey I can't believe it, I fixed it... 2009-08-15 02:59:09 +02:00
adderFromScratch.cpp Hey I can't believe it, I fixed it... 2009-08-15 02:59:09 +02:00
doAdd.cpp float -> double for everything, learning rate now always considered >= 0 2009-08-08 18:05:02 +02:00
learnAdd.cpp Hey I can't believe it, I fixed it... 2009-08-15 02:59:09 +02:00

README

This directory contains some sources to illustrate LibNeural++ usage.
learnAdd is a source training a neural network to do simple sums
between two integer positive numbers. The network is then saved to a
binary file called "adder.net". This file can then be used by "doAdd".
In this program you're asked input numbers to the network, and then
the output is given. If executable files would not be present, type
`make` to create them.

Of course, you must have Neural++ already installed before typing `make`