machine-learning-lab-viva (1)
machine-learning-lab-viva (1)
UNIT I
Answer: Machine Learning is a branch of artificial intelligence (AI) that involves the
development of algorithms that allow computers to learn from and make decisions
based on data. Instead of being explicitly programmed, the model learns patterns
from the data and improves its performance over time.
4. What are the key components required for designing a learning system?
Answer: The key components of a learning system include:
5. What are the major challenges and issues faced in machine learning?
Answer: Some of the challenges in machine learning include:
10.What are some challenges with version spaces and the candidate elimination
algorithm?
Answer: Some challenges include:
Answer: Pruning is the process of removing branches from a decision tree after it
has been built to prevent overfitting. Pruning helps to simplify the model by
eliminating branches that provide little predictive value or that capture noise in the
data. There are two main types of pruning:
o Pre-pruning (early stopping): Stop growing the tree early by setting limits
on the depth or number of nodes.
o Post-pruning: Build the full tree first and then remove branches based on a
validation set or a complexity penalty.