An open API service providing repository metadata for many open source software ecosystems.

Topic: "normal-equation"

javascript-machine-learning/multivariate-linear-regression-normal-equation-javascript

⭐️ Multivariate Linear Regression with Normal Equation in JavaScript (Vectorized)

Language: JavaScript - Size: 55.7 KB - Last synced at: about 1 year ago - Pushed at: about 4 years ago - Stars: 13 - Forks: 2

rsc-dev/ml

Machine Learning Notebooks

Language: Jupyter Notebook - Size: 403 KB - Last synced at: 7 days ago - Pushed at: over 7 years ago - Stars: 9 - Forks: 4

SouravG/Housing-price-prediction-using-Regularised-linear-regression

Housing price prediction using Regularised linear regression

Language: Jupyter Notebook - Size: 57.6 KB - Last synced at: almost 2 years ago - Pushed at: over 5 years ago - Stars: 4 - Forks: 4

gregdhill/lin-reg

Linear Regression - C

Language: C - Size: 5.86 KB - Last synced at: about 2 months ago - Pushed at: about 7 years ago - Stars: 4 - Forks: 2

radinshayanfar/AUT_ALA

My solutions to AUT Applied Linear Algebra course programming assignments

Language: Jupyter Notebook - Size: 27.3 MB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 3 - Forks: 0

rezamosavi8740/implementation-Linear-Regression-normal-equation-from-scratch.

This repository contains a Python implementation of Normal Linear Regression, a supervised machine learning algorithm used for predicting numeric values based on a linear relationship between input features and the target variable.

Language: Jupyter Notebook - Size: 3.91 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 0

Matthew-Franks/Predicting-Box-Office-Results

Predicting the box office results of a movie using Linear Regression based on a series of factors.

Language: Python - Size: 128 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

jsacevedoro/ml_maths_work1

First homework of the course Mathematics for Machine Learning, which belongs to Master's Dregree in Applied Maths from the National University of Colombia. It is about least square problem applied to linear and non-linear models in the study of bitcoin time series and its relation with commodity prices, also it's presented an interesting application in point set registration problem.

Language: Jupyter Notebook - Size: 2.02 MB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

faezehabibi66/Regression

Linear Regression

Size: 17.6 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

jxareas/Numerical-Methods

Elementary Numerical Algorithms.

Language: MATLAB - Size: 40 KB - Last synced at: 3 months ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

daniel-saeedi/SummerSchool-Project1 📦

The First AI Summer School Project

Language: Jupyter Notebook - Size: 2.33 MB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

AmirMohamadBabaee/linearalgebra-projects

Linear Algebra projects of Spring 2021 at CE AUT

Language: Jupyter Notebook - Size: 31.5 MB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

armanr99/HousePricingRegression

Predicting house prices using regression methods including Gradient Descent, Normal Equation and KNN

Language: Jupyter Notebook - Size: 649 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

alitvintsev/FractalCount

Language: C++ - Size: 23.2 MB - Last synced at: over 1 year ago - Pushed at: almost 8 years ago - Stars: 1 - Forks: 0

Devansh589/bitcoin_math

Zero dependency Bitcoin math implementation in C

Language: C - Size: 91.8 KB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 0 - Forks: 0

F-Yousefi/House_Price_Prediction

This repository contains code for House Price prediction using Linear Regression. This project is based on the dataset that can be found through Tehran (Divar.ir) House Price Prediction thanks to Dr. Soheil Tehranipour who has done a very excellent job in the area of AI and ML.

Language: Jupyter Notebook - Size: 637 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

JenilGajjar20/Machine_Deep_Learning-Algorithms

Language: Jupyter Notebook - Size: 1.39 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

cnmeow/LinearRegression

Thực hành Linear Regression

Language: Jupyter Notebook - Size: 12.7 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

MAbdelhamid2001/Polynomial-Regression-Algorithm-with-Regularized-Normal-Equation

My Linear Regression Algorithm with Regularized Normal Equation

Language: Jupyter Notebook - Size: 68.4 KB - Last synced at: almost 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

MAbdelhamid2001/My-Linear-Regression-Algorithm-using-Normal-Equation

My Linear Regression Algorithm using Normal Equation

Language: Jupyter Notebook - Size: 78.1 KB - Last synced at: almost 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

mehboobali98/Multivariate-Linear-Regression

Linear Regression with multiple variables is implemented to predict the prices of houses using the size of the house (in square feet) and the number of rooms as features. Suppose you are selling your house and you want to know what a good market price would be.

Language: Jupyter Notebook - Size: 268 KB - Last synced at: almost 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

kk289/ML-Linear_Regression-MATLAB

Machine Learning Using MATLAB

Language: MATLAB - Size: 9.68 MB - Last synced at: over 1 year ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

abcs-ab/ML

Python implementation of couple machine learning algorithms.

Language: Python - Size: 39.1 KB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

prathmachowksey/Multivariate-Linear-Regression

Language: Python - Size: 7.66 MB - Last synced at: over 1 year ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

sunny1110/Normal-Equations

This Notebook explains in detail the Normal Equation that is made use of in Linear Regression

Language: Jupyter Notebook - Size: 306 KB - Last synced at: about 1 year ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 1

guillemalomar/LinearRegression

A python implementation of Linear Regression (Gradient Descent and Normal Equation)

Language: Python - Size: 369 KB - Last synced at: about 2 years ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

Catadanna/Linear-Polynomial-Regression-Scala-SparkML

This is an example of Linear Regression done in SparkML and using the class PolynomialExpansion.

Language: Scala - Size: 20.5 KB - Last synced at: 5 months ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 1

techshot25/BlackFriday

Shopping behavior data analysis

Language: Jupyter Notebook - Size: 7.54 MB - Last synced at: 3 months ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 1

haroldjcastillo/ml-test

Machine learning test project

Language: Jupyter Notebook - Size: 292 KB - Last synced at: almost 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

paulocressoni/LinearRegression

A simple Linear Regression exercise

Language: Matlab - Size: 5.86 KB - Last synced at: about 1 year ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

Related Topics
linear-regression 23 gradient-descent 14 machine-learning 14 python 8 regression 4 stochastic-gradient-descent 3 normalization 3 multiple-linear-regression 3 jupyter-notebook 2 multivariate-regression 2 feature-scaling 2 bitcoin 2 linear-algebra 2 octave 2 matlab 2 numpy 2 regularization 2 least-squares 2 from-scratch 2 time-series 2 polynomial-regression 2 machine-learning-algorithms 2 logistic-regression 2 c 1 vectorization 1 multivariate 1 javascript 1 image-processing 1 fractal 1 dimension 1 singular-value-decomposition 1 matrix-bases 1 linear-system-solver 1 random-forest 1 housing-price-prediction 1 point-set-registration 1 julia-language 1 regularized-linear-regression 1 curve 1 cryptography 1 cryptocurrencies 1 cashaddr 1 bsv 1 blockchain 1 bitcoin-cash 1 bitcoin-address 1 base32hex 1 base32 1 sparkmllib 1 sparkml 1 spark 1 scala 1 polynomial 1 feature-normalization 1 matrix-multiplication 1 matrix-inversion 1 svd-image-compression 1 lu-factorization 1 least-square-regression 1 denoising-graph 1 simple-linear-regression 1 fully-connected-network 1 neural-network 1 house-price-prediction 1 ai 1 knn 1 statistics 1 shopping-habits 1 shopping 1 regression-analysis 1 data-science 1 data-analysis 1 consumer 1 regularisation 1 ml 1 line-search 1 naive-bayes-classifier 1 multinomial-naive-bayes 1 knearest-neighbor-classifier 1 gaussian-naive-bayes 1 deep-learning 1 bernoulli-naive-bayes 1 logistic 1 loss-functions 1 tutorial 1 mean-square-error 1 mean-squared-error 1 multivariate-linear-regression 1 newton-method 1 cost-function 1