by dataminer on 5/1/23, 12:18 AM with 36 comments
by kristopolous on 5/1/23, 5:29 AM
However! This book back-references its appendix with grey underlines thus signaling that something has a technical definition and is jargon.
For instance, "loss" is really common English. In ML it's a loss function. You can clearly see it's a special word in this world in the text. Other examples include weights, capacity and channel.
I don't have to sit there confused trying to guess which English words are being used in special ways.
This discipline is fantastic. In some texts, such terms might be italicized but that behavior has seem to fallen out of practice.
As someone who isn't a professional mathematician, hints like these help greatly.
by abricq on 5/1/23, 5:50 AM
The course was focusing on all of the mathematical aspects of Deep Learning, starting from the simple understanding of the gradient descent algorithm to (trying to) understand how transformers work. There was also quite a lot of computer science involved and lots of practical assignments. One of the 2 projects of this course was to design from scratch in Python or C++ a DNN framework (roughly an API like pytorch or tensorflow) which required to really think properly about which architecture to use for your code. The minimum requirements only asked to implements a few activation, normal layers and convolutional layers but you go beyond that and implements all kind of layers. Lots of fun. This course remains as one of my favorite courses.
by ksd482 on 5/1/23, 2:33 AM
Go ahead and open it in your phone. You'll be delighted to read it.
Question for HN: how can I convert my existing PDFs and eBooks that I can easily read from my phone?
For e.g., I have a lot of Math textbooks in PDF format and I would like to convert them into a format similar to this deep learning book. How can I go about doing that?
by stevesimmons on 5/1/23, 6:54 AM
by abhayhegde on 5/1/23, 3:16 AM
Edit: I found the style templates on author's webpage [1].
[1]: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=littlebook.g...
by przem8k on 5/1/23, 9:28 AM
"The current period of progress in artificial intelligence was triggered when Krizhevsky et al.[2012] showed that an artificial neural network (..) could beat complex state-of-the-art image recognition methods by a huge margin (..)"
by DeusCodex on 5/1/23, 5:18 AM
Thanks for sharing
by sreeramvenkat on 5/1/23, 10:16 AM
by sidcool on 5/1/23, 8:10 AM
by totetsu on 5/1/23, 3:12 AM