LBlend / mann-eller-kvinne

🤵 En nettside som bruker maskinlæring til å gjette om du er mann eller kvinne basert på hva du skriver 💃
https://mannellerkvinne.lblend.moe
GNU General Public License v3.0
1 stars 0 forks source link

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

Open marksverdhei opened 3 years ago

marksverdhei commented 3 years ago

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 commented 2 years ago

Some approaches to upgrade or replace our current neural model:

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