简体   繁体   English

Azure机器学习分类

[英]Azure machine learning classification

Is there an algorithm I can use to train Azure ML to recognize images. 有没有可以用来训练Azure ML识别图像的算法。 Let's say I would like to flag any picture in my collection that contains a car. 假设我要标记我收藏中包含汽车的所有图片。 Is there a way to do that with Azure ML set of algorithm and tools? 有没有办法使用Azure ML算法和工具集来做到这一点?

Thanks 谢谢

You can use the ProjectOxford APIs which use ML to, amongst other things, categorize an image . 您可以使用使用ML的ProjectOxford API来对图像进行分类 You would specifically look for a trans_car tagged image (see this example ) 您将专门查找带有trans_car标签的图像(请参见以下示例

You can find a pre-trained image classifier module in the OpenCV Library which creates a image classification model for 'frontal faces' using the OpenCV Library. 您可以在OpenCV库中找到经过预训练的图像分类器模块,该模块使用OpenCV库为“正面”创建图像分类模型。 This is all available in Azure ML right now. 现在,Azure ML中都提供了这些功能。 But the documentation says more will be available in the future. 但是文档说将来会有更多可用。

Documentation is here - if it helps you tweak this module for your use: https://msdn.microsoft.com/library/azure/403eb35a-83b2-4191-a212-7716292c7a5b 文档在此处-如果它可以帮助您调整此模块以供使用: https : //msdn.microsoft.com/library/azure/403eb35a-83b2-4191-a212-7716292c7a5b

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM