MW detection defines a CNN model to detect mind wandering (MW).
V 1.0
Basic Dependencies:
- Use MW-Data-Selection repository to generate data samples.
- Store data samples in a folder.
- Create a CSV file including two columns: first colmn containing the name of each data sample and labels to define the claas to which each sample belongs.
Installation Steps:
- Download MW-Detection.py file
- Creat a new project and add the downloaded file to your project. Import the following packages to your project interpreter: torch, torchvision, pandas, numpy, csv, tensorflow, skorch, and sklearn.
- Excute the project.