Please note that the MSE formula notation at the top of the notebook is incorrect. 1/N is not included. The notebook on GitHub has been updated with the correction.
Thanks for the video ! Very useful I just noticed that you have a playlist of brazilian music in your channel and I happen to be from there, so thanks from Brazil :)
thank you so much your video is so helpfull, i'm searching for how i can calculate the Mean Squared Error of non_linear regression and i didn't find it can you help me pls!!!
It will still be the same process where you subtract the observed values by the predicted values and square the difference. Happy to take a look at your script or notebook if you want to share it.
Please note that the MSE formula notation at the top of the notebook is incorrect. 1/N is not included. The notebook on GitHub has been updated with the correction.
Thank you so much for making this content available!
Thanks for the video ! Very useful
I just noticed that you have a playlist of brazilian music in your channel and I happen to be from there, so thanks from Brazil :)
Could you do a way of minimizing the MSE with Newton's method in Python with a table of intermediate values and errors ei/ei-1, ei/ei^2-1?
thank you so much your video is so helpfull, i'm searching for how i can calculate the Mean Squared Error of non_linear regression and i didn't find it can you help me pls!!!
It will still be the same process where you subtract the observed values by the predicted values and square the difference. Happy to take a look at your script or notebook if you want to share it.
@@AdrianDolinay hey i wanted to do it by liner regression can u help me