Public Member Functions | |
| layer (const unsigned &num_inputs=0, const unsigned &num_neurons=0) | |
| void | reset () |
| vector | operator() (const vector &input) const |
| unsigned | length () const |
| void | normalize () |
| void | desaturate () |
| void | perturb (double magnitude=0.3, double probability=1.0) |
Definition at line 150 of file mlp.h.
1.4.7