Keras input_shape for conv2d for 2d tabular data of regression problem?

前端 未结 0 1640
再見小時候
再見小時候 2021-01-16 17:42

I am trying to implement the CNN on a regression problem using Keras

> x_train2 = x_train.values.reshape(list(x_train.shape) + [1])  
> input_shape = x_         


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