brainwipe / Harness

An artificial intelligence toybox for neural networks and other mathematical models.
https://nn.lack-of.org
4 stars 2 forks source link

Noise function block #19

Open brainwipe opened 9 years ago

brainwipe commented 9 years ago

I want a function block that adds noise (Normal distribution) to the input and put it on the output.

I want the input vector and the output vector size to be the same and I want noise applied to each element in the vector.

I want to control the standard deviation of the noise. I want to see the output vector in the display of the box just like an array source.