in Artificial Intelligence recategorized
4,732 views
3 votes
3 votes

Match the following learning modes $w.r.t$. characteristics of available information for learning : 

a. Supervised i. Instructive information on desired responses, explicitly specified by a teacher. 
b. Recording ii. A priori design information for memory storing 
c. Reinforcement iii. Partial information about desired responses, or only “right” or “wrong” evaluative information 
d. Unsupervised  iv. No information about desired responses 

Codes :

           a        b        c        d

  1. i         ii        iii        iv
  2. i         iii        ii        iv 
  3. ii        iv       iii         i
  4. ii        iii       iv         i 
in Artificial Intelligence recategorized
4.7k views

1 Answer

1 vote
1 vote
ans should be A (Again already matched in correct order)

some clue

supervised --->under some guidance by some teacher

Reinforcement--->evaluation in form of reward or critics (minus points)

Unsupervised ---->no information about desired responses

Recording --->some memory storage
Answer:

Related questions