Build and train deep learning models in the cloud.
Start coding free →Keras is an open-source Python library for building and training deep learning models. It runs on top of TensorFlow and provides a high-level API for defining network layers, compiling models, and running training loops without writing low-level framework code. On RunCode, a Keras workspace starts with TensorFlow and Keras installed and is ready in under a minute.
Open a Keras workspace →Keras models are built from a stack of modular layers, so you can add, remove, or swap components without rewriting your entire network. It supports both convolutional networks for image tasks and recurrent networks for sequences. Keras abstracts the low-level details of training, which lets you focus on model architecture and experimentation.