Reputation: 294
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 ?
Upvotes: 1
Views: 4828
Reputation: 297
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
Upvotes: 1
Reputation: 95
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
Upvotes: 3
Reputation: 2784
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.
Upvotes: 5