pip install Keras
Francois Chollet
Deep Learning for humans
Keras is a high-level neural networks API for Python.
Read the documentation at: https://keras.io/
Keras is compatible with Python 3.6+ and is distributed under the MIT license.
Keras is an API designed for human beings, not machines. Keras follows best practices for reducing cognitive load: it offers consistent & simple APIs, it minimizes the number of user actions required for common use cases, and it provides clear & actionable error messages. It also has extensive documentation and developer guides.
Keras is the most used deep learning framework among top-5 winning teams on Kaggle. Because Keras makes it easier to run new experiments, it empowers you to try more ideas than your competition, faster. And this is how you win.
N/A