iiitl / Regression

This repository hosts a project centered around conducting regression analyses using our specific dataset.
MIT License
0 stars 14 forks source link

Performed Simple Linear Regression without Libraries. #10 #46

Closed NeonKazuha closed 8 months ago

NeonKazuha commented 8 months ago

Performed Simple Linear Regression without using scykit learn libraries.

Defined Hypothesis Function:

Defined Cost Function:

Screenshot 2024-03-18 010133

Defined a function to calculate gradient descent:

Screenshot 2024-03-18 010153

Screenshot 2024-03-18 010203

Screenshot 2024-03-18 010222

@darshbaxi Please Review.

darshbaxi commented 8 months ago

@NeonKazuha Great!!