Click here to Skip to main content
15,888,454 members
Articles / Artificial Intelligence / ML.Net

Getting Started with ML.NET Model Builder for using in ASP.NET Core

Rate me:
Please Sign up or sign in to vote.
5.00/5 (4 votes)
12 Mar 2020CPOL9 min read 17K   282   9  
How to create ML.NET Application using ML.NET Model Builder and use the trained model to predict the result in ASP.NET Core.
In this article, we take a look at the basic concept of the ML.NET which needs to be used to develop our Machine learning applications. Using ML.NET model builder, it's easy to Load the data either from CSV, Excel or from the database, select and train our preferred available ML.NET Models or go with Custom model training, evaluate the model and finally predict and display the trained model result to any of our .NET applications. Now in this article, we will take a look at the trained and predicted results we will be displaying in our ASP.NET Core application.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Team Leader
India India
Microsoft MVP | Code Project MVP | CSharp Corner MVP | Author | Blogger and always happy to Share what he knows to others. MyBlog

My Interview on Microsoft TechNet Wiki Ninja Link

Comments and Discussions