摘要: Logistic Regression Logistic Regression是一种分类模型,不是真正用来回归的。 Sigmoid function = Logistic function \(h_\theta(x)=\frac{1}{1+e^{-\theta^Tx}}\) \(h_\theta(x 阅读全文
posted @ 2021-01-17 21:36 AnthonyHoo 阅读(86) 评论(0) 推荐(0) 编辑