#include <boss_nn.h>
Public Member Functions | |
| BOSS_NN () | |
| BOSS_NN constructor. | |
| ~BOSS_NN () | |
| BOSS_NN destructor. | |
| bool | LoadNN (const string &filename) |
| bool | SaveNN (const string &filename) |
| vector< float > | Calculate (const vector< float > &Input) |
| float | net (int Layer, int Neuron, const vector< float > &Input) |
| void | BackProp (vector< float > &DesiredOutput, vector< float > &Output) |
| void | Update () |
| void | Reset () |
Public Attributes | |
| vector< t_layer > | layer |
| int | NumberOfLayers |
| float | Learnrate |
| float | Error |
| int | m_InputNeurons |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.6