April 2019
Intermediate to advanced
412 pages
7h 46m
English
By the end of this chapter, you will be able to:
In this chapter, we will learn how deep learning is different from machine learning. We will apply linear transformations and lastly build regression models.
In the previous chapter, we discussed some applications of machine learning and even built models with the scikit-learn Python package. In this chapter, we will continue learning how to build machine learning models and extend our knowledge to build an Artificial Neural Network (ANN) with the Keras package. ...