This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactoring Java API website landing page
- Loading branch information
Ayres
committed
Nov 15, 2018
1 parent
01eca86
commit e82d464
Showing
1 changed file
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |