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
The following shows the outputs of ANNs when we pass three images containing digits 1,2, and 3 Image containing digit 1
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am