Skip to content

Linear regression implemented from scratch in Haskell using gradient descent

Notifications You must be signed in to change notification settings

WalkerRout/hslinr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Haskell Linear Regression

Linear regression implemented from scratch in Haskell using gradient descent

The following equations were derived from the Mean Squared Error (MSE) function

Partial derivates are used to find the gradients of the slope (m) and the y-intercept (b)

Equations for partial derivatives of Mean Squared Error function

About

Linear regression implemented from scratch in Haskell using gradient descent

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published