Tag

stdlib

1 views collected around this technical thread.

Taobao Frontend Technology
Taobao Frontend Technology
Jul 8, 2021 · Artificial Intelligence

How to Build Machine Learning Apps Directly in the Browser with JavaScript

This article explains a four‑level methodology for choosing JavaScript‑based machine‑learning tools, demonstrates practical code examples ranging from NLP with nlp.js to deep‑learning with TensorFlow.js, traditional ML with mljs, and statistical computing with stdlib, and shows how to run them entirely in the browser.

Frontend AIjavascriptmachine learning
0 likes · 11 min read
How to Build Machine Learning Apps Directly in the Browser with JavaScript
Taobao Frontend Technology
Taobao Frontend Technology
Jun 30, 2021 · Artificial Intelligence

How to Build Machine Learning Apps Directly in the Browser: A Four‑Layer Toolkit

This article outlines a four‑layer methodology for selecting JavaScript‑based machine‑learning tools—from domain‑specific NLP frameworks to deep‑learning libraries, traditional algorithms, and math/statistics packages—providing code examples, installation steps, and guidance on when to use each layer.

frontendjavascriptmachine learning
0 likes · 10 min read
How to Build Machine Learning Apps Directly in the Browser: A Four‑Layer Toolkit