Chapter 4. Evaluate Your Model with Cross-Validation using Keras Wrappers
Note
Learning Objectives
By the end of this chapter, you will be able to:
Build a Keras wrapper with scikit-learn
Apply cross-validation to evaluate deep learning models
Create user-defined functions to implement deep learning models along with cross-validation
Note
In this chapter, we will learn how to build a Keras wrapper with scikit-learn. We will perform cross-validation to evaluate deep learning models and also develop user-defined functions in order to perform cross-validation on multiple models.