Keras
Keras is an open-source software library that provides a Python interface for building and training neural networks. It is designed to enable fast experimentation with deep learning models through a user-friendly, modular API that can be extended and deployed across platforms. Keras emphasizes readability and simplicity while supporting common deep learning workflows, from prototyping to production.
Keras was created by François Chollet and released in 2015 as an independent project. Originally it provided
The library offers two primary APIs for model construction: a simple Sequential model for linear stacks of
Keras is used for rapid prototyping and teaching as well as for production systems. It is released