lmoroney / dlaicourse

Notebooks for learning deep learning
5.66k stars 5.38k forks source link

Documentation Typo Fix #122

Open ChandlerTayek opened 4 years ago

ChandlerTayek commented 4 years ago

I noticed that the documentation seems a bit confusing and has a number 7 that doesn't need to be there.

Original: For the 9 (Ankle boot), the probability was in the 90's, i.e. the neural network is telling us that it's almost certainly a 7.

Suggested Fix: For the last value (9th index), the probability was in the 90's. i.e. the neural network is telling us that it's almost certainly an Ankle boot with a corresponding label 9. Another Fix: For the last value (9th index), the probability was in the 90's. i.e. the neural network is telling us that it's almost certainly an Ankle boot. Side note: I think it is important to emphasize the correlation between the index position and label