Chapter 2. Machine Learning versus Deep Learning
Note
Learning Objectives
By the end of this chapter, you will be able to:
Explain deep learning and how it is different from machine learning
Apply linear transformations with Python
Build a logistic regression model with Keras
Note
In this chapter, we will learn how deep learning is different from machine learning. We will apply linear transformations and lastly build regression models.