Closed redouane-dziri closed 4 years ago
I would add to this to check for RNN models for that (if it does not require too much work)
I would add to this to check for RNN models for that (if it does not require too much work)
add it to the checklist!
Results are in the evalute_GLCM.ipynb
, the concatenated model is much better than the stacked one, especially on the track level
List of ideas to have better results than the paper's with a similar setting
[x] Normalize input into [0, 1] before feeding to the network
[x] Experiment with other similar neural network architectures. Ideas:
[x] Instead of majority voting to get the class of a track, sum up the softmax of each piece and take the max of that
[x] Train for less epochs