[go: up one dir, main page]

0% found this document useful (0 votes)
20 views5 pages

Machine Learning Full Class Notes

Machine Learning (ML) is a subset of Artificial Intelligence that allows systems to learn from data without explicit programming, focusing on algorithms that improve with experience. It includes supervised learning with labeled datasets, unsupervised learning with unlabeled data, and reinforcement learning for maximizing rewards. ML applications span various fields such as healthcare, finance, and marketing.

Uploaded by

nishi84th
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)
20 views5 pages

Machine Learning Full Class Notes

Machine Learning (ML) is a subset of Artificial Intelligence that allows systems to learn from data without explicit programming, focusing on algorithms that improve with experience. It includes supervised learning with labeled datasets, unsupervised learning with unlabeled data, and reinforcement learning for maximizing rewards. ML applications span various fields such as healthcare, finance, and marketing.

Uploaded by

nishi84th
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
You are on page 1/ 5

Machine Learning

## Introduction

Machine Learning (ML) is a branch of Artificial Intelligence (AI) that enables systems to learn from

data without explicit programming. It focuses on developing algorithms that improve automatically

through experience.
## Types of Machine Learning

### Supervised Learning

Supervised learning uses labeled datasets to train models. Examples include:

- **Linear Regression**: Used for predicting continuous values.

- **Classification Models**: Used in spam detection and medical diagnosis.


### Unsupervised Learning

Unsupervised learning works with unlabeled data to find hidden patterns. Examples include:

- **Clustering**: Groups similar data points.

- **Principal Component Analysis (PCA)**: Reduces dimensionality in datasets.


### Reinforcement Learning

Reinforcement learning trains agents to maximize rewards by interacting with environments, widely

used in robotics and gaming.


## Applications of Machine Learning

ML is used in multiple fields, including:

- **Healthcare**: Disease diagnosis, personalized treatment.

- **Finance**: Fraud detection, risk assessment.

- **Marketing**: Customer segmentation, recommendation systems.

You might also like