用于 Apache Spark 的深度学习库 MMLSpark

码农软件 · 软件分类 · 机器学习/深度学习 · 2019-08-06 10:57:22

软件介绍

MMLSpark ,即 Microsoft Machine Learning for Apache Spark ,是微软开源的一个针对 Apache Spark 的深度学习和数据可学工具,为大型映像和文本数据库快速创建强大、可缩放性能优越的预测和分析模型。

MMLSpark 可与 Microsoft Cognitive Toolkit (CNTK,微软认知工具包) 和 OpenCV (计算机视觉库)无缝集成,允许:

  • 流入和预处理图像数据

  • 使用预先定型的深度学习模型特征化图像和文本

  • 使用隐式特征化对分类和回归模型进行定型和评分

示例:

...
import mmlspark
# Initialize CNTKModel and define input and output columns
cntkModel = mmlspark.CNTKModel() \
                    .setInputCol("images").setOutputCol("output") \
                    .setModelLocation(modelFile)
# Train on dataset with internal spark pipeline
scoredImages = cntkModel.transform(imagesWithLabels)
...

本文地址:https://codercto.com/soft/d/11760.html

Tango with Django

Tango with Django

David Maxwell、Leif Azzopardi / Leanpub / 2016-11-12 / USD 19.00

Tango with Django is a beginner's guide to web development using the Python programming language and the popular Django web framework. The book is written in a clear and friendly style teaching you th......一起来看看 《Tango with Django》 这本书的介绍吧!

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具