deep learning - Keras Model Scoring -


i have built dl model sentiment classification using keras library , when predict scores of sentences using function model.predict() probability score. i'd know if need set .5 threshold in deciding binary class??

i learnt can use function

model.predict_classes(x)

to predict classes directly. surprisingly not find in official api reference. https://keras.io/models/model/


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -