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

Models for experiments #4

Open
snakers4 opened this issue May 15, 2019 · 1 comment
Open

Models for experiments #4

snakers4 opened this issue May 15, 2019 · 1 comment
Assignees

Comments

@snakers4
Copy link
Owner

snakers4 commented May 15, 2019

Models envisioned:

  • TCN / LSTM / GRU as sequential models;
  • Decided to abandon HLSTM, indie LSTM, transformer for various reasons;
  • Attention schemes:
    • Average pooling
    • Plain self-attention
    • Multi-head self-attention with multiple classification heads
  • Tokenization schemes
    • Dictionary (and / or BPE)
    • Embedding bag
    • Embedding bag with attention
    • CNN + char level
@snakers4 snakers4 self-assigned this May 15, 2019
snakers4 added a commit that referenced this issue May 15, 2019
snakers4 added a commit that referenced this issue May 15, 2019
@snakers4
Copy link
Owner Author

It seems that I have prepared all of the major models

snakers4 added a commit that referenced this issue May 16, 2019
snakers4 added a commit that referenced this issue May 16, 2019
- Add dataset class
- Minor fixes

[#4]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant