- 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.
推薦閱讀
- Clojure Programming Cookbook
- TypeScript Essentials
- Java應用開發與實踐
- RTC程序設計:實時音視頻權威指南
- OpenStack Orchestration
- Asynchronous Android Programming(Second Edition)
- C和C++游戲趣味編程
- 軟件測試實用教程
- Vue.js 2 Web Development Projects
- Image Processing with ImageJ
- RESTful Web Clients:基于超媒體的可復用客戶端
- 零基礎學C++(升級版)
- SEO教程:搜索引擎優化入門與進階(第3版)
- Python 快速入門(第3版)
- Google Adsense優化實戰