Keras Page

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. Being able to go from idea to result as fast as possible is key to doing good research. Keras prioritizes user-friendliness, modularity, and extensibility. It 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, and runs seamlessly on CPU and GPU. Keras is widely used by researchers in academia and industry due to its ease of use and flexibility for designing and experimenting with various neural network architectures.