From 8590a646490bbe3142a53c97fe059aa02f4fec8a Mon Sep 17 00:00:00 2001 From: sherlyn09 Date: Fri, 15 Sep 2023 12:46:06 -0500 Subject: [PATCH] corrected little typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 68299b7a..e0eddf3c 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Below there are two tasks. I highly recommend doing them because while watching 2. [Code yourself](https://github.com/romeokienzler/TensorFlow/blob/master/notebooks/tf2.eagerexec.ipynb) -## Integration of the Keras API +## Integration of the Keras API in Tensorflow Actually, Keras is one of the greatest APIs on the planet for DeepLearning. Now Keras has been eaten up by TensorFlow. A bit sad, but in reality it doesn't make any difference since nearly everyone used Keras on top of TensorFlow anyway. So let's consider Keras to be part of TensorFlow (or TensorFlow to be part of Keras). The cool thing is, that you now can use the straightforward, and easy to use Keras API and still can claim to be a TensorFlow developer. Yeah, Google made Keras the official high level API of TensorFlow.