keras-team/keras-core
Multi-backend implementation of the Keras API for building and training neural networks across TensorFlow, JAX, and PyTorch.

Velocity · 7d
+1.1
★ / day
Trend
→steady
star history
Keras Core provided a unified interface for deep learning model development across multiple backends. It enabled users to write Keras code that could execute on TensorFlow, JAX, or PyTorch computation frameworks without code changes. This multi-backend approach allowed developers to leverage the strengths of different frameworks while maintaining a consistent API.