Artificial Intelligence: Approaches, History, and Foundations
Artificial Intelligence (AI) represents one of the most transformative and disruptive fields within Computer Science. As the discipline continues to evolve, it plays a pivotal role in enabling machines to mimic cognitive functions like learning, reasoning, and problem-solving
1. Approaches to AI: Introduction and Applications
What is Artificial Intelligence?
Artificial Intelligence refers to the simulation of human intelligence in machines that are programmed to think, learn, and make decisions. These machines can perform tasks such as recognizing speech, interpreting images, solving complex problems, and even understanding natural language.
Symbolic vs. Sub-symbolic Approaches
There are several foundational approaches in AI. Understanding these helps in choosing the right technique for the right problem.
a) Symbolic AI (Good Old-Fashioned AI)
AI’s impact is vast and continually expanding. Key areas include:
2. History of AI: From Turing to Modern Day
Alan Turing – The Father of AI
Year |
Milestone |
1956 |
Term “Artificial Intelligence” coined at Dartmouth Conference. |
1966 |
ELIZA – First chatbot simulating conversation. |
1970s |
Development of expert systems like MYCIN (medical diagnosis). |
1980s |
Rise of machine learning and connectionist models (neural nets). |
1997 |
IBM’s Deep Blue defeats chess champion Garry Kasparov. |
2012 |
Deep Learning boom begins (ImageNet competition). |
2016 |
AlphaGo defeats Go world champion — huge leap in reinforcement learning. |
2020s |
Rise of transformer-based models like GPT and BERT. |
AI has gone through periods of hype and disillusionment, known as AI winters (e.g., 1974–1980, late 1980s), often due to over-promising and under-delivering. Each cycle, however, led to more robust theories and technologies.
3. Application Areas & Criteria for Success
Major Application Areas
Criteria for Success in AI Systems
A successful AI system typically:
For example, an AI fraud detection system in banking must not only detect fraud accurately but also adapt to new fraudulent patterns and explain decisions for audit purposes.
4. Characteristics of AI Problems
Understanding the nature of a problem helps in choosing the right AI strategy.
Important Characteristics:
Characteristic |
Description |
Fully vs. Partially Observable |
Is the system’s state fully known at each step? |
Deterministic vs. Stochastic |
Is the next state predictable? |
Static vs. Dynamic |
Does the environment change during decision-making? |
Discrete vs. Continuous |
Are variables countable or infinite? |
Episodic vs. Sequential |
Are actions independent or do they impact future decisions? |
For instance, a chess game is deterministic and fully observable, whereas autonomous driving is dynamic, partially observable, and stochastic.
5. Problem Representation in AI
The ability of an AI system to represent and solve problems is fundamental. Different problems require different representations.
a) State Space Representation
AI search algorithms like BFS, DFS, or A* are often used here.
b) Problem Reduction Representation
A set of rules (productions) in the form: IF <condition> THEN <action>
Working memory that stores current facts.
Control strategy to select which rule to apply.
What is an Agent?
An agent is an entity that perceives its environment through sensors and acts upon it through actuators. In AI, we aim to build intelligent agents that act rationally to achieve goals.
Type |
Description |
Simple Reflex Agent |
Reacts only to current input (no memory). |
Model-based Reflex Agent |
Has internal memory of past states. |
Goal-based Agent |
Uses goals to guide behavior. |
Utility-based Agent |
Chooses actions based on maximizing expected utility. |
Learning Agent |
Improves performance over time by learning. |
Example: A self-driving car is a complex utility-based, learning agent.
7. Intelligent Software Systems
What Are They?
These are software systems that incorporate AI to make intelligent decisions. Unlike traditional software, they:
Artificial Intelligence is a multidisciplinary field combining logic, learning, perception, and reasoning.
The various approaches to AI, including symbolic and sub-symbolic techniques.
A detailed introduction to intelligent agents and software systems built with AI.