Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. model.compile(optimizer='adam', loss=['mse', 'binary_crossentropy'], metrics = ['accuracy'])
  2.  
  3. out_1 = Dense(3, activation='linear')(Hlayer2)
  4. out_2 = Dense(10, activation='sigmoid')(Hlayer2)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement