Skip to content

Maths behind Linear Regression and python implementation of LR without libraries

Notifications You must be signed in to change notification settings

AyeshaRashid208/Linear-Regression-In-Depth-Analysis-

Repository files navigation

Linear Regression In Depth Analysis

In Linear regression we covered:

  • Single Feature
  • Multiple Feature
  • Model Formulation and Setup
  • Loss Function( How to solve?, Reformulation, python code)
  • Solve Optimization Problem (Analytical Solution employing Calculus)
  • Model Evaluation Techniques
  • Polynomial Regression
  • How to Handle Overfitting?
  • Regularization (Ridge Regression and Lasso Regression)
  • Gradient Descent Algorithm ( Formulation, Algorithm, python code, Types of GD)
  • Linear Regression Implementation in Python
  • Linear Regression Implementation using sklearn
  • Project: Medical Insurance Cost Prediction
  • Interview Questions

About

Maths behind Linear Regression and python implementation of LR without libraries

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published