Submitted by Constant-Cranberry29 t3_ywu5zb in deeplearning
Constant-Cranberry29 OP t1_iwoc176 wrote
Reply to comment by Hamster729 in How to normalize data which contain positive and negative numbers into 0 and 1 by Constant-Cranberry29
still the same even I drop abs, drop normalization, and change last layer to model.add(Dense(1, activation=None, use_bias=False)) it doesn't work
Viewing a single comment thread. View all comments