Live data from Hacker News

Ask HN: What are the best textbooks in your field of expertise?

news.ycombinator.com

41–50 of 281 posts

Re: Ask HN: What are the best textbooks in your field of expertise?

#42

Game Engine Architecture by Jason Gregory It's like a collection of all the game programming stuff they didn't teach me at school, nor at my non-game jobs. Whether you're writing an engine or just using one, I consider this book absolutely vital.

It looks like there are several versions of this book. Would you recommend the 3rd edition of this book, or could I get away with an older one and buy it used?

Re: Ask HN: What are the best textbooks in your field of expertise?

#45
On deep learning and neural networks space: http://www.aioptify.com/top-deep-learning-and-neural-network...

On Machine Learning area: http://www.aioptify.com/topmldmbooks.php

On modern software engineering and development: http://www.aioptify.com/top-software-books.php

On Python programming topic: http://www.aioptify.com/top-python-programming-books.php

Re: Ask HN: What are the best textbooks in your field of expertise?

#47
post #8

Image Processing: "Digital Image Processing", Gonzalez and Woods. Comprehensive coverage of principles, well written, practical w/ useful examples yet well grounded in signal processing and engineering principles. Complemented nicely by a version of the book rich in examples solved in MATLAB (co-author Steve Eddins).

By chance, do you know a good book for audio signal processing?

Re: Ask HN: What are the best textbooks in your field of expertise?

#49

In functional programming: [0] The Structure and Interpretation of Computer Programs [1] The_Little_Schemer [2] Programming in Haskell - Graham Hutton [3] Types and Programming Languages-Benjamin C. Pierce --- PDFS [0]( https://github.com/allenleein/brains/blob/master/Zen-of-Func... ) [1]( https://github.com/allenleein/brains/blob/master/Zen-of-Func... ) [2]( https://github.com/allenleein/brains/blob/master/Zen-of-Fu…

I would also add "ML for the working programmer", which is, perhaps surprisingly, more about functional programming than the particularities of ML. In any case, it is a great book.
Post reply on HN