Skip to content
Snippets Groups Projects
Select Git revision
  • 3c9551c7f81fd8dceb52c91dcd250ac249fc5a15
  • master default protected
2 results

pattern-recognition-project

Results for our experimentation can be found in the folder: Results

Conv is the convolutional NN we implemented ourselves.

LSTMwithgrid is the LSTM we implemented ourselves.

Combination is a combination of a CNN and LSTM that we implemented ourselves.