Skip to content

ManishSreerangam/Batch-gradient-descent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gradient descent (Implementation without any pre-defined libraries)

This task is part of weekly programming task for the subject titled "Machine Learning"

Objective :

Goal of this assignment is to develop a holistic understanding of gradient descent by implementing multiple linear regression.

  • refer to p_sheet1 for more information about our task

Programming language

Python (without using numpy , pandas , scikit learn)

Dataset

  • We are provided with 2 datasets titled random-1 and random-2.
  • Both of these datasets have 2 independent variables and one dependent variables

Implementation

  • I have used batch gradient descent

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages