TarzaNN
TarzaNN neural network simulator
|
#include <qimage.h>
#include "nowarn.h"
#include "common.h"
#include <stdlib.h>
#include "OutputImage.h"
#include "InputFeaturePlaneAbstract.h"
Go to the source code of this file.
Classes | |
class | InputFeaturePlane |
Enumerations | |
enum | { TASK_TYPE_NULL, TASK_FEATURES, TASK_SPATIAL, TASK_MIXED, TASK_TYPE_LAST } |
enum | { TASK_CODE_NULL, TASK_CENTER, TASK_LEFT, TASK_RIGHT, TASK_UP, TASK_DOWN, TASK_UP_LEFT, TASK_UP_RIGHT, TASK_DOWN_LEFT, TASK_DOWN_RIGHT, TASK_CODE_LAST } |
anonymous enum |
anonymous enum |
Task types TASK_TYPE_NULL - no task TASK_FEATURES - an image is presented as task input and its characteristics used to set the biases after one feedforward step through the network
TASK_SPATIAL - an image or code is presented as input and spatial biases are computed in a top-down manner
TASK_MIXED - the input image is used as both spatial and feature bias