Neural Networks 0.2
A framework for Lukas Zdechovan's Neural Networks C++ projects.
|
Go to the source code of this file.
Data Structures | |
struct | NeuralNetwork::NeuralNetworkProperties |
Properties of NeuralNetwork which specifies the learning rate (alpha) and discount rate. More... | |
class | NeuralNetwork::NeuralNetwork |
Base class of Neural Networks, derived specific classed should extend this class. More... | |
Namespaces | |
namespace | NeuralNetwork |
Base namespace of all classes which are used to work with Neural Networks. | |
Variables | |
const int | NeuralNetwork::MAX_NEURONS = 100 |
const int | NeuralNetwork::BIAS_VALUE = -1 |
const int | NeuralNetwork::STRING_BUFFER_LENGTH = 1024 |