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

accuracy problem #76

Open
MS-MA opened this issue Apr 29, 2019 · 4 comments
Open

accuracy problem #76

MS-MA opened this issue Apr 29, 2019 · 4 comments

Comments

@MS-MA
Copy link

MS-MA commented Apr 29, 2019

hello Bartzi,sorry, I am bothering you again.
What is the role of train-accuracy and validation-accuracy when training a model with the fsns dataset? (a word or a picture of all words or other)

@Bartzi
Copy link
Owner

Bartzi commented Apr 29, 2019

train-accuracy is the accuracy of the model on the training set.
validation-accuracy is the accuracy of the model on the validation set.

@MS-MA
Copy link
Author

MS-MA commented Apr 29, 2019

I understand these. What I want to know is how the accuracy is calculated, that is, its calculation formula.

@MS-MA
Copy link
Author

MS-MA commented Apr 29, 2019

For example, this form of calculation formula, the number of correctly recognized words in the training set divided by the number of words included in the training set

@Bartzi
Copy link
Owner

Bartzi commented May 16, 2019

We use the standard calculation formula, number of correctly recognized words divided by the number of all words.

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

2 participants