/linear-regression-from-scratch

Linear Regression implemented by gradient descent in C! (Software Mathematics Self-Study Project)

Primary LanguageCMIT LicenseMIT

Linear-Regression-From-Scratch

My Trial of implementing linear regression on C language.
Implemented in playentry

What does it do?

This is a Self-study project of Software Mathematics Course, of Prof. Jaehyuk Choi.
This program uses Gradient Descent method to implement linear regression.

The code was built via the class materials of 2019-1 Software Mathematics, Chapter 7-2. Basics of Calculus.

But, Why C?

Because, I program better at C than Python.

But why are you porting this to entry

As I mentioned on my tweet, creating ML Framework on Scratch/playentry will give me a "Full Stack Developer" Suit.
This was confirmed by Dasan Children Publishing's CodingMan Series

LICENSE

MIT License (HRPL depending on your case ¯\_(ツ)_/¯)