tensorflow/tfjs-examples
Collection of JavaScript examples demonstrating machine learning model training and inference using TensorFlow.js.

Velocity · 7d
+2.2
★ / day
Trend
→steady
star history
This repository provides standalone examples showing how to use TensorFlow.js for various machine learning tasks. Examples cover training and inference of neural networks including RNNs, LSTMs, GRUs, and multilayer perceptrons for tasks such as sequence-to-sequence prediction, regression, and multiclass classification. Models can be trained and run in both browser and Node.js environments.