Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Software engineering: Decouple DBLSTM class #6

Closed
guilhermevarela opened this issue Sep 4, 2018 · 0 comments
Closed

Software engineering: Decouple DBLSTM class #6

guilhermevarela opened this issue Sep 4, 2018 · 0 comments

Comments

@guilhermevarela
Copy link
Owner

Decouple DBLSTM using the composition design pattern, some associated tasks:

  • gather word embeddings
  • propagate the features thru stacked LSTM layers --> interleaving LSTM*? GRU? BILSTM?
  • make the last prediction --> CRF*? SOFTMAX? A*?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant