ML: Simple Math
Simply put, Machine Learning is about training a machine (model) to predict output for a given input.
Let us try to understand the math behind the prediction part.
Can you predict a missing number in the pattern below?
(1, 10)
(2, 20)
(3, 30)
(4, 40)...
blog.niranjanborawake.in2 min read