Regression
Understand the difference between regression and classification models.
We'll cover the following...
Chapter Goals:
- Learn how to use a neural network for regression
- Set up the training architecture for a regression model
A. Classification vs. regression
The model we’ve been using so far is built for classification. This means it classifies input data into one of many different classes.
While classification is one of the most important tasks that can be done by a neural network, another common application of neural networks is regression. Rather than assigning the input data to a particular class, a regression model will instead output a real number value based on the input data. Regression tasks can range from predicting stock ...
Access this course and 1400+ top-rated courses and projects.