You are on page 1of 2

Applied Machine Learning (3161716)

Question Bank

UNIT-1
1 What is Machine Learning? Give different applications of ML.
2 Explain different types of machine learning.
3 Explain the concept of penalty and reward in reinforcement learning.
4 What are the basic data types in machine learning? Give an example of each one of them.
UNIT-2
1 Define basic terms: Experiment, Sample space, Event, Probability, Joint probability.
2 A box contains five white balls, 6 blue balls and three yellow balls. A ball is drawn at random. Find
probability that:
1) Ball is not yellow
2) Ball is either white or yellow
In the second random experiment if two balls are drawn in succession, then what is the probability that
the second ball is blue if the first ball is white?
3 Write a short note on Hypothesis testing.
4 Define the terms:
a) Cross Validation b) Inductive bias c) Hypothesis space d) Random Variable
5 Define the following terms. (i) Variance (ii) Covariance (iii) Joint Probability
6 Explain Monte Carlo Approximation with suitable example.
A population consists of six numbers 4,8,12,16,20,24. consider all samples of size two which can be
drawn without replacement from this population. Calculate following:
i) The Population mean ii) The population standard deviation
ii) iii) The mean of the sampling distribution of means
UNIT-3
1 Explain Bays theorem with example.
2 What is Bayesian Belief Network?
UNIT-4
1 Write a short note on linear regression.
2 Write a difference(s) between supervised and unsupervised learning.
3 Write steps for decision tree algorithm. List out pros and cons of it.
4 Define: Clustering. List out desirable properties of clustering.
5 Explain SVM classification with example.
6 What is Association Rule Learning? List out algorithms of it.
7 Explain linear and logistic regression.
UNIT-5
1 What are factors influencing Backpropogation training?
2 Define: Perceptron. How does Perceptron work?
3 Explain MLE and MAP in brief.
UNIT-6
1 What is TensorFlow?
2 Define: Training set, validation set and Testing set.
3 Explain in brief types of activation functions used in machine learning.
4 How does regularization reduce overfitting?
5 Write a short note on deep learning.
6 What is Convolutional Neural Network (CNN)? Explain in detail about various layers of CNN.
7 Write differences between CNN and RNN.
UNIT-7
1 Explain types of Adversarial Attacks.
2 How does deep reinforcement learning work?
3 What are Generative Adversarial Networks?

You might also like