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?
What book can be recommended for a beginner in AI and are there any preferred languages used in the field of AI?
Best
Expert
Classical application areas of AI:
- Robotics
- Search
- Natural Language Processing
- Knowledge Representation / Expert Systems
- Planning / Scheduling
- Neural Networks
- Evolutionary / Genetic Algorithms
- Automatic Reasoning
- Logic Programming
- Probablilistic Approaches
- Norvig, Russel: Artificial Intelligence - A Modern Approach
- Norvig: Paradigms of Artificial Intelligence Programming (uses Lisp)
- Bratko: Prolog Programming for Artificial Intelligence
- Prolog
- Lisp
- Java (many algorithms are discussed in Java nowadays)