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
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 Comments
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
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