Content deleted Content added
Linked "Parzen window"-text to article "https://en.wikipedia.org/wiki/Kernel_density_estimation" |
Pranau1997 (talk | contribs) Fixed grammar Tags: canned edit summary Mobile edit Mobile app edit Android app edit |
||
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 [[Kernel density estimation|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 |title=Archived copy |accessdate=2012-03-22 |deadurl=yes |archiveurl=https://web.archive.org/web/20101218121158/http://herselfsai.com/2007/03/probabilistic-neural-networks.html |archivedate=2010-12-18 |df= }}</ref> and a statistical algorithm called [[Kernel Fisher discriminant analysis]].<ref>{{cite web |url=http://www.psi.toronto.edu/~vincent/research/presentations/PNN.pdf |title=Archived copy |accessdate=2012-03-22 |deadurl=yes |archiveurl=https://web.archive.org/web/20120131053940/http://www.psi.toronto.edu/~vincent/research/presentations/PNN.pdf |archivedate=2012-01-31 |df= }}</ref> It was introduced by D.F. Specht in
* Input layer
* Pattern layer
|