Skip to content

Commit 815968c

Browse files
author
Joshua Thadi
committed
updating readme.md
1 parent dfaca0e commit 815968c

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<img width="100%" src="https://d2ooyrflu7lhqd.cloudfront.net/Keras_161c0deeeb.png?format=auto">
2+
13
# Keras 3: Deep Learning for Humans
24

35
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.
79
- **Accelerated model development**: Ship deep learning solutions faster thanks to the high-level UX of Keras
810
and the availability of easy-to-debug runtimes like PyTorch or JAX eager execution.
911
- **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+
1118
- **Datacenter-scale training**: Scale confidently from your laptop to large clusters of GPUs or TPUs.
1219

1320
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
120127
- As a JAX user: get access to a fully-featured, battle-tested, well-documented modeling and training library.
121128

122129

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

Comments
 (0)