Narrow AI (Weak AI) – Specialized in one task (Chatbots, Recommendation Systems).
General AI (Strong AI) – Human-like intelligence (Still theoretical).
Super AI – Beyond human intelligence (Future concept).
Narrow AI (Weak AI) – Specialized in one task (Chatbots, Recommendation Systems).
General AI (Strong AI) – Human-like intelligence (Still theoretical).
Super AI – Beyond human intelligence (Future concept).
SELECT column_name, COUNT(*)
FROM table_name
GROUP BY column_name
HAVING COUNT(*)>1
SELECT column_name, COUNT(*)
FROM table_name
GROUP BY column_name
HAVING COUNT(*)>1
SELECT department, COUNT(*) AS
employee_count
FROM employees
GROUP BY department
SELECT department, COUNT(*) AS
employee_count
FROM employees
GROUP BY department
SELECT MAX(salary) FROM employees
WHERE salary < (SELECT MAX(salary) FROM employees)
SELECT MAX(salary) FROM employees
WHERE salary < (SELECT MAX(salary) FROM employees)
1️⃣ *Simple Reflex Agents*
– React to current situations only
– No memory or learning
*Example:* Automatic doors
2️⃣ *Model-Based Reflex Agents*
– Use internal memory (model of the world)
*Example:* Smart thermostats
1️⃣ *Simple Reflex Agents*
– React to current situations only
– No memory or learning
*Example:* Automatic doors
2️⃣ *Model-Based Reflex Agents*
– Use internal memory (model of the world)
*Example:* Smart thermostats