#include <EblBasic.h>

Public Member Functions | |
| addc_module (parameter &p, intg size) | |
| virtual void | fprop (state_idx &in, state_idx &out) |
| forward propagation from in to out | |
| virtual void | bprop (state_idx &in, state_idx &out) |
| backward propagation from out to in | |
| virtual void | bbprop (state_idx &in, state_idx &out) |
| second-derivative backward propagation from out to in | |
| virtual void | forget (forget_param_linear &fp) |
| forgetting weights by replacing with random values | |
| virtual void | normalize () |
| normalizing | |
Public Attributes | |
| state_idx | bias |
| the biases | |
| ebl::addc_module::addc_module | ( | parameter & | p, | |
| intg | size | |||
| ) |
Constructor.
| p | is used to store all parametric variables in a single place. | |
| size | is the number of biases, or the size of dimensions 0 of inputs and outputs. |
1.5.6