You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
currently, I am trying use this deep forest model to test the EEG signal for the sleep stage classification. However, the dataset is 1-d, not the 2-d like image. So, could you lend me a hand, how can I change the code and make it possible for 1-d datasets training.
Great thanks!!!
The text was updated successfully, but these errors were encountered:
I've got the same question.have you solved it? could you kindly explain the meaning of each dim in 4-D array(n_samples,n_features,seq_len,1)?e.g:My training set have 1000 samples(lines),each got 10 features(col).So my X_train.shape should be (1000,10,10,1)?
Hi,
currently, I am trying use this deep forest model to test the EEG signal for the sleep stage classification. However, the dataset is 1-d, not the 2-d like image. So, could you lend me a hand, how can I change the code and make it possible for 1-d datasets training.
Great thanks!!!
The text was updated successfully, but these errors were encountered: