开发者

Beginning AI programming [closed]

Closed. This question is off-topic. It is not currently accepting answers.

Want to improve this question? Update the question so it's on-topic for Stack Overflow.

Closed 11 years ago.

Improve this question

I am really interested in AI and want to start programming in this field.

What are the various areas withi开发者_如何学JAVAn AI? e.g. Neural Networks etc.

What book can be recommended for a beginner in AI and are there any preferred languages used in the field of AI?


Classical application areas of AI:

  • Robotics
  • Search
  • Natural Language Processing
  • Knowledge Representation / Expert Systems
  • Planning / Scheduling

Various algorithmic approaches:

  • Neural Networks
  • Evolutionary / Genetic Algorithms
  • Automatic Reasoning
  • Logic Programming
  • Probablilistic Approaches

Recommendable books:

  • Norvig, Russel: Artificial Intelligence - A Modern Approach
  • Norvig: Paradigms of Artificial Intelligence Programming (uses Lisp)
  • Bratko: Prolog Programming for Artificial Intelligence

Recommendable programming languages:

  • Prolog
  • Lisp
  • Java (many algorithms are discussed in Java nowadays)

There are also a number of interesting answers to this question (which sort of covers the same ground).

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜