Contains a simple "C" function -- polyfit() -- that fits a line or higher-order polynomial to a set of points, using Method of Least Squares regression. Design goals include simplicity and ease of porting.
- Updated
Jul 7, 2021 - C
Contains a simple "C" function -- polyfit() -- that fits a line or higher-order polynomial to a set of points, using Method of Least Squares regression. Design goals include simplicity and ease of porting.
matrix operations library
Linear Regression - C
Rewrite some basic machine learning algorithms in C language
Robust estimation using heavy-tailed distributions
Linear regression, data-parser and a minimal tensor modules and examples.
Simplest neural network. Linear regression learning.
Performs the linear fit of a dataset with the least squares method.
Programme pour effectuer une régression linéaire, régression exponentielle et régression puissance en C
This repository is dedicated to the first tutorial of my YouTube channel.
Linear regression using gradient descent from scratch in C with GNUplot
Simple C program to obtain least squares solution using concepts of linear algebra
Linear regression implementation in pure C
A small C library for computation of U-statistics
House Price Prediction by Similarity and Linear Regression
🧠 A simple linear regression project
A ground-up implementation of a neural network in C, from scratch, and without using any AI/ML libraries.
Basic Linear Neural Net Perceptron - Currently updating it with templates
Add a description, image, and links to the linear-regression topic page so that developers can more easily learn about it.
To associate your repository with the linear-regression topic, visit your repo's landing page and select "manage topics."