You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MMLSpark provides a number of deep learning and data science tools for [Apache
9
-
Spark](https://github.com/apache/spark), including seamless integration of
10
-
Spark Machine Learning pipelines with [Microsoft Cognitive Toolkit
11
-
(CNTK)](https://github.com/Microsoft/CNTK) and
12
-
[OpenCV](http://www.opencv.org/), enabling you to quickly create powerful,
13
-
highly-scalable predictive and analytical models for large image and text
14
-
datasets.
15
-
16
-
MMLSpark requires Scala 2.11, Spark 2.1+, and either Python 2.7 or Python 3.5+.
8
+
MMLSpark is an ecosytem of tools aimed to expand the distributed computing framework
9
+
[Apache Spark](https://github.com/apache/spark) in several new directions.
10
+
MMLSpark adds a number of deep learning and data science tools to the Spark ecosystem,
11
+
including seamless integration of Spark Machine Learning pipelines with [Microsoft Cognitive Toolkit
12
+
(CNTK)](https://github.com/Microsoft/CNTK), [LightGBM](https://github.com/Microsoft/LightGBM) and
13
+
[OpenCV](http://www.opencv.org/). This enables powerful and highly-scalable predictive and analytical models
14
+
for a variety of datasources.
15
+
16
+
MMLSpark also brings new networking capabilities to the Spark Ecosystem. With the HTTP on Spark project, users
17
+
can embed **any** web service into their SparkML models. In this vein, MMLSpark provides easy to use
18
+
SparkML transformers for a wide variety of [Microsoft Cognitive Services](https://azure.microsoft.com/en-us/services/cognitive-services/). For production grade deployment, the Spark Serving project enables high throughput,
19
+
sub-millisecond latency web services, backed by your Spark cluster.
20
+
21
+
MMLSpark requires Scala 2.11, Spark 2.3+, and either Python 2.7 or Python 3.5+.
17
22
See the API documentation [for
18
23
Scala](http://mmlspark.azureedge.net/docs/scala/) and [for
0 commit comments