leastsquares
There are 11 repositories under leastsquares topic.
berndporr/fir1
FIR & LMS filter implementation in C++ with Python & JAVA wrappers
lalvim/PartialLeastSquaresRegressor.jl
Implementation of a Partial Least Squares Regressor
arslansadiq/Image-Processing-In-Physics
Graduate Level Course of Technical University of Munich
danielrioslinares/python-library
A collection of python implementations using SWIG, Instant, F2PY... Optimization like Least Squares Levenberg-Marquardt. Boundary Value problem solvers. Integration Simpson/Trapezoidal. Interpolation like Cubic spline. Tridiagonal/pentadiagonal system of equations solver. Linear algebra like Matrix inversion (Gauss-Jordan) and much more
abdullahkady/ml-algorithms
A bare-bones (minimal dependencies) implementation of some ML algorithms (classifying/clustering) as part of the Machine Learning postgraduate course assignments in the GUC
skazemi/tic-tac-toe
Tic Tac Toe game with machine learning (LMS) using Python & Qt
witkov/chi-squared
Resources for the book "Chi-Squared Data Analysis and Model Testing for Beginners" by Carey Witkov and Keith Zengel, Oxford University Press, 2019.
zeionara/leastsquares
Simple example of counting approximation by least squares using JavaFX
shilpapgopal/Optimization
Optimization algorithms
shilpapgopal/Position-uncertainty-in-drone-swarms
Position Uncertainty in drone swarms
yanastaneva8/least-squares-fitting
Solving the Least Squares Problem via reduced QR factorization by Gram-Schmidt and by Householder triangularization.