Neural Networks 0.2
A framework for Lukas Zdechovan's Neural Networks C++ projects.
|
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::NeuralNetwork | Base class of Neural Networks, derived specific classed should extend this class |
NeuralNetwork::NeuralNetworkFactory | |
NeuralNetwork::NeuralNetworkLayer | |
NeuralNetwork::NeuralNetworkProperties | Properties of NeuralNetwork which specifies the learning rate (alpha) and discount rate |
NeuralNetwork::Neuron | Provides functionality to input and output value through the neuron |
Utils::Random | |
RL::CACLA::State |