赞
踩
A computer program is said to learn from experience E with respect to some task T and some performance measure P if its
performance on T, as measured by P, improves with experience E.
Suppose we feed a learning algorithm a lot of historical weather
data, and have it learn to predict weather. What would be a
reasonable choice for P?
解析: 一个程序被认为能从经验 E 中学习,解决任务 T,达到性能度量值P 第1个选项是E, 第3个选项是P, 第4个选项是E
Suppose you are working on weather prediction, and use a
learning algorithm to predict tomorrow’s temperature (in degrees Centigrade/Fahrenheit).
Would you treat this as a classification or a regression problem?
Suppose you are working on stock market prediction, Typically
tens of millions of shares of Microsoft stock are traded
(i.e., bought/sold) each day. You would like to predict the
number of Microsoft shares that will be traded tomorrow.
Would you treat this as a classification or a regression problem?
Some of the problems below are best addressed using a supervised learning algorithm, and the others with an unsupervised learning algorithm. Which of the following would you apply supervised learning to? (Select all that apply.) In each case, assume some appropriate dataset is available for your algorithm to learn from.
Which of these is a reasonable definition of machine learning?
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。