Stochastic Neural Network Algorithm

From GM-RKB
(Redirected from stochastic neural network)
Jump to navigation Jump to search

A Stochastic Neural Network Algorithm is an ANN algorithm that make use of stochastic transfer functions.



References

2015

  • (Wikipedia, 2015) ⇒ http://en.wikipedia.org/wiki/stochastic_neural_network Retrieved:2015-1-10.
    • Stochastic neural networks are a type of artificial neural networks built by introducing random variations into the network, either by giving the network's neurons stochastic transfer functions, or by giving them stochastic weights. This makes them useful tools for optimization problems, since the random fluctuations help it escape from local minima.

      An example of a neural network using stochastic transfer functions is a Boltzmann machine. Each neuron is binary valued, and the chance of it firing depends on the other neurons in the network.

      Stochastic neural networks have found applications in risk management, oncology, bioinformatics, and other similar fields.