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

Make rnn (or other) model to beat naïve bayes baseline #37

Open
marksverdhei opened this issue Mar 17, 2021 · 1 comment
Open

Make rnn (or other) model to beat naïve bayes baseline #37

marksverdhei opened this issue Mar 17, 2021 · 1 comment
Assignees
Labels
approved Suggestion approved enhancement New feature or request
Projects

Comments

@marksverdhei
Copy link
Collaborator

Turned out that the naive bayes model is still better than the rnn. This is unacceptable, and therefore we must tune hyperparameters and experiment so that it can outperform the baseline

@marksverdhei marksverdhei added enhancement New feature or request backend approved Suggestion approved labels Mar 17, 2021
@marksverdhei
Copy link
Collaborator Author

Some approaches to upgrade or replace our current neural model:

  • Use pre-trained static embeddings
    • Word2vec
    • FastText
    • Glove
  • Use contextual embeddings
    • NorElmo
    • NorBert

Or simple replace the rnn with a classification layer on the contextual models.
Apart from that, tune hyperparams using the new conf setup

@LBlend LBlend removed the backend label Dec 12, 2021
@LBlend LBlend added this to Up for approval in Website via automation Mar 13, 2022
@LBlend LBlend moved this from Up for approval to To do in Website Mar 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Suggestion approved enhancement New feature or request
Projects
Website
  
To do
Development

No branches or pull requests

2 participants