Hands-On Machine Learning with ML.NET: Getting started with Microsoft ML.NET to implement popular machine learning algorithms in C#

Hands-On Machine Learning with ML.NET: Getting started with Microsoft ML.NET to implement popular machine learning algorithms in C#

English | 2020 | ISBN: 978-1789801781 | 256 Pages | PDF, EPUB | 256 MB

Create, train, and evaluate various machine learning models such as regression, classification, and clustering using ML.NET, Entity Framework, and ASP.NET Core
Machine learning (ML) is widely used in many industries such as science, healthcare, and research and its popularity is only growing. In March 2018, Microsoft introduced ML.NET to help .NET enthusiasts in working with ML. With this book, you ll explore how to build ML.NET applications with the various ML models available using C# code.
The book starts by giving you an overview of ML and the types of ML algorithms used, along with covering what ML.NET is and why you need it to build ML apps. You ll then explore the ML.NET framework, its components, and APIs. The book will serve as a practical guide to helping you build smart apps using the ML.NET library. You ll gradually become well versed in how to implement ML algorithms such as regression, classification, and clustering with real-world examples and datasets. Each chapter will cover the practical implementation, showing you how to implement ML within .NET applications. You ll also learn to integrate TensorFlow in ML.NET applications. Later you ll discover how to store the regression model housing price prediction result to the database and display the real-time predicted results from the database on your web application using ASP.NET Core Blazor and SignalR.
By the end of this book, you ll have learned how to confidently perform basic to advanced-level machine learning tasks in ML.NET.
What you will learn

  • Understand the ML.NET framework, components, and APIs using C# code
  • Develop regression models using ML.NET for housing price predictions
  • Train and evaluate classification models for sentiment prediction of your website comments
  • Work with clustering models for customer segmentation of your product for sales
  • Display the real-time-saved predicted results in your web application using ASP.NET Core Blazor and SignalR
  • Work with Entity Framework (EF) and Web APIs in ASP.NET Core Blazor
  • Discover how to integrate TensorFlow in an ML.NET application
Homepage