Neural Networks 0.2
A framework for Lukas Zdechovan's Neural Networks C++ projects.

Data Structures

Here are the data structures with brief descriptions:
RL::CACLA::Action
RL::CACLA::Actor
Projects::Robotics::CACLA_Test::CACLA
RL::CACLA::CACLA
Utils::Computation
Utils::Logging::ConsoleLogger
RL::CACLA::Critic
Projects::Robotics::CACLA_Test::Environment
RL::CACLA::Environment
NeuralNetwork::FeedforwardNeuralNetwork::FeedforwardThreeLayerNN
Utils::Logging::Logger
NeuralNetwork::NeuralNetworkBase class of Neural Networks, derived specific classed should extend this class
NeuralNetwork::NeuralNetworkFactory
NeuralNetwork::NeuralNetworkLayer
NeuralNetwork::NeuralNetworkPropertiesProperties of NeuralNetwork which specifies the learning rate (alpha) and discount rate
NeuralNetwork::NeuronProvides functionality to input and output value through the neuron
Utils::Random
RL::CACLA::State
 All Data Structures Namespaces Files Functions Variables Defines