- Hands-On Machine Learning with ML.NET
- Jarred Capellman
- 110字
- 2021-06-24 16:43:28
Setting Up the ML.NET Environment
Now that you have a firm grasp of the basics of machine learning, an understanding of what Microsoft's ML.NET is, and what it provides, it is time to train and create your first machine learning model! We will be building a simple restaurant sentiment analysis model based on reviews and integrating this model into a simple .NET Core application. Before we can jump into training and creating our model, we will first have to configure the development environment.
In this chapter, we will cover the following topics:
- Setting up your development environment
- Creating your first model, from start to finish, with ML.NET
- Evaluating the model
推薦閱讀
- UI設計基礎培訓教程
- 深入理解Android(卷I)
- Learning Real-time Processing with Spark Streaming
- Mastering Objectoriented Python
- Spring Boot+Spring Cloud+Vue+Element項目實戰:手把手教你開發權限管理系統
- SQL語言從入門到精通
- Designing Hyper-V Solutions
- INSTANT OpenNMS Starter
- INSTANT Django 1.5 Application Development Starter
- C語言程序設計
- Visual C++開發入行真功夫
- Java程序設計入門
- Python機器學習算法: 原理、實現與案例
- Procedural Content Generation for C++ Game Development
- Spring Boot+MVC實戰指南