least-sqaure-method
There are 26 repositories under least-sqaure-method topic.
abdulkarimgizzini/Enhancing_Least_Square_Channel_Estimation_Using_Deep_Learning
This repository includes the source code of the LS-DNN based channel estimators proposed in "Enhancing Least Square Channel Estimation Using Deep Learning" paper that is published in the proceedings of the 2020 IEEE 91st Vehicular Technology Conference (VTC2020-Spring) virtual conference.
chuckedfromspace/carspy
A python module for synthesizing and fitting experimental spectra obtained with Coherent Anti-Stokes Raman Spectroscopy (CARS).
Papelbon/numerical-anal
Numerical Analysis Problems and Solutions
shishnk/splines
Программа с графическим интерфейсом для построения сплайна
omerfarukeker/Gradient-Descent-Visualisation
Linear line fitting to data and optimising parameters with Gradient Descent algorithm
verse-chorus/NumericalMethodsSPbU
Реализация на Python, Java, C++ всех лабораторных работ к курсу численных методов ПМ-ПУ СПбГУ, 2-3 курсы.
ebrahimpichka/LSM-denoise
Denoising time series using Least Squares Method in python using NumPy.
MShawon/Numerical-Method
Several numerical methods are provided here written in Python.
vspaz/wls-rs
WLS, weighted linear regression in pure Rust w/o any 3d party dependencies or frameworks.
rrryan2016/solution-on-systems-of-linear-equations
Includes data interpolation(involves Newton and Lagrange methods) and data fitting(involves solution of linear equations and least square method).
Savage-C-CPP/Calculus-LeastSquareMethod-QT
University CS class lab work solution. Theme: The Least Square Method implementation with CPP and Qt
yunus-temurlenk/Least-Square-Estimator-with-Cpp
Least Square Estimator Implementation with OpenCV and C++
A01bidShad37man99455/Power-system-harmonics-estimation-using-AOA-LS-method
This study proposes a hybridized algorithm termed as Archimedes optimization algorithm-based least square (AOA-LS) technique for estimation of harmonics of a power system
DmitriyMakhnovskiy/DC_resistance_network
KCL and KVL for the bridge circuit
DYK-Team/DC_resistance_network
KCL and KVL for the bridge circuit
JavadZandiyeh/AUT-ALA-Projects
AUT Applied Linear Algebra course projects
nishitprajapati/Hindi-charcater-recognition-using-Random-kitchen-sink-algorithm-
I have carried out OCR of Hindi handwritten characters using Regularised least squares and Random kitchen sink algorithm.
bitaltoid/DataScienceProject
Least square method simply stock price prediction. Data's being scraped via investing.com.
pedrokarneiro/R_LeastSquareMethod_LR
Step-by-step concept proof and examle of the Least Square Method for Linear Regression using R language. The code is long with the purpose to show what goes under the hood in a linear regression calculation.
SteinDevlop/Generador-de-Minimos-Cuadrados-basado-con-CSV
Herramienta que automatiza cálculos de regresión lineal y genera informes.
timerke/search_for_square
Script to calculate the location of a square using the least squares method