intel培训-1 数据预处理

快来打我* 2024-04-17 06:08 213阅读 0赞

数据预处理:

  1. 清理
  2. 灰度处理:
  3. 零件缺陷检测,裂缝
  4. 减少数据量 减少运算量 只需要一个值
  5. 正则化:normalization
  6. 分布不
  7. 加快收敛速度
  8. 数据增强:
  9. 数据不均衡的时候 为了增加一些数据
  10. 旋转 缩放

选模型

  1. 分类模型

framework

  1. 在这里插入代码片

选网络

  1. 大小
  2. 耗时

查全率和查准率

  1. Precision: The precision is the ratio tp / (tp + fp) where tp is the number of true positives and fp the number of false positives. The precision is intuitively the ability of the classifier not to label as positive a sample that is negative.
  2. The best value is 1 and the worst value is 0.
  3. Recall: The recall is the ratio tp / (tp + fn) where tp is the number of true positives and fn the number of false negatives. The recall is intuitively the ability of the classifier to find all the positive samples.
  4. 查全率:
  5. 覆盖尽可能多
  6. 查准率:

f1-score

  1. 综合考虑查全率和查准率

P-R曲线

  1. 横坐标:
  2. 查全率
  3. 纵坐标:
  4. 查准率

发表评论

表情:
评论列表 (有 0 条评论,213人围观)

还没有评论,来说两句吧...

相关阅读

    相关 python 数据预处理1

    通过[Tushare][]或者[Tushare pro][]获取股票清单,但是有3707家企业,怎么挑选股票,我自己瞎琢磨。 1 根据各板块选择龙头股票 [mysql分

    相关 数据预处理

      我们已经知道,将数据输入神经网络之前,应该将数据格式化为经过预处理的浮点数张量。现在,数据以JPEG文件的形式保存在硬盘中,所以数据预处理步骤大致如下。 读取图像文

    相关 数据预处理

    数据预处理是在数据清洗完成之后, 接着进行的的数据集成, 转换, 规约等一系列的处理的过程。数据预处理一方面是为了提高数据的质量, 另一方面是为了是数据更好地适应数据挖掘的技术