Sri Sai Vidya Vikas Shikshana Samithi ®
SAI VIDYA INSTITUTE OF TECHNOLOGY
(Approved by AICTE, New Delhi, Affiliated to VTU, Recognized by Govt. of Karnataka)
Accredited by NBA, New Delhi (CSE, ECE, ISE), NAAC with ‘A’ Grade
DEPARTMENT OF CSE(DATA SCIENCE)
RAJANUKUNTE, BANGALORE 560 064, KARNATAKA
Phone: 080-28468191/96/97/98 * E-mail: info@saividya.ac.in * URL www.saividya.ac.in
QUESTION BANK
AI&ML-BDS602
Module 5: Artificial Neural Network
Sl. Questions Marks Cos BTL
No.
1 Compare biological neuron and artificial neuron 4 CO5 2
2 Explain with neat diagram McCulloch and Pitts model of an CO5 2
5
artificial neuron
3 Describe different activation functions 10 CO5 2
4 Describe Perceptron learning Algorithm with neat diagram 10 CO5 2
5 Design a perceptron that performs Boolean function AND and CO5 3
update the weights untill the boolean function gives the desired 10
output. w1=0.3, w2=-0.2, learning rate η=0.4
6 Design a two layer network of perceptron to implement NAND CO5 3
gates. Assume weights and biases in the range [-0.5, 0.5] with 10
learning rate η=0.4
7 Discuss different types of Artificial Neural Networks 10 CO5 2
8 Describe the Learning in a Multi-Layer Perceptron 10 CO5 2
9 Design an MLP with back propagation to implement the X-OR CO5 3
10
boolean function.
10 Explain in detail Radial BasisNeural Network 10 CO5 2
11 Describe Self-Organizing Feature Map algorithm 10 CO5 2
12 Consider the network architecture with 4 input units and 2 output 10 CO5 3
units.Train the SOFM networks by determining class memberships
of the input data
x1: (1,0,1,0)
x2: (1,0,0,0)
x3: (1,1,1,1)
x4: (0,1,1,0)
Output Units: Unit1, Unit2
learning rate η=0.6
Initial Weight matrix
Unit1 0.3 0.5 0.7 0.2
:
Unit2 0.6 0.5 0.4 0.2