November 2021
Intermediate to advanced
504 pages
15h 55m
English
This chapter covers
This chapter is designed to get you started using neural networks to solve real problems. You’ll consolidate the knowledge you gained from chapters 2 and 3, and you’ll apply what you’ve learned to three new tasks covering the three most common use cases of neural networks—binary classification, multiclass classification, and scalar regression:
Classifying movie reviews as positive or negative (binary classification)
Classifying news wires by topic (multiclass classification)
Estimating ...