Probabilistic neural network: Difference between revisions

Content deleted Content added
Line 22:
== Advantages==
There are several advantages and disadvantages using PNN instead of [[multilayer perceptron]].<ref>http://www.dtreg.com/pnn.htm</ref>
* PNN is much faster compare tothan multilayer perceptron networks.
* PNNPNNs are more accurate than multilayer perceptron networks.
* PNNPNNs are networks are relatively insensitive to outliers.
* PNN networks generate accurate predicted target probability scores.
* PNNPNNs approach Bayes optimal classification.
 
==Disadvantages ==