Fundamentals of Machine Learning Notes
Fundamentals of Machine Learning Notes
Machine Learning (ML) is a branch of artificial intelligence that focuses on building systems that
ML enables systems to learn and make predictions without being explicitly programmed. Types of
ML:
2. Key Algorithms:
- Decision Trees: Model decisions with a tree structure based on feature values.
- k-Nearest Neighbors (k-NN): Classifies data based on the majority class among its k closest
points.
- Support Vector Machines (SVM): Finds the optimal hyperplane to separate classes.
3. Model Evaluation:
4. Bias-Variance Tradeoff:
6. Loss Functions:
These notes offer a foundational overview for students beginning in ML. Further learning should
include hands-on coding, mathematical foundations, and advanced topics such as deep learning.