bst-mug / n2c2

Support code for participation at the 2018 n2c2 Shared-Task Track 1
https://n2c2.dbmi.hms.harvard.edu
Apache License 2.0
6 stars 4 forks source link

BLSTM + BioWordVec #107

Open michelole opened 5 years ago

michelole commented 5 years ago

We need a common ground to compare LSTM with BioWordVec embeddings and Arnold's strategy with character trigrams. Either:

I suggest the second.

michelole commented 5 years ago

A quick-and-dirty approach for the second was tried before on https://github.com/michelole/n2c2/tree/issue-107, but led to Invalid shape: Requested INDArray shape [1, 0, 1750] contains dimension size values < 1 (all dimensions must be 1 or more).

Maybe we should try now the first (#110) and completely drop Bi-LTSM approach, because it is too complex.

michelole commented 5 years ago

We decided to drop BLSTM method, so removing P0.