Applied Deep Learning with Keras
上QQ阅读APP看书,第一时间看更新

Chapter 2
Machine Learning versus Deep Learning

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

In this chapter, we will learn how deep learning is different from machine learning. We will apply linear transformations and lastly build regression models.