随笔分类 -  统计机器学习

摘要:我的神!! UC Berkeley CS285 Lecture14 讲latent model讲得很好! https://www.youtube.com/watch?v=JHrlF10v2Og&list=PL_iWQOsE6TfURIIhCrlt-wj9ByIVpbfGc&index=1 看了4集了 阅读全文
posted @ 2022-12-13 22:58 爱吃番茄的玛丽亚 阅读(17) 评论(0) 推荐(0) 编辑
摘要:并非所有的 svm 类型都支持plot.svm- 只有分类方法支持,而回归不支持。 所以代码应该svm_fit <- svm(factor(y)~x1+x2,data = df, kernel = "linear", cost = 10) 需要factor一下。 阅读全文
posted @ 2022-11-01 13:40 爱吃番茄的玛丽亚 阅读(41) 评论(0) 推荐(0) 编辑
摘要:response variable: quantitative qualitative / categorical methods for classification first predict the probability that the observation belongs to eac 阅读全文
posted @ 2022-10-17 20:21 爱吃番茄的玛丽亚 阅读(43) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示