Introduction to Machine Learning#
This session introduces the principles of machine learning and guides you through the foundations of core concepts, algorithms, and practical applications.
Course Overview#
ML vs. AI vs. Deep Learning β key differences and connections
ML Workflow β problem definition β data preparation β modeling β evaluation
Training & Optimization β how models learn from data
Evaluation β performance metrics for classification tasks
Logistic Regression β fundamental binary classification model
Underfitting, Overfitting & Regularization β bias-variance tradeoff
Hands-on Example β classification on the PIMA Indians Diabetes dataset
You can download the slides here
references
Hands-on Machine Learning with Scikit-Learn, Keras & TensorFlow (Third Edition) β Aurelien Geron
Introduction to Machine Learning (Forth Edition) β Ethem Alpaydin