Does ai count as CS? If so, I'd like to nominate the Deep Learning Book
Ask HN: What's the best computer science book you've read recently?
11–20 of 201 posts
Re: Ask HN: What's the best computer science book you've read recently?
#12Definitely recommended.
Re: Ask HN: What's the best computer science book you've read recently?
#13A New Science - Wolfram Maybe stretching outside the typical, but I have a weakness for cellular automata. Also, I've vowed never to buy another Oriely book or similar book ever. Online docs are free and stay up to date.
The book is basically a scam and panned. He talks about automata like it was new and he invented it. I strongly suggest you read the Amazon reviews.
Re: Ask HN: What's the best computer science book you've read recently?
#14Re: Ask HN: What's the best computer science book you've read recently?
#15A New Science - Wolfram Maybe stretching outside the typical, but I have a weakness for cellular automata. Also, I've vowed never to buy another Oriely book or similar book ever. Online docs are free and stay up to date.
The book is basically a scam and panned. He talks about automata like it was new and he invented it. I strongly suggest you read the Amazon reviews.
At least he doesn't have his head up his ass the may Mandelbrot did.
And on top of it all he generated a great deal of original work.
Re: Ask HN: What's the best computer science book you've read recently?
#16[1] https://www.amazon.com/Code-Language-Computer-Hardware-Softw...
Re: Ask HN: What's the best computer science book you've read recently?
#17Earlier quoted context omitted.
The book is basically a scam and panned. He talks about automata like it was new and he invented it. I strongly suggest you read the Amazon reviews.
On the plus side it is full of pretty pictures, has a massive number of pages which can be used to press leaves or flowers, heat in the winter and a door stop in the summer to encourage airflow. There really isn't a bad quality about this book. Oh, and super cheap on the used market.
Re: Ask HN: What's the best computer science book you've read recently?
#18Re: Ask HN: What's the best computer science book you've read recently?
#19I used it to supplement my prescribed compiler construction textbook and it's incredibly useful! Also surprisingly easy to read compared to some texts with a very math-heavy approach.
Re: Ask HN: What's the best computer science book you've read recently?
#20Each section contains a story of some situation he was in where he faced a problem which he solved by applying one of various algo techniques (DP, divide and conquer, etc.). After reading CLRS for a class, it was nice to see how some of the most common textbook algorithms have been applied by a notable computer scientist.