The initial question of artificial intelligence

I want to dive into the topic of AI. I am particularly interested in multi-agent systems. What resources, books, etc. Can you recommend for a start, right from the start? If that matters, I'm a .NET developer.

+3
source share
4 answers

This is the book I used at Uni:

Artificial Intelligence: A Modern Approach (International Edition)

I found it great and easy to understand.

+4
source

You can check out my free Multiagent Systems tutorial .

+5
source

Two other books for anyone who comes across this issue:

The fundamentals of metaheuristics covers many generally accepted approaches in modern artificial intelligence.

and

Swarm Intelligence: Natural to Artificial Systems are a bit dated, but they are good basics of nature-acclaimed swarm techniques.

0
source

All Articles