Class Notes 2
Class Notes 2
## Overview
Machine Learning (ML) is a subset of artificial intelligence that focuses on building
systems capable of learning from data and improving performance over time without
being explicitly programmed.
## Key Algorithms:
- **Linear Regression**: Predicts a continuous value based on input data.
- **K-Nearest Neighbors**: Classifies data points based on their proximity to others.
- **Support Vector Machines**: Finds a hyperplane that best separates different
classes of data.
## Conclusion
Machine learning is transforming many fields, including finance, healthcare, and
marketing.
## References:
- Alpaydin, E. (2014). *Introduction to Machine Learning*. MIT Press.