- Scala for Machine Learning(Second Edition)
- Patrick R. Nicolas
- 147字
- 2021-07-08 10:43:04
Chapter 2. Data Pipelines
In the first chapter, you were acquainted with some rudimentary concepts regarding data processing, clustering, and classification.
This chapter is dedicated to the creation and maintenance of a flexible end-to-end workflow to train and classify data. The first section of the chapter introduces a data-centric (functional) approach to create number crunching applications, followed by a description of a configurable workflow computation model. The chapter concludes with an overview of different model validation techniques.
You will learn how to do the following:
- Apply the concept of monadic design to create dynamic workflows
- Leverage some of Scala's advanced patterns, such as the cake pattern, to build portable computational workflows
- Take into account the bias-variance trade-off in selecting a model
- Overcome overfitting in modeling
- Break down data into training, test and validation sets
- Implement model validation in Scala using precision, recall, and F score
推薦閱讀
- Android Development with Kotlin
- Animate CC二維動畫設計與制作(微課版)
- Java Web程序設計
- YARN Essentials
- ExtJS高級程序設計
- Java Web開發詳解
- Mastering Xamarin.Forms(Second Edition)
- C語言從入門到精通
- Kotlin開發教程(全2冊)
- Python 3.7從入門到精通(視頻教學版)
- Beginning C++ Game Programming
- TypeScript 2.x By Example
- Python滲透測試編程技術:方法與實踐(第2版)
- HikariCP數據庫連接池實戰
- Python GUI設計:tkinter菜鳥編程