Skip to content

suyashcjoshi/java-models

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TensorFlow for Java: Examples

These examples include using pre-trained models for image classification and object detection, and driving the 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 from January 2018.
  • See README.md in each subdirectory for details.

About

Models in Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%