当前位置:网站首页>Machine learning difference in the competition and industry application
Machine learning difference in the competition and industry application
2022-07-30 14:29:00 【Mao Feilong】
There is a big difference between machine learning in competitions and industrial applications. Competitions usually focus on the ultimate evaluation indicators, while industrial applications will pay more attention to the stability, interpretability andApplication of domain expert knowledge
Contest
In order to get the ranking of the competition, the evaluation indicators are improved through various methods to the extreme
- Data quality: the data source remains unchanged, and does not focus on data quality improvement
- Model application: methods for using new models, complex models, and model fusion
- Feature Engineering: Using Computationally Expensive Data Augmentation
- Tune: Do a lot of model tuning
- Stability: Offline model, low stability requirements
- Domain expert knowledge: Many competitions even desensitize the original data (such as re-marking field names) to prevent the use of expert knowledge, so domain expert knowledge is less used in the competition
Industrial Applications
We usually pay more attention to the stability of the model and the continuous improvement of data quality under the condition that the application scenario is satisfied
- Data Quality: Data is constantly changing, so focus on improving data quality
- Model application: generally use mainstream and relatively simple models, and rarely use complex models and model fusion methods, which are helpful for model interpretability and problem debugging
- Feature engineering: focus on engineering performance, generally do not use computationally expensive data augmentation
- Parameter adjustment: After the hyperparameters are fixed, they will not move for a long time (usually adjusted several times a year)
- Stability: Online real-time model deployment in the production environment requires high stability
- Domain expert knowledge: will use expert knowledge and theoretical models for modeling
边栏推荐
- 3 years of software testing experience, the interview requires a monthly salary of 22K, obviously he has memorized a lot of interview questions...
- 二手手机销量突破3亿部,与降价的iPhone夹击国产手机
- Flask Framework - Flask-Mail Mail
- BI-SQL丨WHILE
- Before quitting, make yourself a roll king
- Flask框架——Flask-Mail邮件
- What is the level of Ali P7?
- Shell变量与赋值、变量运算、特殊变量、重定向与管渠
- [ARC092D] Two Faced Edges
- CF338E Optimize!
猜你喜欢
随机推荐
Flask框架——Flask-Mail邮件
地形分析的主要内容(流浪地球的特效水平)
cpu/CS and IP
【Pytorch】如何在关闭batch-norm的同时保持Dropout的开启
sql中ddl和dml(sql与access的区别)
Digital signal processing course lab report (what foundation is needed for digital signal processing)
OFDM 十六讲 3- OFDM Waveforms
UPC2022 Summer Individual Training Game 19 (B, P)
(一)Multisim安装与入门
重保特辑|筑牢第一道防线,云防火墙攻防演练最佳实践
LeetCode二叉树系列——145.二叉树的后序遍历
桌面软件开发框架大赏
Flask框架——Flask-SQLite数据库
业内人士真心话:只会测试没有前途的,我慌了......
3年软件测试经验面试要求月薪22K,明显感觉他背了很多面试题...
百家号取消接口发文功能:插外链获权重被堵死
产品年度营销计划书
VLAN实验
Before quitting, make yourself a roll king
我为何从开发人员转做测试,3年软件测试工程师,带你聊聊这其中的秘辛









