Skip to content

Commit 743475d

Browse files
authored
Update README.md
1 parent 94f5b15 commit 743475d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tensorflow-framework/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Framework API
1+
# TensorFlow Framework API
22

33
This is the primary Java API for building and training neural networks with TensorFlow.
44
This API deliberately mirrors the overall structure of Python Keras. However, it
@@ -25,4 +25,4 @@ More specifically, the following goals drive API evolution:
2525
* Also, the framework API should support fine control over all aspects of modeling, training, and
2626
inference. Unlike with Python Keras, we want this to feel like staying in the same API rather
2727
than diving into a separate layer. But here again, if we are ever unable to reconcile this goal
28-
with easy translation from Python Keras, we may split the framework API into two layers.
28+
with easy translation from Python Keras, we may split the framework API into two layers.

0 commit comments

Comments
 (0)