backstopmedia / tensorflowbook

457 stars 296 forks source link

Chapter 4 errata #4

Closed polaris- closed 8 years ago

polaris- commented 8 years ago

I finished going over chapter 4 today and here's what I found. I also found some other stuff that I wasn't entirely sure about, so I'll make a note of it here and let someone else decide what to do:

samjabrahams commented 8 years ago

Thanks so much! In response to the other things:

-Softmax prediction: We may not change the percentage amount due to randomly initializing the weights, which may lead to slightly different results, though we'll probably tweak the code to explicitly turn off the skip_header_lines option just so that we're being precise in our strokes

-Softmax prediction: We may not change the percentage amount due to randomly initializing the weights, which may lead to slightly different results, though we'll probably tweak the code to explicitly turn off the skip_header_lines option just so that we're being precise in our strokes

We're going through the errata and making fixes to the book, and you should be able to download a newer version very soon. Thanks for your help!

polaris- commented 8 years ago

Thanks, looking forward to downloading the newer version whenever you guys get it prepared!

I'm currently half way through chapter 5 now and so far I haven't really found any real issues besides hyperlink-related stuff. I might submit an issue for those later since they're not so much errors in the print.