Lesson 8 of 13
Already have access? Sign in here
Already have access? Sign in here
Ask questions about this lesson and get instant answers.
We have seen that machine learning models have parameters and that training means finding good values for those parameters. But how does the algorithm actually find them? The answer involves iterative improvement: start with a guess, measure how wrong it is, adjust in the right direction, and repeat.
We have seen that machine learning models have parameters and that training means finding good values for those parameters. But how does the algorithm actually find them? The answer involves iterative improvement: start with a guess, measure how wrong it is, adjust in the right direction, and repeat.