乾貨 | 機器學習基石02 Learning to Answer Yes/No

感知器模型 Perceptron 現實生活中,存在大量的"二分類問題",比如該不該給客戶發信用卡。對於"二分類問題",最簡單的模型就是"感知器模型"。 01 感知器模型 features: X = (x1, x2, ..., xd) if ∑wixi > threshhold(Yes) if ∑wixi < threshhold(No) 02 感知器模型的Hypothesis Set h(x) =
相關文章
相關標籤/搜索