http://bindog.github.io/blog/2018/02/10/model-explanation/

http://www.sohu.com/a/216216094_473283

https://jacobgil.github.io/deeplearning/class-activation-maps

https://github.com/keras-team/keras/issues/8447

 

Grad-CAM 生成热力图

LIME 其实就是遮挡

 

t分布随机邻域嵌入(t-SNE)  https://blog.csdn.net/lzl1663515011/article/details/46328337

2. 合成少数类过采样技术(SMOTE):

SMOTE涉及对少数类进行过采样(over sampling),并对大多数类进行欠采样(under sampling)以获得最佳结果。

对少数(异常)类进行过采样和对大多数(正常)类进行欠采样的方法的组合,相比仅仅对大多数类进行欠采样可以得到更好的分类器性能(在ROC空间中)。

 

相关文章:

  • 2021-09-29
  • 2022-01-04
  • 2021-09-25
  • 2021-06-22
  • 2021-11-17
  • 2021-07-03
  • 2021-05-09
猜你喜欢
  • 2021-05-24
  • 2021-07-07
  • 2022-01-08
  • 2021-10-19
  • 2021-06-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案