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

ML Class Lecture Notes

The lecture notes introduce Machine Learning (ML) as the study of algorithms that improve through experience, covering its types: Supervised, Unsupervised, and Reinforcement Learning. It details Supervised Learning with examples like spam detection and algorithms such as Linear Regression, while Unsupervised Learning focuses on unlabeled data with applications like customer segmentation. The notes also discuss evaluation metrics for classification and regression, and include a real-world case study on loan default prediction.
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)
6 views1 page

ML Class Lecture Notes

The lecture notes introduce Machine Learning (ML) as the study of algorithms that improve through experience, covering its types: Supervised, Unsupervised, and Reinforcement Learning. It details Supervised Learning with examples like spam detection and algorithms such as Linear Regression, while Unsupervised Learning focuses on unlabeled data with applications like customer segmentation. The notes also discuss evaluation metrics for classification and regression, and include a real-world case study on loan default prediction.
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 - Class Lecture Notes (Week 1)

Machine Learning Lecture Notes - Week 1

Instructor: Dr. John Smith | Course: Introduction to Machine Learning

1. What is Machine Learning?

ML is the study of computer algorithms that improve automatically through experience.

2. Types of ML:

- Supervised Learning

- Unsupervised Learning

- Reinforcement Learning

3. Supervised Learning:

- Definition: Learn from labeled data

- Examples: Spam detection, credit scoring

- Algorithms: Linear Regression, Decision Trees, Random Forests

4. Unsupervised Learning:

- Learn from unlabeled data

- Algorithms: K-Means, PCA

- Applications: Customer segmentation, anomaly detection

5. Evaluation Metrics:

- Classification: Accuracy, Precision, Recall, F1

- Regression: MSE, MAE, R2 score

6. Real-World Case: Loan Default Prediction using Decision Trees and Logistic Regression

Dataset: UCI Bank Loan Dataset

Evaluation: Confusion Matrix, ROC Curve

7. Assignment:

- Train a Logistic Regression model on a public dataset

- Evaluate using Precision, Recall, F1 Score

You might also like