|
1 | 1 | # TensorFlow Core APIs overview |
2 | 2 |
|
3 | 3 | The TensorFlow Core APIs provide a set of comprehensive, composable, and |
4 | | -extensible low-level APIs for high-performance (distributed & accelerated) |
| 4 | +extensible low-level APIs for high-performance (distributed and accelerated) |
5 | 5 | computation, primarily aimed at building machine learning (ML) models as well as |
6 | 6 | authoring ML workflow tools and frameworks within the TensorFlow platform. These |
7 | 7 | APIs provide a foundation for creating highly configurable models with |
8 | | -fine-grain control and new frameworks from the ground up. |
| 8 | +fine-grained control and new frameworks from the ground up. |
9 | 9 |
|
10 | 10 | The Core APIs can be used as an alternative to high-level machine learning APIs |
11 | 11 | like Keras. These high-level APIs are best suited for general machine learning |
12 | 12 | needs. They offer a variety of modules that abstract away the complexities of ML |
13 | 13 | while also offering functionalities for customization through subclassing. If |
14 | 14 | you are looking for an overview of TensorFlow using Keras, see the Quickstarts |
15 | | -and Keras sections in the [tutorials](https://www.tensorflow.org/tutorials) |
| 15 | +and Keras sections in the [tutorials](https://www.tensorflow.org/tutorials). |
16 | 16 |
|
17 | | -## Core API developer audience |
| 17 | +## Who should use the Core APIs |
18 | 18 |
|
19 | | -The TensorFlow Core low-level APIs are designed with the following ML Developers |
| 19 | +The TensorFlow Core low-level APIs are designed with the following ML developers |
20 | 20 | in mind: |
21 | 21 |
|
22 | 22 | * Researchers building complex models with high levels of configurability |
@@ -101,7 +101,7 @@ align="right"/> |
101 | 101 | ## Next steps |
102 | 102 |
|
103 | 103 | The *Build with Core* documentation provides tutorials of basic machine learning |
104 | | -concepts from scratch. These tutorials in this section help you get comfortable |
| 104 | +concepts from scratch. The tutorials in this section help you get comfortable |
105 | 105 | with writing low-level code with Core APIs that you can then apply to more |
106 | 106 | complex use cases of your own. |
107 | 107 |
|
|
0 commit comments