A practical definition of machine learning is to use data to compute hypothesis g that approximates target f.
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