So… I’ll try to explain here the concept of gradient descent as simple as possible in order to provide some insight of what’s happening from a mathematical perspective and why the formula works. I’ll try to keep it short and split this into 2 chapters: theory and example - take it as a ELI5 linear regression tutorial. Feel free to skip the mathy stuff and jump directly to the example if you feel that it might be easier to understand. Theory and Formula For the sake of simplicity, we...| coding.vision