Probabilistic neural network: Difference between revisions

Content deleted Content added
GreenC bot (talk | contribs)
Rescued 1 archive link; reformat 1 link. Wayback Medic 2.5
Converted 1 bare URL archive.today archived ref to {{Cite web}}
Line 7:
==Layers ==
 
PNN is often used in classification problems.<ref>[{{cite web |url=http://www.mathworks.in/help/toolbox/nnet/ug/bss38ji-1.html |title=Archived copy |website=www.mathworks.in |access-date=6 June 2022 |archive-url=https://archive.today/20120804150441/http://www.mathworks.in/help/toolbox/nnet/ug/bss38ji-1.html] |archive-date=4 August 2012 |url-status=dead}}</ref> When an input is present, the first layer computes the distance from the input vector to the training input vectors. This produces a vector where its elements indicate how close the input is to the training input. The second layer sums the contribution for each class of inputs and produces its net output as a vector of probabilities. Finally, a compete transfer function on the output of the second layer picks the maximum of these probabilities, and produces a 1 (positive identification) for that class and a 0 (negative identification) for non-targeted classes.
 
=== Input layer ===