Text Processing

Learn how deep learning APIs of ML.NET can do text processing.

ML.NET is capable of using deep learning for advanced text analysis, such as accurate sentiment analysis and assessing sentence similarities. For these purposes, ML.NET uses a popular open-source ML library known as PyTorch. In ML.NET, this library is accessed via some NuGet packages.

The following playground demonstrates how two types of text analysis tasks can be done in the context of deep learning in ML.NET with the help of PyTorch:

Get hands-on with 1200+ tech skills courses.