Put It All Together
Test the final gradient descent algorithm used in the hyperspatial dataset
We'll cover the following
Checklist
Let’s check if we have everything in order:
- We wrote the code that prepares the data.
- We upgraded
predict()
. - We conclude that there is no need to upgrade
loss()
. - We upgraded
gradient()
.
We can finally apply all those changes to our learning program now:
Get hands-on with 1200+ tech skills courses.