Machine Learning 务实----Applying deep learning to real-world problems

本文探讨了在实际应用中运用机器学习时如何处理数据预处理、不平衡标签分布以及理解黑盒模型的问题。预调整方法通过先在相关领域的大量廉价数据上训练,再在精确标注的数据上微调,提升模型准确性。针对不平衡标签分布,可以采用增加数据、改变标记方式或采样策略。理解模型的工作原理和避免被欺骗也是关键。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

1. Pre-tuning method 

 在现实世界里应用ML,得到大量精确标注的数据是昂贵的。

  如果只有少量精确标注的数据,pre-tuning method可以帮助提升最后训练模型的精度[1]。

  First pre-tuning on cheap large datasets on related domain.

  Then fine-tuning on expensive well-labeled data.

 As we fine-tune on precisely labeled data, 

 it is possible to pre-train on so-called weakly labeled data.

 (i.e. 90% of the labels might be correct and 10% wrong)

2.Caveats of real-world label distributions[1]

 在现实世界里,得到的数据有以下特征(相对于学术界里的平衡数据):

 - Unbalanced label distribution

 - Unbalanced cost of misclassification

 Solution[1],让训练集里的数据数量上更平衡:
- More data
- Change labeling:ie. merge some rare labels
- Sampling: ignore / over-or undersample / Negative minging / weighting the loss

3. Understanding black box models
在现实世界里应用ML,你不仅需要提高准确率,还需要考虑以下问题:
- understand why and how a model can make wrong predictions,
- give some intuition why our model can perform better than any previous solution,

- make sure that the model cannot be tricked.  

 

参考: 

[1] 《Applying deep learning to real-world problems》

   https://medium.com/merantix/applying-deep-learning-to-real-world-problems-ba2d86ac5837

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值