Skip to content

This is an implementation of univariate linear regression from scratch in Python

Notifications You must be signed in to change notification settings

n0obcoder/Univariate-Linear-Regression-in-Numpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Univariate-Linear-Regression-in-Numpy

This is an implementation of Univariate Linear Regression from scratch in Python using Numpy.

Dependencies

  • numpy
  • matplotlib

Results

  • @Epoch = 0

    Result @ Epoch 0

  • @Epoch = 400

    Result @ Epoch 400

  • @Epoch = 725

    Result @ Epoch 725

About

This is an implementation of univariate linear regression from scratch in Python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages