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
- Host: GitHub
- URL: https://github.com/progaurab/tensorflowjs
- Owner: progaurab
- Created: 2018-12-03T11:35:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-03T12:43:08.000Z (over 6 years ago)
- Last Synced: 2025-01-10T00:14:17.428Z (5 months ago)
- Topics: javascript, tensorflow, tensorflow-js
- Language: JavaScript
- Homepage: http://androidabcd.info
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.