Skip to content

AlmightySoulking/Learning-Linear-Models

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation


Linear Models

This notebook explores linear models, particularly focusing on gradient descent techniques for regression.

Dependencies

This notebook requires the following Python libraries:

from sklearn.linear_model import LinearRegression
from sklearn.linear_model import SGDRegressor
import matplotlib.pyplot as plt
import numpy as np

Contents

  • Batch Gradient Descent: Implementation and visualization of batch gradient descent for linear regression.

Usage

To use this notebook, open it in Jupyter Notebook or Jupyter Lab and run the cells in order.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published