Chapter 3: Automated Machine Learning with Open Source Tools and Libraries
In the previous chapter, you looked under the hood of automated Machine Learning (ML) technologies, techniques, and tools. You learned how AutoML actually works – that is, the algorithms and techniques of automated feature engineering, automated model and hyperparameter turning, and automated deep learning. You also explored Bayesian optimization, reinforcement learning, the evolutionary algorithm, and various gradient-based approaches by looking at their use in automated ML.
However, as a hands-on engineer, you probably don't get the...