 
  
  
  
  
 Next: A Perceptron
Up: Neural Network Learning
 Previous: Appropriate Problems for ANN
 
-  inputs a vector of real-valued inputs, calculates a linear 
combination and outputs a 1 if the results is greater than some 
threshold and -1 otherwise
-   
   
-  each   is a real-valued weight that determines the 
contribution of the input is a real-valued weight that determines the 
contribution of the input to the perceptron output to the perceptron output
-  the quantity (  ) is the threshold ) is the threshold
-  hyperplane decision surface in the n-dimensional space of instances
-  not all datasets can be separated by a hyperplane, but if they 
can they are linearly separableБе datasets
 
Patricia Riddle 
Fri May 15 13:00:36 NZST 1998