人工智能英文介绍

合集下载
  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
The Percept源自文库on
Pattern Classification



One of the purposes that neural networks are used for is pattern classification. Once the neural network has been trained using a learning algorithm and a training set the neural network can classify an input vector as either belonging to a particular class or category or not. Each training case is an input vector and target value pair. The input vector is composed of binary or bipolar values. The target value is a 1 if the pattern represented by the input vector belongs to the class and a 0 or -1 if the input vector does not belong to the class. The perceptron learning algorithm is often used for purposes of pattern classification. The perceptron learning algorithm works better with bipolar rather than binary values.
Perceptron
Perceptron
x1 x2 w1 w2 y wn b 1
. .
xn
Perceptron
Exercises


Apply the perceptron algorithm to determine the weights for the following functions, given theta is 0 and alpha is 1: AND OR Train a perceptron neural network to store the following patterns: (1 -1 1) and (1 1 -1) where the first pattern belongs to class and the second does not. Test the neural network on the following patterns on the following noisy patterns: (0 -1 1), (0, 1, -1). Alpha is 1 and theta is 0.
Perceptron
相关文档
最新文档