Chapter 5. Artificial Neural Networks: Predict Annual Income
Note
Learning Objectives
By the end of this chapter, you will be able to:
Explain the concept of neural networks
Describe the processes of forward and backward propagation
Solve a supervised learning classification problem using a neural network
Analyze the results of the neural network by performing error analysis
Note
This chapter explains the implementation of a Neural Network algorithm to a dataset in order to create a model that is able to predict future outcomes.