Difference between revisions of "Keras.js"
Line 2: | Line 2: | ||
*[[Keras]] | *[[Keras]] | ||
+ | *[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 Node.js (was called Deeplearnjs) | ||
*[[Javascript]] | *[[Javascript]] | ||
Line 7: | Line 8: | ||
*[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] | ||
+ | |||
+ | <youtube>j_pJmXJwMLA</youtube> |
Revision as of 21:25, 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