Skip to content

Latest commit

 

History

History

Day-47

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Day 47 of #100DaysOfCode

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

Task

  1. Feature Engineering
  2. Polynomial Regression

Resources

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

Topics I have learnt

  1. Linear regression with multiple features
  • formula of linear regression with multiple features using vectors

My notebooks

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

Conclusion:

Today I learned about Feature Engineering and polynomial regression to make non-linear curves which fits non-linear data well.