-
Notifications
You must be signed in to change notification settings - Fork 3
Multiple Output
Arash Akbarinia edited this page Mar 21, 2019
·
3 revisions
Defined a secondary output with following probability distribution as ground truth:
airplane | automobile | bird | cat | deer | dog | frog | horse | ship | truck | |
---|---|---|---|---|---|---|---|---|---|---|
airplane | 0.5 | 0.20 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.1 | 0.20 |
automobile | 0.1 | 0.50 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.0 | 0.40 |
bird | 0.0 | 0.00 | 0.75 | 0.05 | 0.05 | 0.05 | 0.05 | 0.05 | 0.0 | 0.00 |
cat | 0.0 | 0.00 | 0.00 | 0.60 | 0.05 | 0.30 | 0.00 | 0.05 | 0.0 | 0.00 |
deer | 0.0 | 0.00 | 0.00 | 0.05 | 0.60 | 0.05 | 0.00 | 0.30 | 0.0 | 0.00 |
dog | 0.0 | 0.00 | 0.00 | 0.30 | 0.05 | 0.60 | 0.00 | 0.05 | 0.0 | 0.00 |
frog | 0.0 | 0.00 | 0.05 | 0.05 | 0.05 | 0.05 | 0.75 | 0.05 | 0.0 | 0.00 |
horse | 0.0 | 0.00 | 0.00 | 0.05 | 0.30 | 0.05 | 0.00 | 0.60 | 0.0 | 0.00 |
ship | 0.2 | 0.05 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.7 | 0.05 |
truck | 0.1 | 0.40 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.0 | 0.50 |
Trained 9 networks.