What is Multi-Agent Systems?

Skill Level:

Multi-Agent Systems are AI systems where multiple autonomous agents interact and collaborate to accomplish a goal. These agents can be software programs, robots, or even humans. Multi-agent systems are used in diverse applications, including traffic management, supply chain optimisation, and social networks.

Other Definitions

Neuroevolution is a type of AI learning that combines neural networks and evolutionary algorithms. Neuroevolution algorithms evolve neural networks over generations, adapting them to…
Transfer Learning is a technique that allows AI models to apply knowledge gained from one task to another related task. By leveraging pre-trained models…
Sentiment Analysis is an AI technique that analyses emotions and opinions expressed in text data. Sentiment analysis can classify text as positive, negative, or…
Genetic Algorithms are optimisation techniques inspired by the principles of evolution. By mimicking natural selection, Genetic Algorithms explore a large search space and find…