Stochastic neural network

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.

References


This article is issued from Wikipedia - version of the 3/7/2015. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.