0% found this document useful (0 votes)
3 views1 page

Machine Learning Notes

Machine Learning is a subset of AI that allows computers to learn from data without explicit programming. It includes three main types: Supervised Learning with labeled data, Unsupervised Learning with unlabeled data, and Reinforcement Learning which involves learning through rewards. Key concepts include overfitting, underfitting, and model evaluation metrics such as Accuracy and F1-Score.

Uploaded by

najunishaik63
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views1 page

Machine Learning Notes

Machine Learning is a subset of AI that allows computers to learn from data without explicit programming. It includes three main types: Supervised Learning with labeled data, Unsupervised Learning with unlabeled data, and Reinforcement Learning which involves learning through rewards. Key concepts include overfitting, underfitting, and model evaluation metrics such as Accuracy and F1-Score.

Uploaded by

najunishaik63
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Machine Learning Notes

What is Machine Learning? Machine Learning is a branch of AI that enables computers to learn
from data without being explicitly programmed.

Types of Machine Learning


1. Supervised Learning: Uses labeled data. Examples: Linear Regression, Logistic Regression,
Decision Trees, SVM.
2. Unsupervised Learning: Uses unlabeled data. Examples: K-Means Clustering, PCA.
3. Reinforcement Learning: An agent learns through rewards and penalties.
Linear Regression: Predicts continuous values such as house prices.
Classification: Predicts categories such as Spam or Not Spam.
Overfitting: The model memorizes training data and performs poorly on new data.
Underfitting: The model is too simple and fails to learn important patterns.
Model Evaluation: Common metrics include Accuracy, Precision, Recall, F1-Score, and RMSE.

You might also like