上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 22 下一页
摘要: 方法1 安装插件: Markdown All in One, Markdown Preview Enhanced, vscode-pdf(打开PDF文件)。 遇到错误: 错误提示:“princexml” is required to be installed. 解决:需要安装 prince sudo 阅读全文
posted @ 2022-11-24 19:21 cold_moon 阅读(323) 评论(0) 推荐(0) 编辑
摘要: 《扬州慢》赏析 扬州慢 [宋] 姜夔(kuí) 淳熙丙申 至日,予过维扬。夜雪初霁,荠麦弥望。入其城,则四顾萧条,寒水自碧,暮色渐起,戍(shù)角悲吟。予怀怆然,感慨今昔,因自度此曲。千岩老人以为有《黍离》之悲也。 淮左名都,竹西佳处,解鞍少驻初程。过春风十里,尽荠麦青青。自胡马窥江去后,废池乔木,犹厌言兵。渐黄 阅读全文
posted @ 2022-11-23 02:08 cold_moon 阅读(321) 评论(0) 推荐(0) 编辑
摘要: 报错信息: 加载 Web 视图时出错: Error: Could not register service workers: InvalidStateError: Failed to register a ServiceWorker: The document is in an invalid st 阅读全文
posted @ 2022-11-22 15:52 cold_moon 阅读(5571) 评论(0) 推荐(3) 编辑
摘要: 前文回顾: 机器学习模型评价指标之混淆矩阵 机器学习模型评价指标之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 cold_moon 阅读(1622) 评论(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 cold_moon 阅读(2623) 评论(0) 推荐(0) 编辑
摘要: 对于每一个做模型的人而言,如何评价一个模型的有多“好”是一件非常重要的事情。 In the field of machine learning and specifically the problem of statistical classification, a confusion matrix 阅读全文
posted @ 2022-11-18 12:41 cold_moon 阅读(750) 评论(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 cold_moon 阅读(30) 评论(0) 推荐(0) 编辑
摘要: #### 1. windows 进程 Shell Infrastructure Host 占用CPU,以及大量使用电源。 表现:风扇疯狂的转,声音超大,电脑发热严重。 解决: 1. 进入任务管理器,可以看到 进程 Shell Infrastructure Host 高耗电,占用CPU 很多。 2. 阅读全文
posted @ 2022-11-17 23:28 cold_moon 阅读(9888) 评论(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 cold_moon 阅读(95) 评论(0) 推荐(0) 编辑
摘要: 数据集: SHREC 2017 3D手势识别数据集 数据集说明 算法: PoseC3D 开源1 开源2 阅读全文
posted @ 2022-11-17 21:33 cold_moon 阅读(36) 评论(0) 推荐(0) 编辑
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 22 下一页