MACHINE LEARNING Important Questions
MACHINE LEARNING Important Questions
UNIT -1
1. Explain the Goals and applications of machine learning
2. What is a training data set ? Explain the cocept
representation of a learning system
3. What is a concept learning ? explain the Concept
learning as search through a hypothesis space
4. Explain the candidate elimination algorithm
5. Briefly describe learning conjunctive concepts
6. What is an inductive bias explain its importance
Unit -2
1. What are decision trees ? explain the recursive of
induction of decision trees
2. Define the terms occams razor , overfitting,noisy data ,
pruning
3. What is an entropy? Explain how the information of the
attribute is gained
4. Explain cross validation
5. Explain the learning curves method of comparison
6. Explain the stastical hypothesis testing method
Unit – 3
1. Explain probably approximately correct (PAC) learning
2. Explain Vapnik-Chervonenkis dimension
3. Explain Propositional and First-Order rule learning
models in detail
4. What is a Heuristic rule induction. Expain Heuristic rule
induction using separate and conquer and information
gain
5. Explain Golem, and Progol in detiail .
6. What is an inductive Logic Programming .explain foil
Unit – 4
1. Discuss about Neurons and biological motivation
2. Explain representational limitation and gradient descent
training
3. What are the Hidden layers and constructing
intermediate in ann’s explain briefly
4. Explain the Multilayer networks and backpropagation
5. What is a kernel . discuss the workflow of Kernels for
learning non-linear functions.
6. Explain how the Quadractic programming solution is
used to finding maximum margin separators
Unit – 5
1. Explain Naive Bayes learning algorithm
2. Differnciate between Generative training and
discriminative training
3. Explain Bayes nets and Markov nets for representing
dependencies.
4. Explain k-Nearest-neighbor algorithm
5. Briefly discuss the Case-based learning