Feature Normalization/Standard Scalar in Keras

前端 未结 0 542
一个人的身影
一个人的身影 2020-12-12 07:18

I am working with a Sequential Keras model and I trying to figure out the best method for feature scaling.

model = Sequential()
model.add(Masking(mask_value=-         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题