How to Build Hello ML.Net World Machine Learning App with .NET Core



This
application solution is based on the Microsoft document at:
https://docs.microsoft.com/en-us/dotnet/machine-learning/how-does-mldotnet-work#hello-mlnet-world
This example constructs a linear regression model to predict house prices using house size and price data.
This is a revised version of the earlier video in this playlist on linear regression and explains the basic mathematical concepts first before going for the coding.

Comments

Popular posts from this blog

A Simple ML.NET Linear Regression Machine Learning Application

How to Fix "JsonReaderException: '}' is invalid after a single JSON valu...

[Part 14] - Build an ASP.NET Core 3.1 Web API and Consume with MVC (Crea...