Aiml Assignment 2
Aiml Assignment 2
Summarize the appropriate problems for Decision Tree Learning method and also bring out the
issues in decision tree learning
2. Construct Decision trees to represent the following Boolean functions (i) A and B (ii) A or [B and C]
(iii) [A and B] or [C and D]
OR
3. Discuss the application of Neural Network which is used for learning to steer an autonomous vehicle.
4. Write an algorithm for Back Propagation algorithm which uses stochastic gradient descent method.
5. Discuss the Perceptron training rule, Gradient Descent and Delta rule.
6. Apply ID3 algorithm for constructing decision tree for the following training example.
OR
7. Consider the following set of training examples:
Instance Classification A1 A2
1 + T T
2 + T T
3 - T F
4 + F F
5 - F T
6 - F T
a)What is the entropy of this collection of training examples with respect to the target function
classification?