首页 > 代码库 > Ceiling analysis
Ceiling analysis
Course note: Coursera Machine learning by Andrew Ng, 2014,
week 10: Application example: photo OCR (https://class.coursera.org/ml-006/lecture)
When we are working on a machine learning task that is pipelined, how do we decide which componets are the most crucial ones for the improment of overall performance? Do a ceiling analysis!!
Let‘s say the pipeline is A->B->C->D,
the current overall performance is, say, 70%.
Then we manually label the part A, making A perfect, and see how much we can improve,
then make B perfect, see how much we can improve, and so on, ...
If making X perfect doesn‘t improve the overall performance significantly, then it‘s not worth devoting resources into.
Ceiling analysis
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。