-
What is a Neural Network?
Neural Networks return output based on inputs - as simple as that. The beauty lies in its ability to learn what outputs to return by teaching it.
-
Why use a Neural Network?
Neural Networks are useful when we deal with logic that is not explicitly true or false. When we want our program to learn. When we want to define rules as the program is in use or when programming the rules manually is much too time consuming.
-
Getting Started
I. Download the latest Neural Mesh archive and unzip it in your web root.
II. Create a database and run the
install.sqldump in it.III. Modify
nm-settings.phpwith your database info.
