| Home | Trees | Indices | Help |
|
|---|
|
|
Inject multiplicative or additive noise into the input data. Original code contributed by Mathias Franzius. Note that due to the noise_func attribute this node cannot be pickled.
|
|||
| Inherited from Node | |||
|---|---|---|---|
|
__metaclass__ This Metaclass is meant to overwrite doc strings of methods like execute, stop_training, inverse with the ones defined in the corresponding private methods _execute, _stop_training, _inverse, etc... |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
| Inherited from Node | |||
|---|---|---|---|
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
| Inherited from Node | |||
|---|---|---|---|
|
_train_seq List of tuples: [(training-phase1, stop-training-phase1), (training-phase2, stop_training-phase2), ... |
|||
|
dtype dtype |
|||
|
input_dim Input dimensions |
|||
|
output_dim Output dimensions |
|||
|
supported_dtypes Supported dtypes |
|||
|
|||
Add noise to input signals.
Input signal:
'noise_func' -- A function that generates noise. It must
take a 'size' keyword argument and return
a random array of that size. Default is normal noise.
'noise_args' -- Tuple of additional arguments passed to noise_func.
Default is (0,1) for (mean, standard deviation)
of the normal distribution.
'noise_type' -- Either 'additive' or 'multiplicative':
'additive' returns x + noise
'multiplicative' returns x * (1 + noise)
Default is 'additive'.
|
|
Return the list of dtypes supported by this node.
|
Return True if the node can be inverted, False otherwise.
|
Return True if the node can be trained, False otherwise.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri Oct 9 06:08:52 2009 | http://epydoc.sourceforge.net |