Unverified Commit 1d31378d authored by Asim Shankar's avatar Asim Shankar Committed by GitHub
Browse files

Merge pull request #3201 from asimshankar/java-readme

[samples/java]: Add some more descriptive text to the README
parents 96e2c0ee 1a7f444e
# TensorFlow for Java: Examples
Examples using the TensorFlow Java API.
These examples include using pre-trained models for [image
classification](label_image) and [object detection](object_detection),
and driving the [training](training) of a pre-defined model - all using the
TensorFlow Java API.
The TensorFlow Java API does not have feature parity with the Python API.
The Java API is most suitable for inference using pre-trained models
and for training pre-defined models from a single Java process.
Python will be the most convenient language for defining the
numerical computation of a model.
- [Slides](https://docs.google.com/presentation/d/e/2PACX-1vQ6DzxNTBrJo7K5P8t5_rBRGnyJoPUPBVOJR4ooHCwi4TlBFnIriFmI719rDNpcQzojqsV58aUqmBBx/pub?start=false&loop=false&delayms=3000) from January 2018.
- See README.md in each subdirectory for details.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment