Difference between revisions of "Keras.js"
Line 10: | Line 10: | ||
*[[Keras]] | *[[Keras]] | ||
*[http://transcranial.github.io/keras-js-docs/ Keras.js Documentation] | *[http://transcranial.github.io/keras-js-docs/ Keras.js Documentation] | ||
− | *[[TensorFlow.js]] for training and deploying ML models in the browser and on Node.js (was called Deeplearnjs) | + | *[[TensorFlow.js]] for training and deploying ML models in the browser and on [[Javascript#Node.js|Node.js]] (was called Deeplearnjs) |
*[[Javascript]] | *[[Javascript]] | ||
*[[TensorFlow]] | *[[TensorFlow]] |
Revision as of 07:53, 11 August 2019
Youtube search... ...Google search
- Keras
- Keras.js Documentation
- TensorFlow.js for training and deploying ML models in the browser and on Node.js (was called Deeplearnjs)
- Javascript
- TensorFlow
- Keras.js runs Keras models in the browser, with GPU support using WebGL. since Keras uses a number of frameworks as backends, the models can be trained in TensorFlow, CNTK, and other frameworks as well.
- Deploying your Keras model using Keras.JS |Alon Burg