Image recognition/classification using Microsoft ML.net 0.2 (Machine learning)

让人想犯罪 __ 提交于 2020-01-25 04:38:29

问题


I want to do Image recognition/classification using the newly release Microsoft ML.net 0.2 ....is there a code sample available. Does it supports analyzing images & creating models out of it ?


回答1:


With ML.NET still being in an early preview, doing anything with unstructured data (images, text, video) is still unavailable. If you look at the roadmap, though, it is planned to include text and image features. As of now, you can only use it for structured, tabular data such as CSVs.




回答2:


Accord.net is an alternative to Microsoft.ML that has image classification You can download it from http://accord-framework.net By the accord.net many algorithms like classification , regression and clustering could be done




回答3:


ML.NET, version 0.6.0 supports Image classification/scoring from pretrained TF models. Take a look at the C# sample found at DeepLearning_ImageClassification_TensorFlow



来源:https://stackoverflow.com/questions/50929258/image-recognition-classification-using-microsoft-ml-net-0-2-machine-learning

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!