Question Bank CIE - 3 AIML
Question Bank CIE - 3 AIML
Module 4
1. Assess a student’s performance during his course of study and predict whether a
student will get a job offer or not in his final year of the course using ID3 algorithm
for the dataset given below.
2. Assess a student’s performance during his course of study and predict whether a
student will get a job offer or not in his final year of the course. Construct decision
tree using C4.5 algorithm for the dataset given below.
6. Consider a perceptron to represent the Boolean function AND with the initial weights w1 =
0.3, w2 = -0.2, learning rate 𝖺= 0.2 and bias = 0.4 as shown in Figure. The activation function
used here is the Step function f(x) which gives the output value as binary, i.e., 0 or 1. If value
of f(x) is greater than or equal to 0, it outputs 1 or else it outputs 0. Design a perceptron that
performs the Boolean function AND and update the weights until the Boolean function gives
the desired output.
7. Consider learning in a Multi-Layer Perceptron. The given MLP consists of Input, Hidden
and Output layer as shown in figure. The input layer has 4 neurons, the hidden layer has 2
neurons and output layer has single neuron. Train the MLP by updating the weights and
biases in the network.
Table
𝑥1 𝑥2 𝑥3 𝑥4 𝑂𝐷𝑒𝑠𝑖𝑟𝑒𝑑
1 1 0 1 1