Difference between revisions of "Keras"

From
Jump to: navigation, search
Line 2: Line 2:
  
 
*[[TensorFlow]]
 
*[[TensorFlow]]
 +
*[http://keras.io/ Keras: The Python Deep Learning library]
 
*[http://medium.com/applied-data-science/how-to-build-your-own-alphazero-ai-using-python-and-keras-7f664945c188 How to build your own AlphaZero AI using Python and Keras]
 
*[http://medium.com/applied-data-science/how-to-build-your-own-alphazero-ai-using-python-and-keras-7f664945c188 How to build your own AlphaZero AI using Python and Keras]
 
*[http://www.youtube.com/watch?v=Tp3SaRbql4k&list=PLcr1-V2ySv4SyknJVyJ6mw4VHelqsd66G Keras Prerequisites]
 
*[http://www.youtube.com/watch?v=Tp3SaRbql4k&list=PLcr1-V2ySv4SyknJVyJ6mw4VHelqsd66G Keras Prerequisites]
Line 7: Line 8:
 
*[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]
 
*[[Transfer Learning With Keras]]
 
*[[Transfer Learning With Keras]]
 +
 +
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.
  
 
<youtube>j_pJmXJwMLA</youtube>
 
<youtube>j_pJmXJwMLA</youtube>

Revision as of 15:32, 24 June 2018

Youtube search...

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.