The task correctly classify samples in the multivariate time series format. In other words, since this is a classification problem, the objective is to correctly map the information contained in the features calculated over time to their labels.
You can download the dataset here
-
Time series shape: 2429x36x6
-
File format: .npy
-
Number of Classes: 12
-
Classes:
- "Wish"
- "Another"
- "Comfortably"
- "Money"
- "Breathe"
- "Time"
- "Brain"
- "Echoes"
- "Wearing"
- "Sorrow"
- "Hey"
- "Shine"
-
Ensure you have the required Python libraries installed, especially TensorFlow, Keras, and Keras Tuner.
-
Open the provided Python code in a compatible environment (e.g., Jupyter Notebook, Google Colab).
-
Run the code step by step, following the order described in the code.
For more details about the model you can read the report, where everyting is explained in detail.
This code is designed to address the time-seris classification task with the provided dataset for ANNDL course challenge here at polimi. My team have received 5.5 out of 5.5 points doing this challenge.