Probabilistic neural network: Difference between revisions

Content deleted Content added
Tag: section blanking
Line 13:
 
===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 [[Radialradial basis function|RBF]] kernel function using the sigma values.
 
===Summation layer===