ML Assignment 1 PDF
ML Assignment 1 PDF
OF
Machine Learning
SUBMITTED TO SUBMITTED BY
Dr Varun Malik Anubhav Monga
1955991509
Btech It 7A
• Cross-Validation
• Training with more data
• Removing features
• Early stopping the training
• Regularization
• Ensembling
Underfitting
Ø Underfitting occurs when our machine learning model is not able to capture
the underlying trend of the data. To avoid the overfitting in the model, the fed
of training data can be stopped at an early stage, due to which the model may
not learn enough from the training data. As a result, it may fail to find the best
fit of the dominant trend in the data.
Ø In the case of underfitting, the model is not able to learn enough from the
training data, and hence it reduces the accuracy and produces unreliable
predictions.
Ø An underfitted model has high bias and low variance.
How to avoid underfitting:
• By increasing the training time of the model.
• By increasing the number of features.