Overview of Programming Languages and Platforms for Artificial Intelligence
Artificial Intelligence is often introduced through algorithms (search methods, learning models, neural networks, and reasoning systems). However, algorithms alone do not build intelligent machines. An algorithm written in a textbook does not solve problems until it is implemented in a programming language and executed on a computing system. “An AI algorithm on paper becomes intelligence in action only when it is translated into code.” In this tutorial, we explore the programming languages most commonly used in Artificial Intelligence, the platforms…