udacity / robotics-beta-test-issues

1 stars 0 forks source link

Introduction to Neural Networks - Cross Entropy 2[Correction] #780

Open AlankruthaChandra opened 6 years ago

AlankruthaChandra commented 6 years ago

Numbers at bottom right corner of the video 2 [5:18] are not correct. They should be

CE[(1,1,0),(0.8,0.7,0.9)] = 0.69 CE[(0,0,1),(0.2,0.3,0.1)] = 5.12

instead of

CE[(1,1,0),(0.8,0.7,0.1)] = 0.69 CE[(0,0,1),(0.8,0.7,0.1)] = 5.12