您的位置:首页 > 其它

Lecture2-1Perceptron Hypothesis Set

2015-09-15 22:37 387 查看

Credit Approval Revisited



A simple hypothesis set: Perceptron

For x=(x1,x2,...,xd), ‘features of customer’, compute a weight ‘score’ and

- approve credit if ∑di=1wixi>threshold

- deny credit if ∑di=1wixi<threshold

:{+1good,−1bad}, 0 ignored -linear formula h∈ are

h(x)=sign((∑di=1wixi)−threshold) are called perceptron

Vector Form of Perceptron

h(x)=sign((∑i=1dwixi)−threshold)=sign((∑i=1dwixi)−threshold×(+1))=sign(∑i=1dwixi)=sign(wTx)

Perceptrons in ℝ2



Perceptron⟺Linear Classifiers
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: