随笔分类 - 统计机器学习
摘要:我的神!! UC Berkeley CS285 Lecture14 讲latent model讲得很好! https://www.youtube.com/watch?v=JHrlF10v2Og&list=PL_iWQOsE6TfURIIhCrlt-wj9ByIVpbfGc&index=1 看了4集了
阅读全文
摘要:并非所有的 svm 类型都支持plot.svm- 只有分类方法支持,而回归不支持。 所以代码应该svm_fit <- svm(factor(y)~x1+x2,data = df, kernel = "linear", cost = 10) 需要factor一下。
阅读全文
摘要:response variable: quantitative qualitative / categorical methods for classification first predict the probability that the observation belongs to eac
阅读全文