TensorFlow.js is an open-source hardware-accelerated JavaScript library for training and deploying machine learning models. Develop ML in the Browser Use flexible and intuitive APIs to build models from scratch using the low-level JavaScript linear algebra library or the high-level layers API. Run Existing models Use TensorFlow.js model converters to run pre-existing TensorFlow models right in the browser. Retrain Existing models Retrain pre-existing ML models using sensor data connected to the browser, or other client-side data.
About this repo This repository contains the logic and scripts that combine two packages: TensorFlow.js Core, a flexible low-level API, formerly known as deeplearn.js. TensorFlow.js Layers, a high-level API which implements functionality similar to Keras. If you care about bundle size, you can import those packages individually.
MNIST data base