aaronmarkham commented on a change in pull request #13657: update with release
notes for 1.4.0 release
URL: https://github.com/apache/incubator-mxnet/pull/13657#discussion_r242232123
##########
File path: NEWS.md
##########
@@ -1,6 +1,565 @@
MXNet Change Log
================
+## 1.4.0
+### New Features
+#### Java Inference API
+
+Model inference is run and managed by software engineers in a production
eco-system which is built with tools and frameworks that use Java/Scala as a
primary language. Inference on a trained model has two different use-cases:
+
+ 1. Real time or Online Inference - tasks that require immediate feedback,
such as fraud detection
Review comment:
```suggestion
1. Real-time or Online Inference - tasks that require immediate feedback,
such as fraud detection
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services