#include "Image/Image.H"
#include <stdio.h>
#include <math.h>
#include <stdlib.h>
#include <time.h>
#include <string>
Go to the source code of this file.
Classes | |
class | FeedForwardNetwork |
A Feed Forward Network. More... | |
Defines | |
#define | FFN_RW_RANGE 1.0 |
Feed Forward Network for use to train any mapping
Definition in file FFN.H.