Content deleted Content added
m →top |
Rescuing 3 sources and tagging 1 as dead. #IABot (v1.5.2) (Josve05a) |
||
Line 1:
A '''probabilistic neural network (PNN)''' is a [[feedforward neural network]], which is widely used in classification and pattern recognition problems. In the PNN algorithm, the parent probability distribution function (PDF) of each class is approximated by a Parzen window and a non-parametric function. Then, using PDF of each class, the class probability of a new input data is estimated and Bayes’ rule is then employed to allocate the class with highest posterior probability to new input data. By this method, the probability of mis-classification is minimized.<ref>{{Cite web|url=https://www.researchgate.net/publication/312519997_Competitive_probabilistic_neural_network|title=Competitive probabilistic neural network (PDF Download Available)|website=ResearchGate|language=en|access-date=2017-03-16}}</ref> This type of ANN was derived from the [[Bayesian network]]<ref>{{cite web |url=http://herselfsai.com/2007/03/probabilistic-neural-networks.html
* Input layer
* Hidden layer
Line 7:
==Layers ==
PNN is often used in classification problems.<ref>http://www.mathworks.in/help/toolbox/nnet/ug/bss38ji-1.html{{dead link|date=September 2017 |bot=InternetArchiveBot |fix-attempted=yes }}</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 ===
Line 22:
== Advantages==
There are several advantages and disadvantages using PNN instead of [[multilayer perceptron]].<ref>{{cite web |url=http://www.dtreg.com/pnn.htm |title=Archived copy |accessdate=2012-03-22 |deadurl=yes |archiveurl=https://web.archive.org/web/20120302075157/http://www.dtreg.com/pnn.htm |archivedate=2012-03-02 |df= }}</ref>
* PNNs are much faster than multilayer perceptron networks.
* PNNs can be more accurate than multilayer perceptron networks.
|