- Hands-On Machine Learning with ML.NET
- Jarred Capellman
- 90字
- 2021-06-24 16:43:28
Creating your first ML.NET application
The time has come to start creating your first ML.NET application. For this first application, we will create a .NET Core console application. This application will classify a sentence of words as either a positive statement or a negative statement, training on a small sample dataset provided. For this project, we will use a binary logistic regression classification model using the Stochastic Dual Coordinate Ascent (SDCA) method. In Chapter 3, Regression Model, we will go into greater depth on this method.
推薦閱讀
- Spring Boot開發(fā)與測試實戰(zhàn)
- 單片機C語言程序設計實訓100例:基于STC8051+Proteus仿真與實戰(zhàn)
- MATLAB圖像處理超級學習手冊
- AngularJS Web Application Development Blueprints
- Groovy for Domain:specific Languages(Second Edition)
- 零基礎學MQL:基于EA的自動化交易編程
- Big Data Analytics
- iOS開發(fā)實戰(zhàn):從入門到上架App Store(第2版) (移動開發(fā)叢書)
- Multithreading in C# 5.0 Cookbook
- 小程序,巧應用:微信小程序開發(fā)實戰(zhàn)(第2版)
- Python Essentials
- Python入門很輕松(微課超值版)
- Beginning C++ Game Programming
- C++ Application Development with Code:Blocks
- Python 3快速入門與實戰(zhàn)