日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 > 编程资源 > 编程问答 >内容正文

编程问答

Machine Learning week 11 quiz: Application: Photo OCR

發布時間:2025/3/21 编程问答 29 豆豆
生活随笔 收集整理的這篇文章主要介紹了 Machine Learning week 11 quiz: Application: Photo OCR 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.

Application: Photo OCR

5?試題

1.?

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?

100,000

1,000,000

250,000

500,000

2.?

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?

$400

$600

$10,000

$250

3.?

What are the benefits of performing a ceiling analysis? Check all that apply.

A ceiling analysis helps us to decide what is the most promising learning algorithm (e.g., logistic regression vs. a neural network vs. an SVM) to apply to a specific component of a machine learning pipeline.

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 gives us information about which components, if improved, are most likely to have a significant impact on the performance of the final system.

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.

4.?

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?

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.

5.?

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?

There is a large gain in performance possible in improving the character recognition system.

Performing the ceiling analysis shown here requires that we have ground-truth labels for the text detection, character segmentation and the character recognition systems.

The least promising component to work on is the character recognition system, since it is already obtaining 100% accuracy.

The most promising component to work on is the text detection system, since it has the lowest performance (72%) and thus the biggest potential gain.

總結

以上是生活随笔為你收集整理的Machine Learning week 11 quiz: Application: Photo OCR的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。