subject

Assuming that data mining techniques are to be used in the following cases, identify whether the task required is supervised or unsupervised learning. a. deciding whether to issue a loan to an applicant based on demographic and financial data (with reference to a database of similar data on prior customers). b. in an online bookstore, making recommendations to customers concerning addi- tional items to buy based on the buying patterns in prior transactions. c. identifying a network data packet as dangerous (virus, hacker attack) based on com- parison to other packets whose threat status is known. d. identifying segments of similar customers. e. predicting whether a company will go bankrupt based on comparing its financial data to those of similar bankrupt and nonbankrupt firms. f. estimating the repair time required for an aircraft based on a trouble ticket. g. automated sorting of mail by zip code scanning. h. printing of custom discount coupons at the conclusion of a grocery store checkout based on what you just bought and what others have bought previously.

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 21:00
Analyze the following code. int x = 1; while (0 < x) & & (x < 100) system.out.println(x++); a. the loop runs forever. b. the code does not compile because the loop body is not in the braces. c. the code does not compile because (0 < x) & & (x < 100) is not enclosed in a pair of parentheses. d. the numbers 1 to 99 are displayed. e. the numbers 2 to 100 are displayed.
Answers: 3
question
Computers and Technology, 22.06.2019 11:30
What do character formats do for your document's message? a.set the tone b.provide organization c.provide clarity d.set how texts align with documents
Answers: 2
question
Computers and Technology, 23.06.2019 15:20
In a game with three frames, where will the objects on layer 1 appear? a. next to the play area b. in the middle of the game c. behind everything else d. in front of everything else
Answers: 1
question
Computers and Technology, 23.06.2019 21:40
Simon says is a memory game where "simon" outputs a sequence of 10 characters (r, g, b, y) and the user must repeat the sequence. create a for loop that compares the two strings. for each match, add one point to user_score. upon a mismatch, end the game. sample output with inputs: 'rrgbryybgy' 'rrgbbrybgy'
Answers: 3
You know the right answer?
Assuming that data mining techniques are to be used in the following cases, identify whether the tas...
Questions
question
Mathematics, 30.06.2019 10:20
Questions on the website: 13722363