摘要:
1.SVM 是监督学习的一种 回顾逻辑回归: if y=1, then hθ(x)≈1 and ΘTx≫0 if y=0, then hθ(x)≈0 and ΘTx≪0 cost function: 为了做出支持向量机,改变逻辑回归中的以下两项: , 使得ΘTx>1或ΘTx<-1时,值为0 设ΘTx 阅读全文
摘要:
1.预测中的错误解决方法 Getting more training examples Trying smaller sets of features Trying additional features Trying polynomial features Increasing or decrea 阅读全文
摘要:
一、绪论 1.概念: the field of study that gives computers the ability to learn without being explicitly programmed. ——an older, informal definition by Arthur 阅读全文