These study notes cover the fundamental pillars of Artificial Intelligence, from its historical roots to modern ethical dilemmas.
1. Defining Artificial Intelligence (AI)
At its core, AI is the theory and development of computer systems capable of performing tasks that historically required human intelligence, such as reasoning, decision-making, and pattern recognition.
The “Russian Doll” Relationship
It is helpful to visualize AI as three nested layers:
* Artificial Intelligence: The broad field of creating “smart” machines.
* Machine Learning (ML): A subset of AI where systems “learn” from data rather than following rigid, hand-coded instructions.
* Deep Learning (DL): A subset of ML that uses Neural Networks (inspired by the human brain) to solve highly complex tasks like facial recognition and language translation.
2. Key Milestones in AI History
AI isn’t new; it has evolved over decades:
* **1950 (The Turing Test): Alan Turing proposed “The Imitation Game” to judge if a machine can think like a human.
* 1956 (Dartmouth Workshop): The term “Artificial Intelligence” was officially coined by John McCarthy.
* 1997 (Deep Blue): IBMs Deep Blue defeated world chess champion Garry Kasparov, a major symbolic win for AI.
* 2010sPresent (The Big Data Era): The explosion of internet data and GPU power led to the rise of modern Deep Learning and Large Language Models (LLMs).
3. Types of AI Learning
How do machines actually “learn”? There are three primary methods:
| Type | Process | Example |
|—|—|—|
| Supervised Learning | Learning from “labeled” data (input + answer). | Email spam filters. |
| Unsupervised Learning | Finding hidden patterns in “unlabeled” data. | Grouping customers by shopping habits. |
| Reinforcement Learning | Learning through trial and error via rewards. | AI playing video games or training robots. |
4. Modern Core Concepts
* Neural Networks: Computational models composed of layers of “nodes” (neurons) that process data in stages.
* Natural Language Processing (NLP): Technology that allows machines to understand, interpret, and generate human language (e.g., ChatGPT).
* Computer Vision: Enabling machines to “see” and identify objects in images or videos (e.g., self-driving cars).
* Generative AI: A type of AI that can create new content, including text, images, and audio, based on its training data.
5. Ethics & Responsible AI
As AI becomes more integrated into society, these ethical pillars are critical:
* Bias & Fairness: AI can inherit human biases from its training data, leading to discrimination.
* Transparency (Explainability): The “Black Box” problemcan we explain why an AI made a specific decision?
* Privacy: AI requires massive amounts of data; protecting user data from misuse is paramount.
* Human Oversight: The “Human in the Loop” concept ensures that critical decisions (medical, legal, military) remain under human control.
6. Common AI Applications
* Healthcare: Predictive modeling for new medicines and robotic-assisted surgery.
* Finance: Fraud detection and automated stock trading.
* Retail: Personalization engines (e.g., “Recommended for you” on Netflix or Amazon).
* Cybersecurity: Continuously monitoring network traffic for anomalies or threats.