Skip to content

Instantly share code, notes, and snippets.

@WashingtonGold
Created September 8, 2020 17:35
Show Gist options
  • Save WashingtonGold/5626f97155f9bdb7f8d2494adec35e16 to your computer and use it in GitHub Desktop.
Save WashingtonGold/5626f97155f9bdb7f8d2494adec35e16 to your computer and use it in GitHub Desktop.
from keras.layers import Dense
numerical_1 = Dense(16, activation='relu')(numerical_input)
numerical_2 = Dense(8, activation='relu')(numerical_1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment