Probabilistic neural network
A probabilistic neural network (PNN) is a feedforward neural network, which was derived from the Bayesian network[1] and a statistical algorithm called Kernel Fisher discriminant analysis.[2] It was introduced by D.F. Specht in the early 1990s.[3] In a PNN, the operations are organized into a multilayered feedforward network with four layers:
- Input layer
- Hidden layer
- Pattern layer/Summation layer
- Output layer
Layers of PNN
PNN is often used in classification problems.[4] 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
Each neuron in the input layer represents a predictor variable. In categorical variables, N-1 neurons are used when there are N number of categories. It standardizes the range of the values by subtracting the median and dividing by the interquartile range. Then the input neurons feed the values to each of the neurons in the hidden layer.
Pattern layer
This layer contains one neuron for each case in the training data set. It stores the values of the predictor variables for the case along with the target value. A hidden neuron computes the Euclidean distance of the test case from the neuron’s center point and then applies the radial basis function kernel function using the sigma values.
Summation layer
For PNN networks there is one pattern neuron for each category of the target variable. The actual target category of each training case is stored with each hidden neuron; the weighted value coming out of a hidden neuron is fed only to the pattern neuron that corresponds to the hidden neuron’s category. The pattern neurons add the values for the class they represent.
Output layer
The output layer compares the weighted votes for each target category accumulated in the pattern layer and uses the largest vote to predict the target category.
Advantages
There are several advantages and disadvantages using PNN instead of multilayer perceptron.[5]
- PNNs are much faster than multilayer perceptron networks.
- PNNs can be more accurate than multilayer perceptron networks.
- PNN networks are relatively insensitive to outliers.
- PNN networks generate accurate predicted target probability scores.
- PNNs approach Bayes optimal classification.
Disadvantages
- PNN are slower than multilayer perceptron networks at classifying new cases.
- PNN require more memory space to store the model.
Applications based on PNN
- probabilistic neural networks in modelling structural deterioration of stormwater pipes.[6]
- probabilistic neural networks method to gastric endoscope samples diagnosis based on FTIR spectroscopy.[7]
- Probabilistic Neural Networks in Solving Different Pattern Classification Problems.[8]
- Application of probabilistic neural networks to population pharmacokineties.[9]
- Probabilistic Neural Networks to the Class Prediction of Leukemia and Embryonal Tumor of Central Nervous System.[10]
- Ship Identification Using Probabilistic Neural Networks.[11]
- Probabilistic Neural Network-Based sensor configuration management in a wireless ad hoc network.[12]
- Probabilistic Neural Network in character recognizing.
- Remote-sensing Image Classification.[13]
References
- ↑ http://herselfsai.com/2007/03/probabilistic-neural-networks.html[]
- ↑ http://www.psi.toronto.edu/~vincent/research/presentations/PNN.pdf
- ↑ Specht, D. F. (1990). "Probabilistic neural networks". Neural Networks. 3: 109–118. doi:10.1016/0893-6080(90)90049-Q.
- ↑ http://www.mathworks.in/help/toolbox/nnet/ug/bss38ji-1.html
- ↑ http://www.dtreg.com/pnn.htm
- ↑ http://vuir.vu.edu.au/583/1/UrbanWater-Dung.pdf
- ↑ "[Application of probabilistic neural networks method to gastric endoscope samples diagnosis based on FTIR spectroscopy]". Guang Pu Xue Yu Guang Pu Fen Xi. 29: 1553–7. 2009. PMID 19810529.
- ↑ http://www.idosi.org/wasj/wasj4(6)/3.pdf
- ↑ http://ieeexplore.ieee.org/xpl/freeabs_all.jsp?arnumber=1223983
- ↑ http://dl.acm.org/citation.cfm?id=1011984
- ↑ http://www.iaeng.org/publication/IMECS2009/IMECS2009_pp1291-1294.pdf
- ↑ http://www.ll.mit.edu/asap/asap_04/DAY2/27_PA_STEVENS.PDF
- ↑ Zhang, Y. (2009). "Remote-sensing Image Classification Based on an Improved Probabilistic Neural Network". Sensors. 9 (9): 7516–7539. doi:10.3390/s90907516.