Build a Sentiment Model using ML.net
Machine Learning has come to .Net. ML.NET is a library to create custom ML models using C# or F#. Can also be extended to other libraries and frameworks like Infer.NET, TensorFlow, and ONNX for more ML scenarios. In this tutorial we are going to build a model to detect sentiment in phrases using …