Neural Networks 0.2
A framework for Lukas Zdechovan's Neural Networks C++ projects.
Namespaces | Data Structures | Variables

NeuralNetwork Namespace Reference

Base namespace of all classes which are used to work with Neural Networks. More...

Namespaces

namespace  FeedforwardNeuralNetwork
 

Namespace of all specific Feedforward Neural Networks (Most common is the FeedforwardThreeLayerNN class)


Data Structures

struct  NeuralNetworkProperties
 Properties of NeuralNetwork which specifies the learning rate (alpha) and discount rate. More...
class  NeuralNetwork
 Base class of Neural Networks, derived specific classed should extend this class. More...
class  NeuralNetworkFactory
class  NeuralNetworkLayer
class  Neuron
 Provides functionality to input and output value through the neuron. More...

Variables

const int MAX_NEURONS = 100
const int BIAS_VALUE = -1
const int STRING_BUFFER_LENGTH = 1024

Detailed Description

Base namespace of all classes which are used to work with Neural Networks.


Variable Documentation

const int NeuralNetwork::BIAS_VALUE = -1
const int NeuralNetwork::MAX_NEURONS = 100
 All Data Structures Namespaces Files Functions Variables Defines