Final Project for EEL5825 in Fall 2021 by Mykola Maslych and Mostafa Aldilati
kNN, MLP, GRU, LSTM and CNN
- KNN Approach
- Multilayer Perceptron
- Gater Recurrent Units
- Long Short Term Memory
- Convolutional Neural Network
We were not sure if we can upload the original data, so follow these steps to download it.
- Download XML files from here under Unistroke gesture logs
- Unzip xml.zip
- Delete the pilot user (s01)
- Run convert.py to convert the XML to our format
kNN, GRU and LSTM approaches will work now - Run all cells in fully_connected_data_preparation.ipynb
MLP approach will work now - Run all cells in dataset_to_bitmap.ipynb
- Run all cells in generate_dataset_images.ipynb
CNN approach will work now