上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 31 下一页
摘要: 前文回顾: 机器学习模型评价指标之混淆矩阵 机器学习模型评价指标之Accuracy、Precision、Recall、F-Score、P-R Curve、AUC、AP 和 mAP 1. 基本指标 1.1 True Positive Rate(TPR) $TPR = \frac{TP}{TP+FN}$ 阅读全文
posted @ 2022-11-22 04:27 Zenith_Hugh 阅读(2101) 评论(0) 推荐(0)
摘要: 前文:https://www.cnblogs.com/odesey/p/16902836.html 介绍了混淆矩阵。本文旨在说明其他机器学习模型的评价指标。 1. 准确率(Accuracy-Acc) $Acc = \frac{TP+TN}{TP+TN+FP+FN}$ 显然,Acc 表示模型预测正确( 阅读全文
posted @ 2022-11-20 04:13 Zenith_Hugh 阅读(3868) 评论(0) 推荐(0)
摘要: 对于每一个做模型的人而言,如何评价一个模型的有多“好”是一件非常重要的事情。 In the field of machine learning and specifically the problem of statistical classification, a confusion matrix 阅读全文
posted @ 2022-11-18 12:41 Zenith_Hugh 阅读(974) 评论(0) 推荐(0)
摘要: 将博客园的 谷歌搜索改为 必应搜索 1.开通js权限(联系博客园工作人员) 2.在博客后台管理的 页首Html 代码中添加如下代码 <script src="https://files.cnblogs.com/files/wintertone/js02.js" type="text/javascri 阅读全文
posted @ 2022-11-18 00:01 Zenith_Hugh 阅读(40) 评论(0) 推荐(0)
摘要: #### 1. windows 进程 Shell Infrastructure Host 占用CPU,以及大量使用电源。 表现:风扇疯狂的转,声音超大,电脑发热严重。 解决: 1. 进入任务管理器,可以看到 进程 Shell Infrastructure Host 高耗电,占用CPU 很多。 2. 阅读全文
posted @ 2022-11-17 23:28 Zenith_Hugh 阅读(10128) 评论(0) 推荐(0)
摘要: 1. Python Pickle 和 JSON 之间的区别 很全面 很棒的解释。 2. 一篇使用说明: https://janakiev.com/blog/python-pickle-json/ 3. mmdetection3d 中的说明 https://github.com/open-mmlab/ 阅读全文
posted @ 2022-11-17 23:08 Zenith_Hugh 阅读(115) 评论(0) 推荐(0)
摘要: 数据集: SHREC 2017 3D手势识别数据集 数据集说明 算法: PoseC3D 开源1 开源2 阅读全文
posted @ 2022-11-17 21:33 Zenith_Hugh 阅读(54) 评论(0) 推荐(0)
摘要: YOLOv5/v7 detect.py 传参 conf_thres Confidence Threshold,置信度阈值。 只显示预测概率超过conf_thres的预测结果。 想让YOLO只标记可能性高的地方,就把这个参数提高。 iou_thres Intersect over Union Thre 阅读全文
posted @ 2022-11-17 10:43 Zenith_Hugh 阅读(1037) 评论(0) 推荐(0)
摘要: 理解make/makefile/cmake/nmake 如何使用Makefile管理和编译C++代码 CMake 6分钟入门,不用再写复杂的Makefile 阅读全文
posted @ 2022-11-14 12:46 Zenith_Hugh 阅读(45) 评论(0) 推荐(0)
摘要: 概览 李宏毅讲解 Meta 博客 论文:Speech-to-speech translation for a real-world unwritten language 原始题目 Speech-to-speech translation for a real-world unwritten lang 阅读全文
posted @ 2022-11-10 11:54 Zenith_Hugh 阅读(113) 评论(0) 推荐(0)
上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 31 下一页