SPRAAK
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Functions
mlp_eval.c File Reference

Fast evaluation of an MLP. More...

Functions

void spr_mlp_eval_init (SprMLP *mlp, const float *x)
 
SprNNFloatDataspr_mlp_eval (SprMLP *mlp, const float *x)
 

Detailed Description

Fast evaluation of an MLP.

Forward evaluation of all connections in an MLP.

Date
Jan 1999
Author
Kris Demuynck
Revision History:
XX/01/1999 - KD
Creation
13/04/2010 - KD
added to SPRAAK