Model. predict passes the input vector through the model and returns the output tensor for each datapoint . Since the last layer in your model is a single Dense neuron, the output for any datapoint is a single value.
Model. predict passes the input vector through the model and returns the output tensor for each datapoint . Since the last layer in your model is a single Dense neuron, the output for any datapoint is a single value.