The sequential model is the basic model of a
neural network,
that is, it consists of layers of inputs, weights, an activation
function, and a set of outputs, which feeds the next input.
Topics
Creating a Model
- thre first step is create the model object using the tensor flow library