[comp.ai.neural-nets] Statiscal weights for back-prop nets?

nadi@janus.berkeley.edu (Fariborz Nadi) (05/09/89)

Training algorithm for back-prop networks with statistical weights.

In order to create statistical models by observing input and output vectors
alone, a back-prop network needs to have a statistical component added to it.
This could be done by having statistical weights, thresholds, or nodes.
The reason for such models is to cope with noisy data in the input and output
vectors. Is anyone working on a training algorithm for such networks?
Is there any other way of creating such models without knowing the distribution
of the noise before hand? (remember I am interested in multi-input multi-output
vectors) Any and all feedbacks are appreciated.

nadi@janus.berkeley.edu