ML.NET: Getting Started
38mAdvanced2021-06-16
Authors

Jonathan Wood
Software Developer, Video Creator, and Microsoft AI MVP
Course details
If you’re looking to get into the world of machine learning models, but don’t know where to start, ML.NET is free software machine learning library for C# that allows you to build models without having to know all the theory behind machine learning. In this course, Jonathan Wood introduces you to ML.NET and shows how you can use it to leverage machine learning within your .NET applications. Jonathan starts with the basics of machine learning and covers both what it’s good for and scenarios when it’s not the best option. He then gets into the tools that you can utilize to help you get started building machine learning models. By the end of this course, you’ll have a better idea of the benefits of using ML.NET and why it’s a great tool for C# developers who are interested in machine learning.
Skills covered
.NETMachine LearningSoftware Development ToolsArtificial Intelligence (AI)MicrosoftSoftware DevelopmentOne-Off
Concepts
Introduction
- Get started with ML.NET
- What you should know
Machine Learning and ML.NET
- What is machine learning
- What machine learning isn t
- Current state of machine learning
- What is ML.NET
- Why use ML.NET
- Using ML.NET in Visual Studio
Introduction to the ML.NET API and Tools
- Introducing the ML context
- High-level look at the ML.NET API
- Using the ML.NET CLI
- Using the ML.NET model builder
- Building models with AutoML
- Challenge Use the ML.NET API and tools to build a model
- Solution Use ML.NET API and tools to build a model
Conclusion
- Next steps