Difference between revisions of "Keras"
Line 2: | Line 2: | ||
[http://www.google.com/search?q=karas+tensorflow+deep+machine+learning+ML ...Google search] | [http://www.google.com/search?q=karas+tensorflow+deep+machine+learning+ML ...Google search] | ||
− | *[[TensorFlow Overview & Tutorials | + | *[[TensorFlow]] Overview & Tutorials |
*[http://keras.io/ Keras: The Python Deep Learning library] | *[http://keras.io/ Keras: The Python Deep Learning library] | ||
*[[Keras.js]] | *[[Keras.js]] |
Revision as of 19:24, 7 April 2019
Youtube search... ...Google search
- TensorFlow Overview & Tutorials
- Keras: The Python Deep Learning library
- Keras.js
- Auto Keras
- TensorFlow.js for training and deploying ML models in the browser and on Node.js (was called Deeplearnjs)
- How to build your own AlphaZero AI using Python and Keras
- Transfer Learning With Keras
- Git - GitHub and GitLab
Note: Keras capability is now also part of Tensorflow
Keras is a high-level neural networks API, written in Python and capable of running on top of TensorFlow, CNTK, or Theano. It was developed with a focus on enabling fast experimentation. It was developed with a focus on enabling fast experimentation. Being able to go from idea to result with the least possible delay is key to doing good research.
YouTube Keras Series
Use Keras if you need a deep learning library that:
- Allows for easy and fast prototyping (through user friendliness, modularity, and extensibility).
- Supports both convolutional networks and recurrent networks, as well as combinations of the two.
- Runs seamlessly on CPU and GPU.