Network-Intrusion-Detection icon indicating copy to clipboard operation
Network-Intrusion-Detection copied to clipboard

Data dimension problem

Open niubifuwei opened this issue 3 years ago • 1 comments

In the CNN model, the data is reshaped into (TrainX.shape[0], trainX.shape[1],1). How to understand this place, what does the 1 in the third dimension represent?

niubifuwei avatar Oct 28 '20 13:10 niubifuwei

Here, the data is converted into 3 dimension (tensor format)

vinayakumarr avatar Jan 04 '21 03:01 vinayakumarr