- Scala for Machine Learning(Second Edition)
- Patrick R. Nicolas
- 141字
- 2021-07-08 10:43:06
Summary
In this chapter, we established the framework for the different data processing units that will be introduced in this book. There is a very good reason why the topics of model validation and overfitting are treated early on in this book: there is no point in building models and selecting algorithms if we do not have a methodology to evaluate their relative merits.
In this chapter, you were introduced to the following topics:
- The concept of monadic transformation for implicit and explicit models
- The versatility and cleanness of the cake pattern and mixin composition in Scala as an effective scaffolding tool for data processing
- A robust methodology to validate machine learning models
- The challenge in fitting models to both training and real-world data
The next chapter will address the problem of overfitting by identifying outliers and reducing noise in data.
推薦閱讀
- 從零構建知識圖譜:技術、方法與案例
- CMDB分步構建指南
- PyTorch自然語言處理入門與實戰
- 新手學Visual C# 2008程序設計
- Flutter跨平臺開發入門與實戰
- AppInventor實踐教程:Android智能應用開發前傳
- 機器學習與R語言實戰
- Unity 3D腳本編程:使用C#語言開發跨平臺游戲
- HTML5開發精要與實例詳解
- MINECRAFT編程:使用Python語言玩轉我的世界
- Building Dynamics CRM 2015 Dashboards with Power BI
- Machine Learning for Developers
- HTML5游戲開發實戰
- Node.js實戰:分布式系統中的后端服務開發
- C# 10核心技術指南