August 2021
Intermediate to advanced
752 pages
21h 59m
English
In Chapter 5, “Toward DL: Frameworks and Network Tweaks,” we introduced several activation functions that can be used for hidden units in the network. In this chapter, we describe a couple of alternative output units and describe the problem types for which they are suitable. In addition, we introduce you to another dataset known as the Boston Housing dataset (Harrison and Rubinfeld, 1978).
The code example in this chapter will apply a deep neural network (DNN) to the Boston Housing dataset to predict home values based on a number of different variables and compare it with a simpler model. Predicting a home value is a different type of problem than the classification problems that we have ...
Read now
Unlock full access