- 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.
推薦閱讀
- HTML5+CSS3王者歸來
- 精通Nginx(第2版)
- R語言數據分析從入門到精通
- 構建移動網站與APP:HTML 5移動開發入門與實戰(跨平臺移動開發叢書)
- Cocos2d-x游戲開發:手把手教你Lua語言的編程方法
- Hands-On GPU:Accelerated Computer Vision with OpenCV and CUDA
- 你不知道的JavaScript(中卷)
- Ext JS 4 Web Application Development Cookbook
- C語言程序設計學習指導與習題解答
- Python語言實用教程
- Android驅動開發權威指南
- Python網絡爬蟲實例教程(視頻講解版)
- 微信公眾平臺開發最佳實踐
- R語言:邁向大數據之路
- Jenkins 2.x實踐指南