Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.13 KB

readme.md

File metadata and controls

28 lines (22 loc) · 1.13 KB

Day 39 of #100DaysOfCode

I have created a repository having all my notes and codes of Machine learning specialization course. 🔗

Task

  1. Linear Regression
  2. Cost function

Resources

  • Machine Learning Specialization Course 🔗
    • Course 1: Supervised Machine Learning: Regression and Classification 🔗

Topics I have learnt

  1. Regression Model
  • Linear Regression
  • What is Cost function
  • Why to use cost function
  • formula of cost function
  • Code of linear regression

Software used:

  • Jupyter Notebook
  • Python 3.10.2

My notebooks

  • All of my notes of this course are in my ML speicalization notes repository. 🔗

Conclusion:

Today I have learned about Linear Regression, what is cost function, why to use cost function and it's formula. Also code of linear regression in python.