|  | gtkIOStream
    1.7.0
    GTK+ << C++ IOStream operators for GTK+. Now with ORBing, numerical computation, audio client and more ... | 
#include <NeuralNetwork.H>
| Public Member Functions | |
| NeuralNetwork (void) | |
| Constructor.  More... | |
| virtual | ~NeuralNetwork (void) | 
| Destructor.  More... | |
| void | activate (vector< NeuralLayer< TYPE > *> &layers, Eigen::Matrix< TYPE, Eigen::Dynamic, 1 > &input) | 
Implements a feed forward neural network. The network is used as follows :
| TYPE | the precision of the data to use, e.g. float, double | 
Definition at line 222 of file NeuralNetwork.H.
| 
 | inline | 
Constructor.
Definition at line 225 of file NeuralNetwork.H.
| 
 | inlinevirtual | 
Destructor.
Definition at line 228 of file NeuralNetwork.H.
| 
 | inline | 
Activates all layers in the neural network. The last layer has the output
| layers | Various neural network layers, 0 being the input layer | 
| input | The input vector to feed forward | 
Definition at line 235 of file NeuralNetwork.H.
| GTK+ IOStream
    Beta
    |