Introduction

Introduction

Definition of Learning: The ability to improve behaviour or a prediction based on experience.

Building comp sys that improve with experience

Machine Learning

Components of a Learning Algo

Components of an ML Model

A ML model consists of a learner and a reasoner

Learner

  1. Choose the traning Experience or Data
  2. Choose the target function [how to represent the model] that needs to be learned
  3. Choose the class of Function [How to reperesent the target func] or the hypothesis language
  4. Choose a learning algorithm to infer the target function

[Note to 2: Richer a representation is, tougher to learn the model]