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

How to improve precision by this model? #84

Open
fanghuafan opened this issue Apr 18, 2019 · 0 comments
Open

How to improve precision by this model? #84

fanghuafan opened this issue Apr 18, 2019 · 0 comments

Comments

@fanghuafan
Copy link

Hello, @guillaumegenthial

I want to improve the precision as much as possible without paying too much attention to recall rate.
So, how to adjust these parameters?

    # training
    train_embeddings = False
    nepochs          = 15
    dropout          = 0.5
    batch_size       = 20
    lr_method        = "adam"
    lr               = 0.001
    lr_decay         = 0.9
    clip             = -1 # if negative, no clipping
    nepoch_no_imprv  = 3

Thanks...

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