NEW
Font size
WorksheetsModule-1
Total questions: 10
Worksheet time: 6mins
The symbol used to represent a board state, score assigned to it
<>
{}
()
[]
The set of examples are represented as
Ordered Pair
Ordered List
Ordered Set
Ordered Items
LMS is
Least Mean Square
List Mean Sqaure
Least Max Square
Least Mass Sqaure
Is there any fixed number of features to represent the target function?
No,it is task specific.
Yes, it is same fixed number of features for all tasks.
Cann't say.
None
Are the features are important to represent the target function?
Very important
Not important
Not requried
None
What is the sequence of designing a learning system?
Well posed problem,target function,representation target function,Choosing experience,Function approximation algorithm
Well posed problem,Choosing experience,target function,representation target function,Function approximation algorithm
Well posed problem,Choosing experience,representation target function,target function,Function approximation algorithm
Well posed problem,Choosing experience,representation target function,Function approximation algorithm,target function
What are the following is required for define well posed problem in our discussion of learning system?
Task,Performance,Experience
Task,Efficiency, Example
Task, Ability,Errors
None
Which of the following describe 'Learner' in machine learning?
Computer program
Algorithm
Student
None
What is the purpose o the error caluclation in learning system?
To know how good our algorithm is working
To know at what extent we have to train weights
To know what is avg error of the proposed algorithm
None
The weight update rule is
W.new = W.old + η(Acutalvalue − predictedvalue)
W.new = W.old + (0.1)⋅(Acutalvalue − Predictedvalue)
W.new = W.old − (η)⋅(Actualvalue − PredictedValue)
W.new = W.old − (0.1)⋅(Acutalvalue − predictedvalue)
