jiankaiwang / mljs

Mljs is focusing on the coding tutorial to machine learning and deep learning.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ML on Javascript

The library ml5.js(https://ml5js.org/) is the higher level API built on the top of Tensorflow.js. The library TensorFlow.js(https://js.tensorflow.org/) is for training and deploying ML models in the browser or on Node.js.

Mljs is a part of Sophia project focusing on the coding tutorial to machine learning and deep learning. More details please refer to Sophia, https://github.com/jiankaiwang/sophia.

Reference:

ml5.js

ML5.js is heavily inspired by Processing and p5.js. In this section, we try to provide you with two different kinds of javascript scripts based on either native ml5.js or p5.js included.

Task APIs

Training

TensorFlow.js

In this section, we provide you with more details about lower level API to machine learning or deep learning tasks.

Basic Concept

About

Mljs is focusing on the coding tutorial to machine learning and deep learning.


Languages

Language:JavaScript 45.9%Language:HTML 39.1%Language:Python 15.0%