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.

Clever Algorithms [2009] [pdf]

3 pointsby wolfwyrdover 11 years ago

2 comments

tbirdzover 11 years ago
Wow this looks really cool. I have been flipping through the book for a little bit, and it seems to have pretty lucid descriptions of some of the more unusual algorithms, especially those based off of physical processes, such as search algorithms based off swarming ants and bees, jazz musicians finding harmony, metallurgy and even the human immune system to name a few! Have to admit I&#x27;m a sucker for this kind of stuff. Not only that but it has tons of pointers to other reference material for more advanced applications.<p>The algorithms themselves are presented both as pseudo-code and as a ruby implementation.<p>I can&#x27;t wait until I have some more free time to implement some of these algorithms and see how they compare against the techniques I would previously use.<p>Additionally, it seems this book is available off its own website: <a href="http://www.cleveralgorithms.com/" rel="nofollow">http:&#x2F;&#x2F;www.cleveralgorithms.com&#x2F;</a> and in fact it is under the Creative Commons license, and is up on github! The one on the website seems to be more recent than this version posted here.<p><a href="https://github.com/jbrownlee/CleverAlgorithmsMachineLearning" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;jbrownlee&#x2F;CleverAlgorithmsMachineLearning</a><p>While I have not yet implemented and tried out any of these algorithms listed in the book, it looks very interesting, and seems to have clear descriptions. I&#x27;d definitely recommend checking it out.
wolfwyrdover 11 years ago
After a hasty search it seems this has made it to the HN front page before. The comments are here: <a href="https://news.ycombinator.com/item?id=2141542" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=2141542</a>