Skip to content

Finds the linear model between a specified number of features and the target variable.

Notifications You must be signed in to change notification settings

cyrilyared/LinearRegression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Linear Regression

Uses linear regression (batch gradient descent) to find the linear relationship between a specified number of features and the target variable.

The user can specify the number of parameters, the size of the training set, the learning rate, the minimum precision required for convergence, the maximum number of epochs, and the rounding for the result.

The relationship generated is based on if either the model has converged or if the maximum number of epochs has been reached.

  • LinearRegression Class: Uses linear regression to find the relationship between the features and the target variable.
  • RowData Class: Provides a framework for obtaining and storing the training data for each feature and the target variable.

About

Finds the linear model between a specified number of features and the target variable.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages