0% found this document useful (0 votes)
28 views4 pages

Question Bank CIE - 3 AIML

The document contains a question bank for Modules 4 and 5, focusing on decision tree algorithms (ID3, C4.5, CART) and regression trees for predicting student job offers based on performance data. It also covers topics related to artificial neural networks, including the McCulloch and Pitts neuron model, perceptron algorithms, activation functions, and multi-layer perceptrons. Additionally, it provides a table with data instances for practical application of these concepts.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
28 views4 pages

Question Bank CIE - 3 AIML

The document contains a question bank for Modules 4 and 5, focusing on decision tree algorithms (ID3, C4.5, CART) and regression trees for predicting student job offers based on performance data. It also covers topics related to artificial neural networks, including the McCulloch and Pitts neuron model, perceptron algorithms, activation functions, and multi-layer perceptrons. Additionally, it provides a table with data instances for practical application of these concepts.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

Question Bank

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.

3. Construct decision tree using CART algorithm.


4. Construct a regression tree using the following table which consists of 10 data
instances and 3 attributes ‘Assessment’, ‘Assignment’ and ‘Project’. The target
attribute is the ‘Result’ which is a continuous attribute.
Module 5
1. Define neuron. Explain McCulloch and Pitts Neuron Mathematical model with neat
diagram.
2. Consider a perceptron to represent the Boolean function AND with the initial weights w 1=
0.3, w2=-0.2, learning rate α= 0.2 and bias 𝜃 = 0.4. The activation function used is Step
function f(x) which gives output as 0 or 1. Apply perceptron algorithm and update the
weights for epochs=2.
3. Explain different types of artificial neural networks with neat diagram.
4. What is activation function. List linear and non-linear activation functions.
5. What is perceptron. Write the perceptron algorithm

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

You might also like