TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

31 点作者 muriithi大约 17 年前

3 条评论

thorax大约 17 年前
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.
andreyf大约 17 年前
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 未加载
yters大约 17 年前
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>