Skip to content

Commit 2c7c78f

Browse files
committed
[samples/java]: Add some more descriptive text to the README
1 parent b7394d2 commit 2c7c78f

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# TensorFlow for Java: Examples
22

3-
Examples using the TensorFlow Java API.
3+
These examples include using pre-trained models for [image
4+
classification](label_image) and [object detection](object_detection),
5+
and driving the [training](training) of a pre-defined model - all using the
6+
TensorFlow Java APIs.
7+
8+
The TensorFlow Java API does not have feature parity with the Python API.
9+
The Java APIs are most suitable for inference using pre-trained models
10+
and for training pre-defined models from a single Java process.
11+
12+
However, Python will be the most convenient language for defining the
13+
numerical computation of a model.
414

515
- [Slides](https://docs.google.com/presentation/d/e/2PACX-1vQ6DzxNTBrJo7K5P8t5_rBRGnyJoPUPBVOJR4ooHCwi4TlBFnIriFmI719rDNpcQzojqsV58aUqmBBx/pub?start=false&loop=false&delayms=3000) from January 2018.
616
- See README.md in each subdirectory for details.

0 commit comments

Comments
 (0)