
统计学
文章平均质量分 69
火星种萝卜
c++ vc mfc java
展开
-
中国新冠统计20200128-20200227 统计于网络发布数据 便于数据同比分析规律 公开透明 加强防范 减少恐慌 数学来加持
202001282907确诊病例 5794疑似病例 59治愈病例 82死亡病例202001295997 9239 103 132202001307736 12167 126 170202001319720(+1984) 15238(+3071) 171(+45) 213(+43)2020020111821(+2101) 17988...原创 2021-01-08 21:22:53 · 326 阅读 · 0 评论 -
2020-08-24绘制ROC PR曲线 核心方法总结 ,计算AUC核心方法
#1 绘制ROC AUC PR曲线#核心方法roc_curve(y_test, preds) # preds为概率形式#source codeimport matplotlib.pyplot as pltplt.figure(figsize=(12,8))plt.xlabel('False Positive Rate')plt.ylabel('True Positive Rate')plt.title('ROC Curve for different classifi...原创 2020-08-24 13:32:42 · 303 阅读 · 0 评论 -
如何理解PR曲线
https://www.jianshu.com/p/557c4bdd2f2d转载 2020-08-24 11:23:50 · 1175 阅读 · 0 评论 -
Recall(召回率)和 sensitivity(灵敏性)是同一个概念,其他无相同点
Recall(召回率)和 sensitivity(灵敏性)是同一个概念,其他无相同点https://blog.csdn.net/jiandanjinxin/article/details/51840829?utm_medium=distribute.pc_relevant_t0.none-task-blog-BlogCommendFromMachineLearnPai2-1.channel_param&depth_1-utm_source=distribute.pc_relevant_t0.n.转载 2020-08-24 10:37:07 · 5275 阅读 · 0 评论 -
灵敏度 和 特异度的计算
纵轴:真正率(击中率)true positive rate ,TPR,称为灵敏度。所有实际正例中,正确识别的正例比例。横轴:假正率(虚报率)false positiverate, FPR,称为(1-特异度)。所有实际负例中,错误得识别为正例的负例比例。https://blog.csdn.net/jiandanjinxin/article/details/51840829?utm_medium=distribute.pc_relevant_t0.none-task-blog-BlogCommendFr转载 2020-08-24 10:11:11 · 3298 阅读 · 0 评论 -
AUC越大准确率越高吗
https://blog.csdn.net/m0_37870649/article/details/101051795?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-1.channel_param&depth_1-utm_source=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-1.chan转载 2020-08-24 08:53:40 · 2290 阅读 · 0 评论 -
什么是AUC
https://www.jianshu.com/p/b12b31709e8e转载 2020-08-24 08:47:45 · 396 阅读 · 0 评论 -
[转载]用数据说话 Pytorch详解NLLLoss和CrossEntropyLoss
https://www.cnblogs.com/jiading/p/11979391.html转载 2020-08-16 16:41:50 · 155 阅读 · 0 评论 -
如何理解sparse.csr_matrix
https://zhuanlan.zhihu.com/p/36122299转载 2020-08-16 12:21:57 · 401 阅读 · 0 评论 -
准确率precison与正确率accuracy区别
https://www.cnblogs.com/mxp-neu/articles/5316989.html转载 2020-04-29 19:32:57 · 321 阅读 · 0 评论 -
HMM与条件随机场
https://blog.csdn.net/sinat_25346307/article/details/79119366?depth_1-utm_source=distribute.pc_relevant.none-task-blog-BlogCommendFromBaidu-13&utm_source=distribute.pc_relevant.none-task-blog-Blog...转载 2020-04-26 15:27:48 · 158 阅读 · 0 评论 -
朴素贝叶斯定理朴素的理解是指的是各个特征间是完全没有联系的,实际情况却并非如此,这就是朴素的含义
第 0 步:朴素贝叶斯定理简介贝叶斯定理是最早的概率推理算法之一,由 Reverend Bayes 提出(他用来推理上帝是否存在),该定理在某些用例中依然很有用。理解该定理的最佳方式是通过一个例子来讲解。假设你是一名特勤人员,你接到任务,需要在共和党总统候选人的某次竞选演说中保护他/她的安全。这场竞选演说是所有人都可以参加的公开活动,你的任务并不简单,需要时刻注意危险是否存在。一种方式是对...转载 2020-03-22 19:53:09 · 1354 阅读 · 0 评论 -
交叉熵的理解
https://blog.csdn.net/weixin_37567451/article/details/80895309?depth_1-utm_source=distribute.pc_relevant.none-task&utm_source=distribute.pc_relevant.none-task转载 2020-03-21 20:20:35 · 120 阅读 · 0 评论 -
什么是交叉熵
https://baike.baidu.com/item/%E4%BA%A4%E5%8F%89%E7%86%B5/8983241?fr=aladdin转载 2020-03-21 19:35:17 · 249 阅读 · 0 评论 -
熵的定义(很好的方法论工具尤其第三熵增益的计算)
https://www.cnblogs.com/wkang/p/10068475.html转载 2020-03-18 15:30:40 · 202 阅读 · 0 评论 -
排列组合在线工具
https://tool.520101.com/wangluo/转载 2020-03-08 07:52:01 · 15511 阅读 · 0 评论 -
学习统计学要掌握哪些知识
http://www.360doc.com/content/17/0130/22/37898595_625520850.shtml转载 2020-03-06 17:02:26 · 184 阅读 · 0 评论