Probabilistic neural network: Difference between revisions

Content deleted Content added
Citation bot (talk | contribs)
m Alter: url. Add: pmc, pmid, issue, author pars. 1-6. | You can use this bot yourself. Report bugs here. | User-activated.
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_network312519997|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 1966.<ref>{{Cite journal|last=Specht|first=D. F.|date=1967-06-01|title=Generation of Polynomial Discriminant Functions for Pattern Recognition|url=http://ieeexplore.ieee.org/document/4039069/|journal=IEEE Transactions on Electronic Computers|volume=EC-16|issue=3|pages=308–319|doi=10.1109/PGEC.1967.264667|issn=0367-7508}}</ref><ref name=Specht1990>{{Cite journal | last1 = Specht | first1 = D. F. | doi = 10.1016/0893-6080(90)90049-Q | title = Probabilistic neural networks | journal = Neural Networks | volume = 3 | pages = 109–118 | year = 1990 | pmid = | pmc = }}</ref> In a PNN, the operations are organized into a multilayered feedforward network with four layers:
* Input layer
* Pattern layer
Line 35:
==Applications based on PNN==
* probabilistic neural networks in modelling structural deterioration of stormwater pipes.<ref>http://vuir.vu.edu.au/583/1/UrbanWater-Dung.pdf</ref>
* probabilistic neural networks method to gastric endoscope samples diagnosis based on FTIR spectroscopy.<ref>{{cite journal |pmid=19810529 | volume=29 | issue=6 | title=[Application of probabilistic neural networks method to gastric endoscope samples diagnosis based on FTIR spectroscopy] | year=2009 | journal=Guang Pu Xue Yu Guang Pu Fen Xi | pages=1553–7| last1=Li | first1=Q. B. | last2=Li | first2=X. | last3=Zhang | first3=G. J. | last4=Xu | first4=Y. Z. | last5=Wu | first5=J. G. | last6=Sun | first6=X. J. }}</ref>
* Probabilistic Neural Networks in Solving Different Pattern Classification Problems.<ref>http://www.idosi.org/wasj/wasj4(6)/3.pdf</ref>
* Application of probabilistic neural networks to population pharmacokineties.<ref>http://ieeexplore.ieee.org/xpl/freeabs_all.jsp?arnumber=1223983</ref>
Line 42:
* Probabilistic Neural Network-Based sensor configuration management in a wireless ''ad hoc'' network.<ref>http://www.ll.mit.edu/asap/asap_04/DAY2/27_PA_STEVENS.PDF</ref>
* Probabilistic Neural Network in character recognizing.
* Remote-sensing Image Classification.<ref>{{cite journal|last1=Zhang|first1=Y.|title=Remote-sensing Image Classification Based on an Improved Probabilistic Neural Network|journal=Sensors|date=2009|volume=9|issue=9|pages=7516–7539|url=http://www.mdpi.com/1424-8220/9/9/7516|doi=10.3390/s90907516|pmid=22400006|pmc=3290485}}</ref>
 
== References ==