Day 40 of #100DaysOfCode
I have created a repository having all my notes and codes of Machine learning specialization course. 🔗
- Cost function
- Gradient Descent (not done)
- Machine Learning Specialization Course 🔗
-
- Course 1: Supervised Machine Learning: Regression and Classification 🔗
- Cost function
- How cost function works
- How weights
w
andb
effect linear regression model - 2d/3d Contour plot (visualization of cost function)
- Jupyter Notebook
- Python 3.10.2
- All of my notes of this course are in my ML speicalization notes repository. 🔗
Today I completed Regression model part in week 1, and learned about cost function, and how weights w and b effect the linear regression function. Also learned about 3d contour plot, it's 🔥.