Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/madrury/smoothers
Visualizations of various one-dimensional smoothers using the d3 javascript library.
https://github.com/madrury/smoothers
curve-fitting javascript machine-learning plotting
Last synced: about 2 months ago
JSON representation
Visualizations of various one-dimensional smoothers using the d3 javascript library.
- Host: GitHub
- URL: https://github.com/madrury/smoothers
- Owner: madrury
- Created: 2014-10-05T04:12:14.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-09-21T23:10:02.000Z (over 7 years ago)
- Last Synced: 2023-08-07T05:22:11.922Z (over 1 year ago)
- Topics: curve-fitting, javascript, machine-learning, plotting
- Language: JavaScript
- Size: 373 KB
- Stars: 17
- Watchers: 1
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Interactive Scatter Plot Smoothers
This javascript application allows a user to explore scatterplot smoothing algorithms in real time.
The application [is hosted here](http://madrury.github.io/smoothers/).
## Dependencies
The app uses [d3.js](https://d3js.org) to render and animate the plots, and [numeric.js](http://www.numericjs.com) to solve systems of linear equations.