An RBF connection between two neural elements. More...
#include <ANN.h>
Public Attributes | |
| real | w |
| weight (= \(1/\sigma\)) More... | |
| real | m |
| mean More... | |
An RBF connection between two neural elements.
It is used to express: \(y = \sum_i \big((m_i-f_i(x)) w_i\big)^2\). This type of connection has no extra features. When an RBF connection is created through the standard high-level function AddRBFHiddenLayer, then the layer output is \(g(y) = e^y\).