- Hands-On Machine Learning with ML.NET
- Jarred Capellman
- 222字
- 2021-06-24 16:43:22
Preface
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 to work 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 how to integrate TensorFlow into ML.NET applications. Later, you'll discover how to store the regression model housing price prediction results in 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.
- Java語言程序設計
- Twilio Best Practices
- Machine Learning with R Cookbook(Second Edition)
- YARN Essentials
- Getting Started with Python Data Analysis
- HTML5入門經典
- 代替VBA!用Python輕松實現Excel編程
- Raspberry Pi Robotic Projects(Third Edition)
- Python商務數據分析(微課版)
- SSH框架企業級應用實戰
- C#程序設計基礎入門教程
- UI動效設計從入門到精通
- Qt 5.12實戰
- Blender 3D Cookbook
- WCF全面解析