- 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.
推薦閱讀
- DevOps:軟件架構師行動指南
- Spring Cloud Alibaba微服務架構設計與開發實戰
- GeoServer Cookbook
- PHP 7底層設計與源碼實現
- .NET 4.0面向對象編程漫談:基礎篇
- Selenium Design Patterns and Best Practices
- Mastering C# Concurrency
- C語言程序設計實踐教程
- TypeScript圖形渲染實戰:基于WebGL的3D架構與實現
- Hands-On Automation Testing with Java for Beginners
- Java系統化項目開發教程
- Getting Started with React Native
- R Data Science Essentials
- 微前端設計與實現
- Unity 3D UI Essentials