Deep Learning with Keras - Part 4

Classification

In this part we will focus on classification. Generally speaking, classification is the process of identifying to which predefined set of categories a new observation belongs. Building a classification neural network requires some tweaks to what we have done before. Let us investigate the process next.

Deep Learning with Keras - Part 3

Regression

After two introductory tutorials, its time to build our first neural network! The network we are building solves a simple regression problem. Regression is a process where a model learns to predict a continuous value output for a given input data, e.g. predict price, length, width, etc.