Skip to content

Introduction to AI

Artificial Intelligence is composed of two words Artificial and Intelligence, where Artificial means “man-made” and Intelligence means “thinking power.” Hence, Artificial Intelligence refers to man-made thinking power.

AI can be defined as: “It is a branch of computer science that creates intelligent machines capable of behaving like humans, thinking like humans, act like humans, and making decisions.”

Unlike traditional programming, where every step is pre-defined, AI allows machines to use algorithms that enable them to work with their own intelligence. This ability to learn and adapt is what makes AI powerful.

The concept of AI is not entirely new. Historical records and Greek myths describe “mechanical men” who could act like humans. This shows that the dream of creating intelligent machines has existed for centuries.


The formal history of AI began in the 1950s. In 1950, Alan Turing introduced the idea of the Turing Test, a method to evaluate whether a machine can exhibit human-like intelligence. In 1956, the Dartmouth Conference officially coined the term “Artificial Intelligence,” marking the birth of AI as a scientific discipline.

Over the years, AI progressed through different phases:

  • 1960s–70s: Development of early programs such as ELIZA (chatbot) and Shakey (robot).
  • 1980s: Growth of expert systems, for example MYCIN in medical diagnosis.
  • 1997: IBM’s Deep Blue defeated world chess champion Garry Kasparov.
  • 2000s–Present: Rise of machine learning, deep learning, and big data, leading to applications like self-driving cars, voice assistants, and advanced healthcare systems.

AI programming requires specific languages, libraries, and platforms:

  • Languages: Python, Java, Lisp, Prolog, C++.
  • Libraries/Frameworks: TensorFlow, PyTorch, scikit-learn, OpenCV.
  • Development Platforms: Jupyter Notebook, Google Colab, VS Code.
  • Deployment Tools: Docker, GitHub, cloud platforms (AWS, Azure, GCP).

These tools help in building AI systems that can learn from data and make intelligent decisions rather than relying only on fixed instructions.


Cognitive Science and the Problem of Perception

Section titled “Cognitive Science and the Problem of Perception”

AI is closely related to cognitive science, the study of how humans think, learn, and perceive. Cognitive science combines psychology, neuroscience, and computer science to inspire machine intelligence.

A major challenge in AI is the problem of perception. Humans can easily recognize objects, faces, and voices even in noisy or unclear conditions. Machines, however, find this difficult because perception involves interpreting complex, variable information.

To overcome this, AI systems use sensors and algorithms such as convolutional neural networks (CNNs) for vision and natural language processing (NLP) for speech and text. For example, a self-driving car must correctly detect pedestrians and traffic lights under different weather conditions.


AI has wide-ranging applications in modern society:

  • Healthcare: Medical diagnosis, robotic surgery, drug discovery.
  • Transportation: Self-driving cars, route optimization, traffic prediction.
  • Finance: Fraud detection, algorithmic trading, personalized banking.
  • Education: Smart tutors, exam monitoring, plagiarism detection.
  • E-commerce: Personalized product recommendations.
  • Daily Life: Digital assistants (Siri, Google Assistant), chatbots, smart homes.

These applications demonstrate how AI is transforming industries and daily activities, improving efficiency, safety, and decision-making.


  • AI = making machines think and act like humans.
  • It has a rich history, strong toolset, and deep connection with cognitive science.
  • Main challenge → perception.
  • Applications are everywhere: from healthcare to Netflix.