Logistic回归(LogisticRegression,LR)
摘要:
它名字叫回归,但其实是用来二分类的 1.logistic函数 logistic函数 = sigmoid曲线(S型曲线) 标准logistic函数:$𝜎(x) = \frac{1}{1 + e^{ x}}$ 𝜎′(𝑥)=𝜎(𝑥)(1−𝜎(𝑥)). 2.交叉熵损失函数(Cross Entr 阅读全文
posted @ 2020-03-16 19:48 HolaWorld 阅读(653) 评论(0) 推荐(0) 编辑