An open API service indexing awesome lists of open source software.

https://github.com/progaurab/tensorflowjs

A JavaScript library for training and deploying machine learning (ML) models in the browser and on Node.js
https://github.com/progaurab/tensorflowjs

javascript tensorflow tensorflow-js

Last synced: 4 months ago
JSON representation

A JavaScript library for training and deploying machine learning (ML) models in the browser and on Node.js

Awesome Lists containing this project

README

        

# TensorflowJS

JavaScript developers can use the TensorFlow framework to create a machine learning (ML) project. This Sample demo introduces you to ML basics, and demonstrates how to set up and use TensorFlow to train a model and generate live results. How to create a new project; how to work with different tensor types, variables, models, and layers; how to import a project and explore datasets; how TensorFlow executes model training; how to convert a saved model for the web; and more.