Found in 3 comments on Hacker News
guiambros · 2019-10-13 · Original thread
I had the same problem with "The Hundred-Page Machine Learning Book" [1]; the default (cheaper by a few pennies) option via Amazon Prime was sold by a 3rd party selling counterfeit copies.

I purchased another copy from Amazon directly to compare, and you could clearly see the difference in the quality of the printing, colors, cover page. Also some pages were different, so it seems the counterfeit used an earlier draft of the 1st edition.

I spoke with the author, and eventually they got the 3rd party seller suspended (at least from selling new copies), but apparently it took a couple of weeks of back-and-forth.

[1] https://www.amazon.com/Hundred-Page-Machine-Learning-Book/dp...

losvedir · 2019-03-02 · Original thread
Hmm, so I'm reading The Hundred Page Machine Learning Book [0] which gives an overview of the field, and one of the sections is on convolutional neural networks, and it was very crisp and clear (like the whole book, really; highly recommended). I understand since it's a brief summary it's probably eliding stuff, but it's so much shorter and more understandable than this blog post that it makes me wonder if it's really eliding a lot of crucial stuff, or if this post is just... not clear.

In the book, it walks you through the convolution of an input matrix with a smaller filter matrix. You start with lining up the smaller matrix in the top left corner of the input matrix, and you multiply each overlapping square together and add them all up. That's the value of the top left element of the result (the result is a matrix). Then you slide the filter to the right, repeat the calculation, and that's the value one to the right in the result matrix. You repeat, panning and scanning across the input matrix and in this fashion fill in the the whole result matrix.

I thought I had it, but this blog post just confused things. I do remember learning about convolutions back in undergrad and being confused then, too, so that sounds about right. When I read the ML handbook, I had a "wait, is that it?" thought and was confused why I was confused back in the day. But I guess that's just one particular way of doing it, or one use case or something.

[0] https://www.amazon.com/Hundred-Page-Machine-Learning-Book/dp...

dwrodri · 2019-02-23 · Original thread
I did bot have a good experience with Goodfellow’s Deep Learning Book. It’s much more written for the scholar than the practitioner. Furthermore, a couple relatively important methods (Transformer Layers, Causal convolutions, etc.) aren’t given proper treatment because the field was still moving fast at the time of publishing.

A much better investment would be the One Hundred Page Machine Learning Book. It’s written with practitioners in mind. Link here: https://www.amazon.com/Hundred-Page-Machine-Learning-Book/dp...:

Fresh book recommendations delivered straight to your inbox every Thursday.