Difference between revisions of "Keras"

From
Jump to: navigation, search
Line 1: Line 1:
 
[https://www.youtube.com/results?search_query=karas+tensorflow Youtube search...]
 
[https://www.youtube.com/results?search_query=karas+tensorflow Youtube search...]
  
*[[TensorFlow]]
+
*[[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]]
Line 9: Line 9:
 
*[[Transfer Learning With Keras]]
 
*[[Transfer Learning With Keras]]
 
* [[Git - GitHub and GitLab]]
 
* [[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 ==
 
== YouTube Keras Series ==
Line 14: Line 18:
 
*[http://www.youtube.com/watch?v=RznKVRTFkBY&list=PLZbbT5o_s2xrwRnXk_yCPtnqqo4_u2YGL Deep Learning: Keras | Data Science Courses]
 
*[http://www.youtube.com/watch?v=RznKVRTFkBY&list=PLZbbT5o_s2xrwRnXk_yCPtnqqo4_u2YGL Deep Learning: Keras | Data Science Courses]
 
*[http://www.youtube.com/watch?v=edIMMTL2jlw&list=PLVBorYCcu-xX3Ppjb_sqBd_Xf6GqagQyl Deep Learning with Keras and Python]
 
*[http://www.youtube.com/watch?v=edIMMTL2jlw&list=PLVBorYCcu-xX3Ppjb_sqBd_Xf6GqagQyl Deep Learning with Keras and Python]
 
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.
 
  
 
Use Keras if you need a deep learning library that:
 
Use Keras if you need a deep learning library that:

Revision as of 10:39, 27 December 2018

Youtube search...

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.