Like previous example, we follow standard steps to build our Keras model. In this example, we first build a simple perceptron model, with no hidden layers. This model would be similar to a logistic regression model in that the outcome is a linear combination of weighted inputs plus a bias term.