Page 1 of 1

The following shows the outputs of ANNs when we pass three images containing digits 1,2, and 3 Image containing digit 1

Posted: Fri May 20, 2022 11:10 am
by answerhappygod
The following shows the outputs of ANNs when we pass three
images containing digits 1,2, and 3
Image containing digit 1
Output: {0, 0.9, 0, 0, 0, 0, 0, 0.1, 0, 0}
Image containing digit 2
Output: {0, 0, 0.9, 0.1, 0, 0, 0, 0, 0, 0}
Image containing digit 3
Output: {0, 0, 0, 0.9, 0, 0, 0, 0, 0.1, 0}
Compute the cost function