ICode9

精准搜索请尝试: 精确搜索
首页 > 其他分享> 文章详细

机器学习---吴恩达---Week6_2(机器学习系统设计)

2019-04-10 11:43:19  阅读:299  来源: 互联网

标签:误差 吴恩达 errors 机器 cross 算法 Week6 data 查准率


Machine Learing System Design(机器学习系统设计)

Ways to improve the accuracy of a classifier(提高分类器准确性的几个方法)

  • Collect lots of data (for example "honeypot" project but doesn't always work)(收集大量数据,并不总是有用)
  • Develop sophisticated features (for example: using email header data in spam emails)(使用复杂特征)
  • Develop algorithms to process your input in different ways (recognizing misspellings in spam).(使用不同的处理方式)

It is difficult to tell which of the options will be most helpful.(很难说哪种最有用,不过理性思考比靠直觉尝试更可行)

Error Analysis(误差分析)

Manually examine the errors on examples in the cross validation set and try to spot a trend where most of the errors were made.(人工检查验证集的结果,寻找系统性偏差)

Recommended approach to solving machine learning problems(算法实施推荐方法)

 

  • Start with a simple algorithm, implement it quickly, and test it early on your cross validation data.(由简单算法开始构建,在验证集上测试结果)
  • Plot learning curves to decide if more data, more features, etc. are likely to help.(绘画学习曲线,确定改进思路)
  • Manually examine the errors on examples in the cross validation set and try to spot a trend where most of the errors were made.(进行误差分析,进一步改善)

numerical value(结果的数值评估)

Error Metrics for Skewed Classes(偏斜类的误差度量)

偏斜类指一些分布概率差距较大的分类,例如某件事的发生概率为0.5%,该类别为一个偏斜类,这种情况下,即使不对分类做出任何算法处理,也会得到较高的准确定,即不知道提高准确性是否表明算法的分类效果有所提升,需要新的概念进行进行误差度量。

Precision and Recall(查准率和召回率)

Trading Off Precision and Recall(平衡选择查准率与召回率)

根据不同情况确定合适阈值,选择高查准率,低召回率与高召回率,低查准率的情况。

 F1 score(F score)

Data For Machine Learning(ML数据选择)

有较多参数的低偏差算法,训练误差较小,为了提高算法准确性,降低方差,需要增加更多训练实例,使得验证误差降低到和训练误差同一水平,得到低方差的正常算法。

标签:误差,吴恩达,errors,机器,cross,算法,Week6,data,查准率
来源: https://www.cnblogs.com/zouhq/p/10682427.html

本站声明: 1. iCode9 技术分享网(下文简称本站)提供的所有内容,仅供技术学习、探讨和分享;
2. 关于本站的所有留言、评论、转载及引用,纯属内容发起人的个人观点,与本站观点和立场无关;
3. 关于本站的所有言论和文字,纯属内容发起人的个人观点,与本站观点和立场无关;
4. 本站文章均是网友提供,不完全保证技术分享内容的完整性、准确性、时效性、风险性和版权归属;如您发现该文章侵犯了您的权益,可联系我们第一时间进行删除;
5. 本站为非盈利性的个人网站,所有内容不会用来进行牟利,也不会利用任何形式的广告来间接获益,纯粹是为了广大技术爱好者提供技术内容和技术思想的分享性交流网站。

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有