admin 管理员组 文章数量: 1184232
文章数量: 1184232
Suppose you are running a sliding window detector to find
text in images. Your input images are 1000x1000 pixels. You
will run your sliding windows detector at two scales, 10x10
and 20x20 (i.e., you will run your classifier on lots of 10x10
patches to decide if they contain text or not; and also on
lots of 20x20 patches), and you will "step" your detector by 2
pixels each time. About how many times will you end up
running your classifier on a single 1000x1000 test set image?
答案D
250,000
100,000
1,000,000
500,000
Suppose that you just joined a product team that has been
developing a machine learning application, using m=1,000
training examples. You discover that you have the option of
hiring additional personnel to help collect and label data.
You estimate that you would have to pay each of the labellers
$10 per hour, and that each labeller can label 4 examples per
minute. About how much will it cost to hire labellers to
label 10,000 new training examples?
答案C
$600
$250
$400
$10,000
What are the benefits of performing a ceiling analysis? Check all that apply.
答案CD
If we have a low-performing component, the ceiling analysis can tell us if that component has a high bias problem or a high variance problem.
It is a way of providing additional training data to the algorithm.
It helps us decide on allocation of resources in terms of which component in a machine learning pipeline to spend more effort on.
It can help indicate that certain components of a system might not be worth a significant amount of work improving, because even if it had perfect performance its impact on the overall system may be small.
Suppose you are building an object classifier, that takes as input an image, and recognizes that image as either containing a car (y=1) or not (y=0). For example, here are a positive example and a negative example:
After carefully analyzing the performance of your algorithm, you conclude that you need more positive (y=1) training examples. Which of the following might be a good way to get additional positive examples?
答案A
Apply translations, distortions, and rotations to the images already in your training set.
Select two car images and average them to make a third example.
Take a few images from your training set, and add random, gaussian noise to every pixel.
Make two copies of each image in the training set; this immediately doubles your training set size.
Suppose you have a PhotoOCR system, where you have the following pipeline:
You have decided to perform a ceiling analysis on this system, and find the following:
Which of the following statements are true?
答案AB
If the text detection system was trained using gradient descent, running gradient descent for more iterations is unlikely to help much.
If we conclude that the character recognition's errors are mostly due to the character recognition system having high variance, then it may be worth significant effort obtaining additional training data for character recognition.
We should dedicate significant effort to collecting additional training data for the text detection system.
The least promising component to work on is the character recognition system, since it is already obtaining 100% accuracy.
本文标签: learning machine Coursera Quiz OCR
版权声明:本文标题:Coursera Machine Learning 第十一周 quiz Application: Photo OCR 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.roclinux.cn/b/1754940311a3052445.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
博主在以往的文章中更新过图结构学习的相关概念,和北邮团队的几篇关于图结构学习的文章(主要KDD20,AAAI21,WWW21,AAAI21)。 Graph Structure Learning(图结构学习综述) Graph Structur
将时间序列的相互作用描述为一个图结构,变量表示为图节点,近年来的研究显示了将图神经网络应用于多元时间序列预测的巨大前景。沿着这条线,现有的方法通常假设决定图神经网络聚合方式的图结构(或邻接矩阵)是通过定义或自学习固定的。然而,变量之间的相互
《Hierarchical Graph Pooling with Structure Learning》阅读笔记 文章目录《Hierarchical Graph Pooling with Structure Learning》阅读笔记前言一
Random Values: Concept Meaning Discrete Random Variables Probability mass functionpmf P() 判别分类器 Discriminative Classi
下载地址:网盘下载 Todays Web-enabled deluge of electronic data calls for automated methods of data analysis. Machine
下载链接在博客最底部!!之前需要参考这本书,但是大多数博客都是收费才能下载本书。在网上找了好久才找到免费的资源,浪费了不少时间,在
文章目录 综述:基于深度学习的文本分类 《Deep Learning Based Text Classification: A Comprehensive Review》论文总结(二) 3.文本分类数据集 3.1 情绪分析数据集 3.2新闻
简介 paper:Deep Learning for Visual Tracking: A Comprehensive Survey github:MMarvastiDeep-Learning-for-Visual-Tracking-S
版权声明:原创作品,允许转载,转载时请务必以超链接形式标明文章原始出版、作者信息和本声明。否则将追究法律责任。http:blog.csdntopmvp - topmv
Point Clouds in Deep Learning: A Comprehensive Overview and Implementation 引言: 点云是一种常用的三维数据表示形式,它在计算机视觉、机器人技术以及自动驾驶等领域中
本文是LLM系列文章,针对《Continual Learning of Large Language Models: A Comprehensive Survey》的翻译。大型语言模型的持续学习:综合调查 摘要 1 引言 2 前言 3
Deep Learning for Visual Tracking: A Comprehensive Survey https:arxivpdf1912.00535.pdf 摘要 视觉目标跟踪是计算机视觉中最抢手但最具挑战性的研
论文来源:Li M , Liu Y , Liu X ,et al.The Deep Learning Compiler: A Comprehensive Survey[J]. 2020.DOI:10.1109TPDS
【ICML2007】Learning to Rank: From Pairwise Approach to Listwise Approach 原文链接 目录 Abstract intro probability models Permu
(1)出发点:现有的几种主流方法一般利用额外的线索(例如,人体姿势信息)来区分人体部位和障碍物&#x
文章目录 摘要 1.引言 2.相关工作 3.提出的方法(PROVID) 3.1 概述 3.2 外观特征提取(by CNN) 3.3 基于SNN的车牌识别 3.4 基于时空关系重排序 4.实验 4.1 数据集 4.2 实验设置 4.3 车牌验
背景差分隐私(Differential Privacy)隐私其实是一个很微妙的定义,在机器学习领域,这个定义变得更加模糊,考虑以下场景:高德地图曾
A Discriminative Feature Learning Approach for Deep Face Recognition Y. Wen, K. Zhang, Z. Li, & Y. Qiao, A Discrimin
ICLR 2018的一篇文献,看Multiple Instance Active Learning for Object Detection的在评价性能的时候看到了这个模型,由于是第一次接触主动学
1 《Graph Structure Estimation Neural Networks》—— WWW 2021 论文 2 《Learning Discrete Structures for Graph Neural Networks
发表评论