Input layer

Our input layer is actually unchanged from previous examples, but I'll include it here to make this a proper quick reference:

def build_network(input_features=None):    inputs = Input(shape=(input_features,), name="input")

Get Deep Learning Quick Reference now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.