lmoroney / dlaicourse

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

Update explanation in Course 1 - Part 4 - Lesson 2 Exercise 1 #13

Closed hongbo-miao closed 5 years ago

hongbo-miao commented 5 years ago

Fix https://github.com/lmoroney/dlaicourse/issues/12

lmoroney commented 5 years ago

The GitHub tooling makes it near imposible to resolve conflicts, so I can't see what your changes are.

Can you drop a note here, and I'll change the original file instead?

hongbo-miao commented 5 years ago

I know, it is terrible. This is for https://github.com/lmoroney/dlaicourse/issues/12.

For Course 1 - Part 4 - Lesson 2 Exercise 1:

I changed

For the 7, the probability was .999+, i.e. the neural network is telling us that it's almost certainly a 7.

to

For the 9, the probability was .999+, i.e. the neural network is telling us that it's almost certainly a 9.

But since you mentioned there, I think this can be closed.