Keras

Keras is an open-source deep learning API written in Python that simplifies the process of building and training neural networks. Originally developed as an independent library, it is now tightly integrated into TensorFlow as its official high-level interface, supporting multiple backends like JAX and PyTorch.

Scroll to Top