0.3.3 • Published 8 years ago

som.js v0.3.3

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

som.js

The Self-Organizing Map(SOM) in Pure Javascript

We plan to translate the core methods of SOM algorithm, which is elaborated in "MATLAB Implementations and Applications of the Self-Organizing Map", from MATLAB into javascript.

The implementation will be written in javascript/typescript and could be used in modern browsers and node.js env. It is depended on these libs for matrix and array operations:

###How-to-dev

  • install node.js environment
  • git clone or download the repository
  • go to the directory and type npm install to install all the dependencies from npm
  • There is an example on how to comsume the API which som.js offered. Please find it in ./example/64nodeSOM.js which is also written in ECMAScript 6, run the example by installing babel-node (npm install node-babel -g) and run by node-babel example/64nodeSOM.js.
  • ./src is the source code of this npm module (for node.js) written in ECMAScript 6, we choose gulp + bable to compile it into noramal javascript. Run npm compile to start compiling.
  • working with Git: Getting Start! https://github.com/chenhunghan/som.js/wiki/Getting-Start!
  • working with Git: Make a new Branch https://github.com/chenhunghan/som.js/wiki/Make-a-New-Branch
0.3.3

8 years ago

0.3.2

8 years ago

0.3.1

8 years ago

0.3.0

8 years ago

0.2.3

8 years ago

0.2.2

9 years ago

0.2.1

9 years ago

0.2.0

9 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago