Difference between revisions of "Keras.js"
m (Text replacement - "http:" to "https:") |
|||
Line 5: | Line 5: | ||
|description=Helpful resources for your journey with artificial intelligence; videos, articles, techniques, courses, profiles, and tools | |description=Helpful resources for your journey with artificial intelligence; videos, articles, techniques, courses, profiles, and tools | ||
}} | }} | ||
− | [ | + | [https://www.youtube.com/results?search_query=karas.js Youtube search...] |
− | [ | + | [https://www.google.com/search?q=karas.js+machine+learning+ML+artificial+intelligence ...Google search] |
*[[Keras]] | *[[Keras]] | ||
− | *[ | + | *[https://transcranial.github.io/keras-js-docs/ Keras.js Documentation] |
*[[TensorFlow.js]] for training and deploying ML models in the browser and on [[Javascript#Node.js|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]] | ||
− | *[ | + | *[https://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. |
− | *[ | + | *[https://becominghuman.ai/deploying-your-keras-model-using-keras-js-2e5a29589ad8 Deploying your Keras model using Keras.JS |][https://becominghuman.ai/@burgalon Alon Burg] |
<youtube>f6Bf3gl4hWY</youtube> | <youtube>f6Bf3gl4hWY</youtube> | ||
− | + | https://transcranial.github.io/keras-js-docs/img/architecture_diagram.png |
Revision as of 20:35, 28 March 2023
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