Skip to content

Instantly share code, notes, and snippets.

@kittinan
Last active April 6, 2018 00:52
Show Gist options
  • Save kittinan/eb2cf4e5bbf174d8195a497f1a7cc4ca to your computer and use it in GitHub Desktop.
Save kittinan/eb2cf4e5bbf174d8195a497f1a7cc4ca to your computer and use it in GitHub Desktop.
Deepcut JS score
Model: lite_model_v1.h5 (Dense 100)
f1score: 0.979600348056747
precision: 0.9749029122509861
recall: 0.9843432709344426
Model: lite_model_v1_1.h5 (Dense 100)
f1score: 0.9807887916860532
precision: 0.9759241434331015
recall: 0.9857021801093907
Model: lite_model_v2.h5 (Dense 200, Dropout 0.5)
f1score: 0.9769029079083724
precision: 0.9650240218391288
recall: 0.9890778830598567
Model: lite_model_v2_1.h5 (Dense 200, Dropout 0.5)
f1score: 0.9774692274315467
precision: 0.966019680418886
recall: 0.9891934365611278
Model: lite_model_v3.h5 (Dense 128, Dropout 0.2, Dense 64)
f1score: 0.9803295989361086
precision: 0.9704783788925089
recall: 0.0.9903828672675449
Model: lite_model_v4.h5 (Dense 100, Dropout 0.2)
f1score: 0.9768260840082074
precision: 0.9662489806562087
recall: 0.9876373160773438
Model: lite_model_v5.h5 (LSTM 21)
f1score: 0.937116028170421
precision: 0.907807677253209
recall: 0.9683799399121793
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment