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

https://github.com/batzner/mds-gradient-descent-js

Performing Multidimensional Scaling with Gradient Descent and Gauss-Newton in JavaScript
https://github.com/batzner/mds-gradient-descent-js

es6 gauss-newton gradient-descent javascript-library mds multidimensional-scaling

Last synced: 2 months ago
JSON representation

Performing Multidimensional Scaling with Gradient Descent and Gauss-Newton in JavaScript

Awesome Lists containing this project

README

        

# mds-gradient-descent-js
Performing Multidimensional Scaling with Gradient Descent and Gauss-Newton.

For more info, see the corresponding blog post at https://theblog.github.io/post/visualizing-travel-times-with-multidimensional-scaling/.

## Usage

See `main.js`.

## Dependencies
* `ml-matrix` for computing matrix manipulations, see https://github.com/mljs/matrix. Version used: 6.4.1
* `seedrandom`, see https://github.com/davidbau/seedrandom. Version used: 3.0.5