jiesutd / NCRFpp

NCRF++, a Neural Sequence Labeling Toolkit. Easy use to any sequence labeling tasks (e.g. NER, POS, Segmentation). It includes character LSTM/CNN, word LSTM/CNN and softmax/CRF components.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Model Architecture Question?

RJain12 opened this issue · comments

Hello there!

This research is fascinating. I was wondering what layers were used in the architecture of your model. I see that there are biLSTM layers and a dropout layer: are there any other layers? I am specifically interested in the adam optimizer's layers.

Thanks!