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

NeuralNetwork::NeuralNetworkProperties Struct Reference

Properties of NeuralNetwork which specifies the learning rate (alpha) and discount rate. More...

#include <NeuralNetwork.h>

Data Fields

float alpha
 Learning rate.
float discount
 Discount rate.

Detailed Description

Properties of NeuralNetwork which specifies the learning rate (alpha) and discount rate.


Field Documentation

Learning rate.

Discount rate.


The documentation for this struct was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Defines