【发布时间】:2015-04-27 19:31:31
【问题描述】:
我正在研究机器学习中的感知器算法。到目前为止,我对感知器的了解如下
1)It's a supervised learning technique
2)It tries to create a hyper plane that linearly separates the class
labels ,which is when the perceptron converges
3)if the predicted output and the obtained output from the algorithm
doesnot match it adjusts it's weight vector and bias.
但是,如果
感知器无法实现收敛?算法是否继续
更新权重向量?
【问题讨论】:
标签: algorithm machine-learning supervised-learning