Difference between revisions of "Keras"

From
Jump to: navigation, search
m (Text replacement - "http://" to "https://")
m
 
Line 13: Line 13:
 
* [[Auto Keras]]
 
* [[Auto Keras]]
 
* [https://www.datacamp.com/community/blog/keras-cheat-sheet Keras_Cheat_Sheet_Python - Data Camp ] [https://s3.amazonaws.com/assets.datacamp.com/blog_assets/Keras_Cheat_Sheet_Python.pdf pdf]
 
* [https://www.datacamp.com/community/blog/keras-cheat-sheet Keras_Cheat_Sheet_Python - Data Camp ] [https://s3.amazonaws.com/assets.datacamp.com/blog_assets/Keras_Cheat_Sheet_Python.pdf pdf]
* [[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)   
 
* [https://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]
 
* [https://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]
 
* [[NLP Keras model in browser with TensorFlow.js]]
 
* [[NLP Keras model in browser with TensorFlow.js]]

Latest revision as of 21:21, 5 December 2023

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.

0*a6XSwHsfvz_oWSSJ.jpg

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.

Neural Networks Hyperparameter Search, the Visualized Way

Neural Networks Hyperparameter Search, the Visualized Way | Vladimir Ilievski - Towards Data Science

Track and visualize Machine Learning experiments using HiPlot Parallel Coordinates Plot in Python