I have a dataset which is of the dimensions nxm. Columns 1-m are the features which I would like to use, and the last column i.e. column m consists of labels/targets (k different classes, string type). The first column is of the DateTime datatype format, so I am not sure if I need to convert it/typecast it to a float or some other datatype. I would like to use Recurrent Neural Networks (RNN) for multi-class classification, but the thing is that RNNs take sequential data in general.

I am confused as to the particular shape or format in which I need to provide the data to the RNN for multi-class classification. To be precise, I would like to know that is there any specific way which would be ideal, such as creating a list of lists with each list within containing the features or some different method etc. Any help in this regard is highly appreciated. Thanks!

More Joyjit Chatterjee's questions See All
Similar questions and discussions