Add Linear Regression using Gradient Descent#3048
Add Linear Regression using Gradient Descent#3048abhinavprakash-x wants to merge 1 commit intoTheAlgorithms:masterfrom
Conversation
…earning::LinearRegression
|
@Panquesito7 @realstealthninja Just wanted to kindly ask if this PR’s workflows can be approved when you get a chance. |
|
This pull request has been automatically marked as abandoned because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
|
No it's still Active |
|
It's been 2 months, is this repository active? |
|
This pull request has been automatically marked as abandoned because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
|
Not abandoned |
|
This pull request has been automatically marked as abandoned because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
|
. |
|
This pull request has been automatically marked as abandoned because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
|
. |
Description of Change
Added linear_regression.cpp which
Checklist
Notes:
Implements Linear Regression, Z Score Normalization, and Gradient Descent.