Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
/mlPublic

Machine learning tools in JavaScript

License

NotificationsYou must be signed in to change notification settings

mljs/ml

Repository files navigation

Introduction

This library is a compilation of the tools developed in themljs organization.
It is mainly maintained for use in the browser. If you are working with Node.js, you might prefer to addto your dependencies only the libraries that you need, as they are usually published to npm more often.
We prefix all our npm package names withml- (eg. ml-matrix) so they are easy to find.

To include the ml.js library in a web page:

<scriptsrc="https://www.lactame.com/lib/ml/6.0.0/ml.min.js"></script>

It will be available as the globalML variable. The package is in UMD format.

List of included libraries

Unsupervised learning

Supervised learning

Artificial neural networks (ANN)

  • Feedforward Neural Networks:ML.FNN
  • Self-organizing map / Kohonen networks:ML.SOM

Regression

Optimization

Math

Functions dealing with an object containing 2 properties x and y, both arrays.

Example:

letresult=ML.ArrayXY.sortX({x:[2,3,1],y:[4,6,2]});// result = {x: [1,2,3], y: [2,4,6]}

Statistics

Data processing

Utility

License

MIT


[8]ページ先頭

©2009-2025 Movatter.jp