Saturday, February 18, 2023

A Practical Definition of Machine Learning

A practical definition of machine learning is to use data to compute hypothesis g that approximates target f.

Practical Definition of Machine Learning

Take credit approval as an example

input x 𝑿 (customer application) output y 𝒀 (good/bad after approving credit card)

unknown pattern to be learned ⟺ target function 𝑓: 𝑿 β†’ 𝒀 is a ideal credit approval formula

historical records in bank

data ⟺ training examples

𝐷 = {(𝒙₁, π’šβ‚),(𝒙₂, π’šβ‚‚), …, (𝒙ₙ,π’šβ‚™)}


hypothesis ⟺ skill with hopefully good performance 𝑔: 𝑿 β†’ 𝒀 is a β€˜learned’ formula to be used


{(𝒙ₙ,π’šβ‚™)} β†’ Machine Learning β†’ 𝑔


The learning model


assume 𝑔 𝐻 = { 𝒉ₖ }

i.e. approving if

𝒉₁ : annual salary > $10,000

𝒉₂ : debt > $1,000


hypothesis set 𝐻

can contain good or bad hypotheses

up to 𝐴 to pick the β€˜best’ one as 𝑔


learning model = 𝐴 and 𝐻


I hope that this information will help. If you need any further information, please feel free to contact me. https://discord.gg/qHj8sHrctS

My blogs: AI club, Quantum club

From AlphaGo to ChatGPT, what kind of future do we foresee?

A Machine Learning competition held by Netflix in 2006. Netflix provided a $1M prize to contestants who could improve the AI 10% improvement...