1
+ <img width =" 100% " src =" https://d2ooyrflu7lhqd.cloudfront.net/Keras_161c0deeeb.png?format=auto " >
2
+
1
3
# Keras 3: Deep Learning for Humans
2
4
3
5
Keras 3 is a multi-backend deep learning framework, with support for JAX, TensorFlow, PyTorch, and OpenVINO (for inference-only).
@@ -7,7 +9,12 @@ timeseries forecasting, recommender systems, etc.
7
9
- ** Accelerated model development** : Ship deep learning solutions faster thanks to the high-level UX of Keras
8
10
and the availability of easy-to-debug runtimes like PyTorch or JAX eager execution.
9
11
- ** State-of-the-art performance** : By picking the backend that is the fastest for your model architecture (often JAX!),
10
- leverage speedups ranging from 20% to 350% compared to other frameworks. [ Benchmark here] ( https://keras.io/getting_started/benchmarks/ ) .
12
+ leverage speedups ranging from 20% to 350% compared to other frameworks.
13
+
14
+ <a href =" https://keras.io/getting_started/benchmarks/ " target =" _blank " >
15
+ <img src =" https://img.shields.io/badge/Keras-Benchmarks-CD5C5C?style=for-the-badge&logo=keras&logoColor=white " alt =" Keras Benchmarks Badge " ></a >
16
+
17
+
11
18
- ** Datacenter-scale training** : Scale confidently from your laptop to large clusters of GPUs or TPUs.
12
19
13
20
Join nearly three million developers, from burgeoning startups to global enterprises, in harnessing the power of Keras 3.
@@ -120,4 +127,9 @@ e.g. the scalability and performance of JAX or the production ecosystem options
120
127
- As a JAX user: get access to a fully-featured, battle-tested, well-documented modeling and training library.
121
128
122
129
123
- Read more in the [ Keras 3 release announcement] ( https://keras.io/keras_3/ ) .
130
+ Read more in the Keras 3 release announcement.<br >
131
+
132
+ <a href =" https://keras.io/keras_3/ " target =" _blank " >
133
+ <img src =" https://img.shields.io/badge/Keras-3_release_announcement-CD5C5C?style=for-the-badge&logo=keras&logoColor=white " alt =" Keras 3 Badge " >
134
+ </a >
135
+
0 commit comments