- Hands-On Machine Learning with ML.NET
- Jarred Capellman
- 143字
- 2021-06-24 16:43:33
Creating the logistic regression application
As mentioned earlier, the application we will be creating to demonstrate logistic regressions is a file classifier. Given a file (of any type), we extract the strings from the file. This is a very common approach to performing file classification although, like the previous example, this is often just an element of file classification, not the only component. Therefore, don't expect this to find the next zero-day piece of malware!
The completed project code, sample dataset, and project files can be downloaded here: https://github.com/PacktPublishing/Hands-On-Machine-Learning-With-ML.NET/tree/master/chapter03_logistic_regression .
The trainer used in this application also uses SDCA but using the logistic regression variation that was discussed earlier in this chapter.
As in the previous example, we will begin by exploring the project architecture, diving into the code, and then show how you can run the example to both train and predict.
推薦閱讀
- Node.js 10實(shí)戰(zhàn)
- C#完全自學(xué)教程
- Scala Design Patterns
- Learning ASP.NET Core 2.0
- C#程序設(shè)計(jì)教程
- 深入淺出Windows API程序設(shè)計(jì):編程基礎(chǔ)篇
- 差分進(jìn)化算法及其高維多目標(biāo)優(yōu)化應(yīng)用
- 嚴(yán)密系統(tǒng)設(shè)計(jì):方法、趨勢與挑戰(zhàn)
- Hands-On Microservices with Kotlin
- Apache Mahout Clustering Designs
- Teaching with Google Classroom
- 前端HTML+CSS修煉之道(視頻同步+直播)
- 精通Python自動(dòng)化編程
- JavaCAPS基礎(chǔ)、應(yīng)用與案例
- Learning Laravel's Eloquent