December 2017
Intermediate to advanced
384 pages
11h 7m
English
This chapter covers
This chapter is designed to get you started with using neural networks to solve real problems. You’ll consolidate the knowledge you gained from our first practical example in chapter 2, and you’ll apply what you’ve learned to three new problems covering the three most common use cases of neural networks: binary classification, multiclass classification, and scalar regression.
In this chapter, we’ll take a closer look at the core components of neural networks that we introduced in chapter 2: layers, networks, ...