Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lettier/interactive-simple-linear-regression

A PureScript, browser-based implementation of simple linear regression.
https://github.com/lettier/interactive-simple-linear-regression

ai artificial-intelligence data-science frontend functional functional-programming gradient-descent halogen linear-regression machine-learning machine-learning-algorithms nueral-networks press-statistic purescript purescript-halogen regression statistics web-development

Last synced: 22 days ago
JSON representation

A PureScript, browser-based implementation of simple linear regression.

Awesome Lists containing this project

README

        

![Interactive Simple Linear Regression](screenshot.gif)

# Interactive Simple Linear Regression

Input 2D data points and fit a simple linear regression model using gradient descent.
Built with [PureScript](http://www.purescript.org/).
Playable at [lettier.com/simple-linear-regression/](http://www.lettier.com/simple-linear-regression/).

## Documentation

For a full write up, visit
[Let's make a Linear Regression Calculator with PureScript](https://lettier.github.io/posts/2017-01-15-linear-regression-and-the-amazing-beard.html).

## Get Started

```bash
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/