Skip to content

Simple linear regression using gradient descent in C.

License

Notifications You must be signed in to change notification settings

tux-type/simple-linear-regression.c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-linear-regression.c

Simple linear regression using gradient descent in C.

Running

Requires a C compiler. Tested using gcc v11.4.0.

Build the test executable:

make

Run the basic test:

./test

About

Simple linear regression using gradient descent in C.

Resources

License

Stars

Watchers

Forks