A linear connection between two neural elements. More...
#include <ANN.h>
Public Attributes | |
| int | c |
| connected? More... | |
| real | w |
| weight More... | |
| real | dw |
| Weight-change. More... | |
| real | e |
| eligibility; More... | |
| real | v |
| variance estimate More... | |
A linear connection between two neural elements.
It is used to express the sum weights in \(y = \sum_i w_i f_i (x)\). This type of connection currently also supports eligibility traces gradient descent updates, batch updates and variance estimates.