1

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 ?

3 Answers 3

5

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.

Sign up to request clarification or add additional context in comments.

2 Comments

thanks for the prompt reply..... Can i Use microsoft Cognitive service/CNTK to achieve image recognition/classification ?
The Custom Vision service is perfect for classification. :)
3

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

Comments

1

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

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.