Difference between revisions of "Keras.js"
Line 9: | Line 9: | ||
*[http://becominghuman.ai/deploying-your-keras-model-using-keras-js-2e5a29589ad8 Deploying your Keras model using Keras.JS |][https://becominghuman.ai/@burgalon Alon Burg] | *[http://becominghuman.ai/deploying-your-keras-model-using-keras-js-2e5a29589ad8 Deploying your Keras model using Keras.JS |][https://becominghuman.ai/@burgalon Alon Burg] | ||
− | <youtube> | + | <youtube>f6Bf3gl4hWY</youtube> |
+ | |||
+ | http://transcranial.github.io/keras-js-docs/img/architecture_diagram.png |
Revision as of 21:29, 7 August 2018
- 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