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.

Python implementation of algorithms from Russell & Norvig's Artificial Intelligence book

31 pointsby muriithiabout 17 years ago

3 comments

thoraxabout 17 years ago
Ah, the fond memories.<p>The professor I had for my AI course taught 100% via the Socratic method. It was one of the most challenging courses to prepare for because you had absolutely no idea just how deep you would personally be challenged to discuss for the next class. Really taught me how to be prepared thoroughly before an event.<p>Sadly, this caused us to go so in-depth into the material that we didn't get as far as I would have liked. But the course clearly helped ground me in ideas we explored more in later studies.<p>The good pseudocode in that book always struck me as fairly easy to reproduce in Python-- it's great to see some of that captured.
andreyfabout 17 years ago
Holy Dijkstra! That's some great practice :-P<p>Edit: not that Norvig needs it. How does he have the free time for this?
评论 #125932 未加载
ytersabout 17 years ago
Here's a page with a number of implementations: <a href="http://aima.cs.berkeley.edu/code.html" rel="nofollow">http://aima.cs.berkeley.edu/code.html</a>