All Projects → javascript-machine-learning → Univariate Linear Regression Gradient Descent Javascript

javascript-machine-learning / Univariate Linear Regression Gradient Descent Javascript

⭐️ Univariate Linear Regression with Gradient Descent in JavaScript (Vectorized)

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Univariate Linear Regression Gradient Descent Javascript

machine learning course
Artificial intelligence/machine learning course at UCF in Spring 2020 (Fall 2019 and Spring 2019)
Stars: ✭ 47 (+422.22%)
Mutual labels:  linear-regression, gradient-descent
Ml Course
Starter code of Prof. Andrew Ng's machine learning MOOC in R statistical language
Stars: ✭ 154 (+1611.11%)
Mutual labels:  linear-regression, gradient-descent
interactive-simple-linear-regression
A PureScript, browser-based implementation of simple linear regression.
Stars: ✭ 15 (+66.67%)
Mutual labels:  linear-regression, gradient-descent
flatiron-school-data-science-curriculum-resources
Lesson material on data science and machine learning topics/concepts
Stars: ✭ 118 (+1211.11%)
Mutual labels:  linear-regression, gradient-descent
GDLibrary
Matlab library for gradient descent algorithms: Version 1.0.1
Stars: ✭ 50 (+455.56%)
Mutual labels:  linear-regression, gradient-descent
models-by-example
By-hand code for models and algorithms. An update to the 'Miscellaneous-R-Code' repo.
Stars: ✭ 43 (+377.78%)
Mutual labels:  linear-regression, gradient-descent
Deep Learning From Scratch
Six snippets of code that made deep learning what it is today.
Stars: ✭ 255 (+2733.33%)
Mutual labels:  linear-regression, gradient-descent
Ai Simplest Network
The simplest form of an artificial neural network explained and demonstrated.
Stars: ✭ 333 (+3600%)
Mutual labels:  gradient-descent
Cranium
🤖 A portable, header-only, artificial neural network library written in C99
Stars: ✭ 501 (+5466.67%)
Mutual labels:  vectorization
Regression
Multivariable regression library in Go
Stars: ✭ 300 (+3233.33%)
Mutual labels:  linear-regression
2018 Machinelearning Lectures Esa
Machine Learning Lectures at the European Space Agency (ESA) in 2018
Stars: ✭ 280 (+3011.11%)
Mutual labels:  linear-regression
Machine learning basics
Plain python implementations of basic machine learning algorithms
Stars: ✭ 3,557 (+39422.22%)
Mutual labels:  linear-regression
Machine Learning Octave
🤖 MatLab/Octave examples of popular machine learning algorithms with code examples and mathematics being explained
Stars: ✭ 637 (+6977.78%)
Mutual labels:  linear-regression
Financial Models Numerical Methods
Collection of notebooks about quantitative finance, with interactive python code.
Stars: ✭ 3,534 (+39166.67%)
Mutual labels:  linear-regression
Grt
gesture recognition toolkit
Stars: ✭ 739 (+8111.11%)
Mutual labels:  linear-regression
Fuku Ml
Simple machine learning library / 簡單易用的機器學習套件
Stars: ✭ 280 (+3011.11%)
Mutual labels:  linear-regression
Learning Python Predictive Analytics
Tracking, notes and programming snippets while learning predictive analytics
Stars: ✭ 26 (+188.89%)
Mutual labels:  linear-regression
Text2vec
Fast vectorization, topic modeling, distances and GloVe word embeddings in R.
Stars: ✭ 715 (+7844.44%)
Mutual labels:  vectorization
Gorgonia
Gorgonia is a library that helps facilitate machine learning in Go.
Stars: ✭ 4,295 (+47622.22%)
Mutual labels:  gradient-descent
Optim
OptimLib: a lightweight C++ library of numerical optimization methods for nonlinear functions
Stars: ✭ 411 (+4466.67%)
Mutual labels:  gradient-descent

Univariate Linear Regression with Gradient Descent (Vectorized)

Build Status

This example project demonstrates how the gradient descent may be used to solve a univariate linear regression problem.

Read more about it here.

Installation

  • git clone [email protected]:javascript-machine-learning/univariate-linear-regression-gradient-descent-javascript.git
  • cd univariate-linear-regression-gradient-descent-javascript
  • npm install
  • npm start
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].