This repository contains a series of tutorials that will teach you how to use ML.NET in your .NET core applications.
The following topics are covered in this tutorial:
You'll need a laptop running Mac, Windows, or Linux with .NET Core 2.2 installed. You can get the .NET Core SDK here: https://dotnet.microsoft.com/
In addition to this, please make sure you have either Visual Studio 2019 or VSCode installed.
Please clone this repository to disk for the best experience during the tutorial. It includes the solution files as well as some starter files.
git clone https://github.com/wmeints/mlnet-tutorial.git
After cloning the repository, start with the Getting started section.