From 9e029980d495779a9de6824f482b6b585490d66f Mon Sep 17 00:00:00 2001 From: Sumitpal321 Date: Wed, 28 Jan 2026 19:37:15 +0530 Subject: [PATCH] Revise TensorFlow Core APIs description This change replaces an idiomatic phrase ("from the ground up") with more precise technical wording to improve clarity for non-native English readers. --- site/en/guide/core/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/en/guide/core/index.md b/site/en/guide/core/index.md index 7f44e11b018..129cd800cb6 100644 --- a/site/en/guide/core/index.md +++ b/site/en/guide/core/index.md @@ -4,8 +4,8 @@ The TensorFlow Core APIs provide a set of comprehensive, composable, and extensible low-level APIs for high-performance (distributed and accelerated) computation, primarily aimed at building machine learning (ML) models as well as authoring ML workflow tools and frameworks within the TensorFlow platform. These -APIs provide a foundation for creating highly configurable models with -fine-grained control and new frameworks from the ground up. +APIs provide a foundation for creating highly configurable models with fine-grained +control, enabling developers to build custom frameworks using basic building blocks. The Core APIs can be used as an alternative to high-level machine learning APIs like Keras. These high-level APIs are best suited for general machine learning