Machine Learning.
Assignment -3
1. What is Artificial Neurons ? Explain Simple model of an artificial neuron with diagram.
2. Define perceptron model ? Explain with neat diagram perceptron and learning theory.
3. Consider a perceptron to represent the Boolean function AND with the initial weights
w1= 0.3, w2 = -0.2, learning rate 𝛼 = 0.2, bias 𝜃= 0.4. Design a perceptron that performs
the Boolean function AND and update the weights until the Boolean function gives the
desired output.
4. Explain the four different types of artificial neural networks ?
5. Write some of Applications of Artificial neural networks ?
6. Write the Advantages and disadvantages of Artificial neural networks ?
7. Define the clustering Analysis ? write some Applications of clustering?
8. Differences between Classification and clustering ?
9. Suppose, if the coordinates of the objects are (0,3) and (5,8), then what is the Chebyshev
distance ?
10.If the given vectors are x= (1,0,0) and y= (1,1,1) then find the SMC and Jaccard
coefficient ?
11. Consider the array of points and solve the problem using single linkage algorithm.
S.No X Y
P1 0.40 0.53
P2 0.22 0.38
P3 0.35 0.32
P4 0.26 0.19
P5 0.08 0.41
P6 0.45 0.30
12.Consider the following set of data. Cluster it using k-means algorithm with the initial of
A1 ( 2,10) A2(5,8) A3(8,4)
B1(5,8) B2(7,5) B3( 6,4)
C1(1,2) C2( 4,9) C3(4,9).
Complete atleast one Iteration table upto getting new centroid as A1 (3,9.5) B1(6.5,
5.25) C1(1.5,3.5).
13. What is Grid based Approach ? Explain the three important concepts in Grid based
approach.
14.What is Reinforcement learning ? List out some of the Challenges of reinforcement
learning.
15.Explain the different reinforcement Agents types ?
16.Difference between the reinforcement learning and supervised learning ?