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

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

ASP NET Core 3 1 Build a Complete MVC ToDo List Application Part 11

A Simple ML.NET Linear Regression Machine Learning Application