subject

Acomputer 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. in this setting, what is t?
what would be a reasonable choice for p?
a. the probability of it correctly predicting a future date's weather.
b. none of these.
c. the weather prediction task.
d. the process of the algorithm examining a large amount of historical weather data.

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 10:00
Hey i just logged on and one of the moderators deleted a bunch of my answers to questions, even though the answers were right and the people it doesn't make sense but if anyone wants to talk about anything just message me lol (this is super random lol)
Answers: 1
question
Computers and Technology, 23.06.2019 15:00
1. which of the following statements are true about routers and routing on the internet. choose two answers. a. protocols ensure that a single path between two computers is established before sending packets over it. b. routers are hierarchical and the "root" router is responsible for communicating to sub-routers the best paths for them to route internet traffic. c. a packet traveling between two computers on the internet may be rerouted many times along the way or even lost or "dropped". d. routers act independently and route packets as they see fit.
Answers: 2
question
Computers and Technology, 23.06.2019 15:20
What does a bonus object do? a. subtracts lives b. keeps track of a player's health c. gives a player an advantage d. makes text appear
Answers: 1
question
Computers and Technology, 24.06.2019 09:50
Create a string list. 2. use console.readline() to collect values of firstname, lastname, street, city, state, zip, save them to list. 3. write a simple linq statement, call method uppercasewords() to change first letter to uppercase. 4. create a foreach statment to display the information. public static string uppercasewords(string value) { char[] array = value.tochararray(); if (array.length > = 1) { if (char.islower(array[0])) { array[0] = char.toupper(array[0]); } } for (int i = 1; i < array.length; i++) { if (array[i - 1] == ' ') { if (char.islower(array[i])) { array[i] = char.toupper(array[i]); } } } return new string(array);
Answers: 3
You know the right answer?
Acomputer program is said to learn from experience e with respect to some task t and some performanc...
Questions
question
Mathematics, 19.09.2021 16:40
question
Mathematics, 19.09.2021 16:40
question
Mathematics, 19.09.2021 16:40
question
Physics, 19.09.2021 16:40
question
Mathematics, 19.09.2021 16:40
question
Mathematics, 19.09.2021 16:40
question
Mathematics, 19.09.2021 16:50
question
Mathematics, 19.09.2021 16:50