Microsoft ML.NET 2 Adds Text Classification API
Written by Kay Ewbank   
Tuesday, 29 November 2022

Microsoft has released a new version of ML.NET, its cross-platform, open source machine learning framework for .NET developers. The new version 2.0 adds a text classification API. A new version of Model Builder has also been released,

Developers can use ML.NET to develop custom AI machine learning models that can then be included in their apps. You can create and use machine learning models targeting common tasks such as classification, regression, clustering, ranking, recommendations and anomaly detection. It supports deep-learning frameworks such as TensorFlow and interoperability through ONNX.

mlnet

ML.NET includes Infer.NET as 'part of the ML.NET family'. Infer.NET is a cross-platform framework for running Bayesian inference in graphical models that can also be used for probabilistic programming.

The new version adds a Text Classification scenario in Model Builder powered by the ML.NET Text Classification API. The API was released in preview a few months ago.

model builder scenarios 2 0

It can be used to train custom models that classify raw text data. It does so by integrating a TorchSharp implementation of NAS-BERT into ML.NET. Using a pre-trained version of this model, the Text Classification API uses your data to fine-tune the model.

The new release also adds a new API for sentence similarity that uses the same underlying TorchSharp NAS-BERT model as the Text Classification API. The main difference is that instead of predicting a category, the model calculates a numerical value that represents how similar two phrases are. 

Alongside the improvements to ML.NET, there are new options in Model Builder. There are now advanced training options that can be used to choose which trainers you want to use, and also choose the evaluation metric you want to optimize.

ML.NET 2 is available now. 

mlnet

More Information

ML.NET

Related Articles

Machine Learning For .NET

Infer.NET Machine Learning Framework Now Open Source  

Azure Machine Learning Service Goes Live

Machine Learning Goes Azure - Azure ML Announced

  

To be informed about new articles on I Programmer, sign up for our weekly newsletter, subscribe to the RSS feed and follow us on Twitter, Facebook or Linkedin.

Banner


Apache Shiro 2.0 Released
21/03/2024

Apache Shiro 2.0 has been released. The Java security framework now requires at least Java 11, and has added support for Jakarta EE 10.



Amazon Ending Alexa Skills Payments
12/04/2024

Amazon has told developers who are signed up to the Alexa Developer Rewards Program that their monthly payments will end at the end of June. The announcement follows a decision to end the program unde [ ... ]


More News

raspberry pi books

 

Comments




or email your comment to: comments@i-programmer.info

Last Updated ( Tuesday, 29 November 2022 )