Beginning AI programming [closed]

大城市里の小女人 提交于 2019-12-03 06:00:38

问题


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

What are the various areas within 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?


回答1:


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).



来源:https://stackoverflow.com/questions/5927339/beginning-ai-programming

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!