TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

The Little Book of Deep Learning [pdf]

521 pointsby dataminerabout 2 years ago

10 comments

kristopolousabout 2 years ago
Usually I&#x27;m a harsh critic of text like this because casual language and what look like casual words but are actually strictly defined domain specific technical definitions are utterly indistinguishable.<p>However! This book back-references its appendix with grey underlines thus signaling that something has a technical definition and is jargon.<p>For instance, &quot;loss&quot; is really common English. In ML it&#x27;s a loss function. You can clearly see it&#x27;s a special word in this world in the text. Other examples include weights, capacity and channel.<p>I don&#x27;t have to sit there confused trying to guess which English words are being used in special ways.<p>This discipline is fantastic. In some texts, such terms might be italicized but that behavior has seem to fallen out of practice.<p>As someone who isn&#x27;t a professional mathematician, hints like these help greatly.
评论 #35770109 未加载
评论 #35770503 未加载
abricqabout 2 years ago
I had a course named `Deep Learning` by François Fleure at EPFL, and he is a really an amazing professor, able to share his passion alongside explaining very advanced topics. It does not surprise me to see that his books are of very high quality !<p>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.
评论 #35770415 未加载
ksd482about 2 years ago
By &quot;little&quot; I thought it would be brief, which I think it sort of is. But what it really means by little is that it is optimized for little screens such as a smartphone.<p>Go ahead and open it in your phone. You&#x27;ll be delighted to read it.<p>Question for HN: how can I convert my existing PDFs and eBooks that I can easily read from my phone?<p>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?
评论 #35768799 未加载
评论 #35770164 未加载
评论 #35768738 未加载
评论 #35769333 未加载
stevesimmonsabout 2 years ago
His website also has a version for printing out on 36 sheets of paper and folding into a real book:<p><a href="https:&#x2F;&#x2F;fleuret.org&#x2F;public&#x2F;lbdl-a5-booklet.pdf" rel="nofollow">https:&#x2F;&#x2F;fleuret.org&#x2F;public&#x2F;lbdl-a5-booklet.pdf</a>
abhayhegdeabout 2 years ago
What a neat little book! I suppose this was typeset in TeX. How did they optimize for smaller width though?<p>Edit: I found the style templates on author&#x27;s webpage [1].<p>[1]: <a href="https:&#x2F;&#x2F;fleuret.org&#x2F;cgi-bin&#x2F;gitweb&#x2F;gitweb.cgi?p=littlebook.git;a=summary" rel="nofollow">https:&#x2F;&#x2F;fleuret.org&#x2F;cgi-bin&#x2F;gitweb&#x2F;gitweb.cgi?p=littlebook.g...</a>
评论 #35769325 未加载
评论 #35775028 未加载
przem8kabout 2 years ago
Great writing! I love how this book gets to the point right from the start, answering one of my questions about deep learning (how did this start?) in the very first sentence:<p>&quot;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 (..)&quot;
DeusCodexabout 2 years ago
This is such a amazing little book. I love it, AI is hard for me to understand but this book makes it very easy to grasp some of the concepts.<p>Thanks for sharing
评论 #35770805 未加载
评论 #35769841 未加载
sreeramvenkatabout 2 years ago
Any recommendations for a set of hands on exercises that go well with this book ?
评论 #35771853 未加载
sidcoolabout 2 years ago
For my level of knowledge, this is a bit advanced book. Anything more basic?
评论 #35772075 未加载
totetsuabout 2 years ago
Careful not to swallow this.