Difference between revisions of "Keras"

From
Jump to: navigation, search
Line 35: Line 35:
 
<youtube>URERdVb-lpg</youtube>
 
<youtube>URERdVb-lpg</youtube>
 
<youtube>dfQ8lZ9dTjs</youtube>
 
<youtube>dfQ8lZ9dTjs</youtube>
 +
<youtube>oDHpqu52soI</youtube>

Revision as of 10:56, 28 July 2019

Youtube search... ...Google 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.