All Projects → lettier → interactive-simple-linear-regression

lettier / interactive-simple-linear-regression

Licence: Apache-2.0 License
A PureScript, browser-based implementation of simple linear regression.

Programming Languages

purescript
368 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to interactive-simple-linear-regression

GDLibrary
Matlab library for gradient descent algorithms: Version 1.0.1
Stars: ✭ 50 (+233.33%)
Mutual labels:  linear-regression, machine-learning-algorithms, gradient-descent
Machine learning
Estudo e implementação dos principais algoritmos de Machine Learning em Jupyter Notebooks.
Stars: ✭ 161 (+973.33%)
Mutual labels:  linear-regression, machine-learning-algorithms, regression
Machine Learning Concepts
Machine Learning Concepts with Concepts
Stars: ✭ 134 (+793.33%)
Mutual labels:  linear-regression, machine-learning-algorithms, regression
25daysinmachinelearning
I will update this repository to learn Machine learning with python with statistics content and materials
Stars: ✭ 53 (+253.33%)
Mutual labels:  statistics, linear-regression, machine-learning-algorithms
Mlkit
A simple machine learning framework written in Swift 🤖
Stars: ✭ 144 (+860%)
Mutual labels:  linear-regression, machine-learning-algorithms, regression
Openml R
R package to interface with OpenML
Stars: ✭ 81 (+440%)
Mutual labels:  statistics, machine-learning-algorithms, regression
lolo
A random forest
Stars: ✭ 37 (+146.67%)
Mutual labels:  machine-learning-algorithms, regression
ml course
"Learning Machine Learning" Course, Bogotá, Colombia 2019 #LML2019
Stars: ✭ 22 (+46.67%)
Mutual labels:  machine-learning-algorithms, regression
data-science-notes
Open-source project hosted at https://makeuseofdata.com to crowdsource a robust collection of notes related to data science (math, visualization, modeling, etc)
Stars: ✭ 52 (+246.67%)
Mutual labels:  statistics, regression
cheapml
Machine Learning algorithms coded from scratch
Stars: ✭ 17 (+13.33%)
Mutual labels:  machine-learning-algorithms, regression
Machine-Learning-Algorithms
All Machine Learning Algorithms
Stars: ✭ 24 (+60%)
Mutual labels:  machine-learning-algorithms, regression
pycobra
python library implementing ensemble methods for regression, classification and visualisation tools including Voronoi tesselations.
Stars: ✭ 111 (+640%)
Mutual labels:  machine-learning-algorithms, regression
machine-learning-implemetation-python
Basic Machine Learning implementation with python
Stars: ✭ 51 (+240%)
Mutual labels:  linear-regression, machine-learning-algorithms
machine learning course
Artificial intelligence/machine learning course at UCF in Spring 2020 (Fall 2019 and Spring 2019)
Stars: ✭ 47 (+213.33%)
Mutual labels:  linear-regression, gradient-descent
regression-python
In this repository you can find many different, small, projects which demonstrate regression techniques using python programming language
Stars: ✭ 15 (+0%)
Mutual labels:  machine-learning-algorithms, regression
Regression
Multiple Regression Package for PHP
Stars: ✭ 88 (+486.67%)
Mutual labels:  regression, gradient-descent
flatiron-school-data-science-curriculum-resources
Lesson material on data science and machine learning topics/concepts
Stars: ✭ 118 (+686.67%)
Mutual labels:  linear-regression, gradient-descent
ugtm
ugtm: a Python package for Generative Topographic Mapping
Stars: ✭ 34 (+126.67%)
Mutual labels:  machine-learning-algorithms, regression
SGDLibrary
MATLAB/Octave library for stochastic optimization algorithms: Version 1.0.20
Stars: ✭ 165 (+1000%)
Mutual labels:  linear-regression, machine-learning-algorithms
PyImpetus
PyImpetus is a Markov Blanket based feature subset selection algorithm that considers features both separately and together as a group in order to provide not just the best set of features but also the best combination of features
Stars: ✭ 83 (+453.33%)
Mutual labels:  statistics, machine-learning-algorithms

Interactive Simple Linear Regression

Interactive Simple Linear Regression

Input 2D data points and fit a simple linear regression model using gradient descent. Built with PureScript. Playable at lettier.com/simple-linear-regression/.

Documentation

For a full write up, visit Let's make a Linear Regression Calculator with PureScript.

Get Started

git clone [email protected]:lettier/interactive-simple-linear-regression.git
cd interactive-simple-linear-regression
# Install nvm, npm, and yarn.
nvm use
yarn run installPackages
yarn run buildDist
xdg-open dist/index.html

(C) 2017 David Lettier
http://www.lettier.com/

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].