Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Latest commit

 

History

History
19 lines (14 loc) · 994 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 994 Bytes

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 ¯\_(ツ)_/¯)