Difference between revisions of "Keras.js"
Line 7: | Line 7: | ||
*[http://transcranial.github.io/keras-js/#/ 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. | *[http://transcranial.github.io/keras-js/#/ 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. | ||
*[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] | ||
− | |||
− |
Revision as of 21:19, 7 August 2018
- Keras
- 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