The initial preview is a little disappointing because it feels like it does a great job displaying the pedagogical style but not enough to demonstrate the pedagogical value (i.e. whether this resource actually does a good job teaching a complex topic). Given the wealth of information and the problem of appraising it all, I don't think it helps this book that it costs $55 and requires the reader to learn an esoteric l…
The great thing about Scheme is that you can learn it in less than 10 minutes and focus on the ideas.
The Little Learner: A Straight Line to Deep Learning
31–40 of 102 posts
Re: The Little Learner: A Straight Line to Deep Learning
#32The initial preview is a little disappointing because it feels like it does a great job displaying the pedagogical style but not enough to demonstrate the pedagogical value (i.e. whether this resource actually does a good job teaching a complex topic). Given the wealth of information and the problem of appraising it all, I don't think it helps this book that it costs $55 and requires the reader to learn an esoteric l…
This is exactly the concern I had when I saw what it was. I'll definitely keep my eye on it and read the reviews.
Re: The Little Learner: A Straight Line to Deep Learning
#33Why is this book so special, could someone enlighten me?
this series of books has an unusual pedagogical style, with a big "bang for the buck" in terms of building up complex systems from basic steps there is zero fluff, almost zero narration the books are basically just input output pairs of "now do this, and now that happens" they are basically a sort of brain data dump for people who can think with computer code
Re: The Little Learner: A Straight Line to Deep Learning
#34Nothing little about a 450 page book, but still... I have to buy it.
Re: The Little Learner: A Straight Line to Deep Learning
#35Re: The Little Learner: A Straight Line to Deep Learning
#36Earlier quoted context omitted.
The great thing about Scheme is that you can learn it in less than 10 minutes and focus on the ideas.
Sure - but I think that's the least important part of my comment. The preview is basically just an intro to Scheme. I would rather be able to see how well the book covers interesting ideas about deep learning. While the jury is still out, my personal skepticism is that this is a really beautiful passion project that looks great on bookshelves, but that any serious learner would be better served dedicating their time…
> Maybe, maybe not. But even if you use a machine learning toolkit like TensorFlow or PyTorch, what you will take away from this book is an appreciation for how the fundamentals work.
Re: The Little Learner: A Straight Line to Deep Learning
#37No way. Does it use Scheme? EDIT: Half Life 3 confirmed: "Presents key ideas of machine learning using a small, manageable subset of the Scheme language"
Re: The Little Learner: A Straight Line to Deep Learning
#38Earlier quoted context omitted.
Books in the little series are all about "learning by doing", and teach using the Socratic method (question/answer). Each concept is introduced with small problems that build upon each other. You are forced to get your hands dirty from the beginning, passive learning is not really an option. For most people, I think this helps facilitate a much deeper understanding than just reading a text. I always had trouble with…
ok cool! thanks for explaining. do you think a beginner in the world of AI and programming would benefit from this DL book as well?
If you have never used lisp, you need to be patient with the notation and resist the urge to balk at what is unfamiliar. I remember grumbling quite a bit when I first went through TLS, but that phase was over pretty quickly and within days I had no trouble following the code.
Are there better ways to introduce deep learning and neural networks? Maybe.. but I like "little" books and there is no better way to learn something than by building it yourself. For that reason alone I'd recommend the book sight unseen (but with the knowledge of prior little books). I do think choosing what is likely an unfamiliar language for most may be somewhat of an impediment for an already challenging topic, but scheme is a simple language and allows the author to focus on the ML concepts.
I'm highly confident you'll learn a lot, if you put in the work. For DL as a separate topic, the best resources I've found are:
- 3 blue 1 brown Neural Net playlist
- Karpathy's "The spelled-out intro to neural networks and backpropagation"Re: The Little Learner: A Straight Line to Deep Learning
#39Re: The Little Learner: A Straight Line to Deep Learning
#40No way. Does it use Scheme? EDIT: Half Life 3 confirmed: "Presents key ideas of machine learning using a small, manageable subset of the Scheme language"
Have not tries this one (yet) but Racket/base is fine for the previous books.