AI & ML Question Bank
AI & ML Question Bank
4. Consider the training dataset shown in the table below. Discretize the data and
apply c4.5 algorithm
5. Construct the decision tree for the following data using CART algorithm
21. Explain Perceptron with appropriate diagram Represent AND Boolean function
using Perceptron.
22. Write Back propagation algorithmWrite a note on the biological neuron
16. Write a note on artificial neurons.
17.Explain the different types of activation functions
18.Explain the 4 steps involved in perceptron model.
19. Discuss about some of the types of artificial neural networks.
20.Design a two-layer network of perceptron to implement NAND gates. Assume
your own weights and biases in the range of [-0.5, 0.5]. Use learning rate ∝ = 0.4.
21.Explain the advantages and disadvantages of artificial neural network.Also explain
the applications of artificial neural networks
22. Consider the Network architecture with 4 input units and 2 output units. Consider
four training samples each vector of length 4.
Training samples
i1: (1, 1, 1, 0)
i2: (0, 0, 1, 1)
i3: (1, 0, 0, 1)
i4: (0, 0, 1, 0)
Output Units: Unit 1, Unit 2
Learning rate h(t) = 0.6
Initial Weight matrix
Identify an algorithm to learn without supervision? How do you cluster them as
expected?
22. List all the applications of clustering algorithm.List the advantages and
disadvantages of clustering algorithm
23.Find cosine similarity ,SMC, and Jaccard Coefficients for the following binary data
(i) (1 0 1 1) and ( 1 1 0 0) (ii) ( 1 0 0 0 1) and ( 1 0 0 0 0 1) and ( 1 1 0 0 0)
24. Find the hamming distance for the following binary data ; (i) ( 1 1 1) and ( 1 0 0)
(ii) ( 1 1 1 0 0) and ( 0 0 1 1 1)
25. Find the distance between : (a) ( Yellow,red,green) and ( red,green,yellow)
26. Use the below table dataset and apply hierarchical methods with seed points ( 7,8)
and (16,9) . Show the dendogram.
S.No X Y
.
1 3 5
2 7 8
3 12 5
4 16 9
5 20 8