What Is Artificial Intelligence And Computational Intelligence?

1886 Words4 Pages

Abstract: The number of video games involving human computer interaction have increased significantly. When a user interacts with a machine through an interface, a feedback is generated which is either displayed as output or stored for further processing. Decision making by machines can involve large number of computations and simulations so that the computer's move is beneficent to its own game. This paper provides definitions of major areas of Artificial Intelligence and Computational Intelligence in gaming. Chess is an example of such a high level application of artificial and computational intelligence. Chess engines evaluate current position of the chess board and decide which the next best move is. Various approaches towards computing …show more content…

The main hurdle in beating a human mind is the nature to take dynamic decisions, spontaneous creativity in the moment, the ability to change strategy of the game etc. All such cases can’t be hard-coded into a program or even a machine. Hence, it’s necessary that the machine must think too. This part where a computer starts thinking is known as Artificial Intelligence. The decisions taken by any machine depends on certain conditions and calculations, this term is coined as Computational Intelligence. As there are number of problems that have to be addressed, each of them requires a major sub-domain. The sub-domains of CI and AI used in games are listed as follows …show more content…

The game of such player is controlled by an artificial mind, i.e. a system configured to do so.
Search and Planning: It is an important area when it comes to games like chess and checkers. Various search algorithms are used to search for an appropriate move. Planning algorithms have to be designed in a way to minimize play time and also reduce the use of future resources.
Artificial Neural Network (ANN): For a machine to think like a human mind, one must design a human mind for it. ANN represent the working of the brain in social beings. A system that consists of ‘neurons’ connected to each other that can share messages and data is known as ANN. The connections are weighted that are tuned according to experience, hence adding the ability to learn and remember. ANN’s are used when number of inputs is considerably large and unknown most of the times.
Software Agents: Software agents are human representation in the computer world. This means that they act and take decisions on behalf of humans. They are further categorized as intelligent agents, autonomous agents, multi-agent systems, distributed agents and mobile

Open Document