March 2018
Intermediate to advanced
272 pages
7h 53m
English
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")
Read now
Unlock full access