Introduction to Machine Learning - Basics

ShashankS27863 35 views 6 slides Jul 09, 2024
Slide 1
Slide 1 of 6
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6

About This Presentation

Basic lecture of Machine Learning Introduction, covering definition and types of Machine Learning


Slide Content

Introduction to Machine Learning

Motivation

Definition A computer program is said to learn from experience E with respect to some class of tasks T and performance measure P, if its performance at tasks in T, as measured by P, improves with experience E. Example: Handwritten Digit Recognition T: Classifying handwritten digits from images P: Percentage of digits classified correctly E: Dataset of digits given classification (MNIST)

A Little History

Types Supervised Learning - Labeled Data, Direct Feedback, Predict Outcome/Future Unsupervised Learning - Unlabeled Data, No Feedback, Find Hidden Structure in Data Reinforcement Learning - Decision Process, Reward System, Learn Series of Actions

Outline Supervised Learning Regression Models Classification Models Decision Trees Perceptron Neural Networks Unsupervised Learning Clustering