-
Notifications
You must be signed in to change notification settings - Fork 9
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
Switch to multi-class classifier #30
Comments
Progress made. Bad prediction results cause an exception in AUC computation:
I will let it run over night on the big set. |
Results are better on the bigger set:
|
I realized that ROC AUC metric will not work with this approach. Switching to RMS of overall QA allows the script to run to completion. Epoch 4 produced highest RMS error:
Here is the last epoch:
|
Results are noticeably better after first pass at adjusting hyper-parameters:
This 10-class validation corresponds to binary confusion matrix:
which is slightly better than previous result:
|
After some tuning, it was clear that the results on the small set ( Best epoch on
Best epoch on
Old results (binary confusion matrices with binary classification approach):
New results converted into binary confusion matrices:
The result for small set is infinitely worse than before, the results for the large set are slightly better. |
5-fold cross validation with the new approach:
|
Do not predict just good/bad classes. Predict each artifact separately, and do regression to SNR, CNR and overall QA numbers. Regressions could be categorical (categories 0, 1, ..., 10).
#23 should probably be done before this.
The text was updated successfully, but these errors were encountered: