micaris / BCI-Classification

Implementing SVM, KNN and LSTM for motor-imagery classification of a 3 channel EEG signal.
6 stars 0 forks source link

What is x_train and y_train? #1

Open manvirvirk opened 3 years ago

micaris commented 3 years ago

x_train is the input training set y_train is the output training set

The model tries to predict y_train during training while y_train is the actual output used by the model as a reference to measure its error

manvirvirk commented 3 years ago

Thanks for the revert! I have a doubt while running this code. How to select x_train and y_train in BCI data?