Types of AI: Narrow AI vs General AI
📖 Scenario: You are learning about different types of Artificial Intelligence (AI) to understand how they work in real life.Imagine you want to organize information about AI types to explain to a friend.
🎯 Goal: Create a simple data structure to hold examples of Narrow AI and General AI, then categorize them clearly.
📋 What You'll Learn
Create a dictionary named
ai_types with two keys: 'Narrow AI' and 'General AI'Assign a list of exactly three examples to each key as specified
Create a variable named
example_count that counts total examples across both AI typesUse a loop with variables
category and examples to iterate over ai_types.items()Add a final statement that sets a variable
summary to a string describing the total examples💡 Why This Matters
🌍 Real World
Organizing and categorizing information clearly helps in teaching and understanding complex topics like AI.
💼 Career
Data organization and clear communication are key skills in many jobs, including AI research, education, and software development.
Progress0 / 4 steps