Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Refactoring Java API website landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayres committed Nov 15, 2018
1 parent 01eca86 commit e82d464
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/api/java/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# MXNet - Java Inference API

MXNet supports Java for performing inference on a trained model. The aim of the MXNet Java package is to provide an efficient and easy to use inference API.
MXNet supports Java for performing inference on a trained model. The MXNet Java Inference API is an extension of the [Scala Infer API](../../api/scala/infer.html) which provides model loading and inference functionality.

The goal of the MXNet Java package is to provide an efficient and easy to use inference API.
The MXNet Java package makes it easy to quickly deploy an existing model into a production level Java ecosystem.

See the [Java Infer API javadocs](../../docs/index.html#org.apache.mxnet.infer.package) for detailed API information and the [tutorial page](../../tutorials/index.html) for detailed tutorials and examples using the Java Inference API.
## Tutorials
See the [tutorial page](../../tutorials/index.html) for detailed tutorials and examples using the Java Inference API.

## Java Inference API Reference
The [Java Infer API javadocs](../../docs/index.html#org.apache.mxnet.infer.package) provides detailed API information.

0 comments on commit e82d464

Please sign in to comment.