0
0
AI for Everyoneknowledge~30 mins

Researching companies with AI in AI for Everyone - Mini Project: Build & Apply

Choose your learning style9 modes available
Researching Companies with AI
📖 Scenario: You want to learn how to find information about companies that use artificial intelligence (AI) in their work. This will help you understand how AI is applied in real businesses.
🎯 Goal: Build a simple research plan that lists companies using AI, sets criteria to select them, identifies key AI applications, and summarizes your findings.
📋 What You'll Learn
Create a list of companies known for AI use
Add a criterion to select companies with AI products
Identify AI applications for each company
Summarize the research in a clear format
💡 Why This Matters
🌍 Real World
This project helps beginners understand how to organize and summarize information about companies using AI, a common task in research and business analysis.
💼 Career
Knowing how to research and present AI applications in companies is useful for roles in marketing, business development, data analysis, and technology consulting.
Progress0 / 4 steps
1
Create a list of companies using AI
Create a list called companies with these exact company names: 'Google', 'Amazon', 'Tesla', 'IBM', and 'Microsoft'.
AI for Everyone
Need a hint?

Use square brackets [] to create a list and include the company names as strings.

2
Add a selection criterion for AI products
Create a variable called has_ai_product and set it to True to represent companies that have AI products.
AI for Everyone
Need a hint?

Use a simple variable to mark that these companies have AI products.

3
Identify AI applications for each company
Create a dictionary called ai_applications where each key is a company name from companies and each value is a string describing one AI application for that company. Use these exact pairs: 'Google': 'Search algorithms', 'Amazon': 'Recommendation systems', 'Tesla': 'Self-driving cars', 'IBM': 'Watson AI', 'Microsoft': 'Azure AI services'.
AI for Everyone
Need a hint?

Use curly braces {} to create a dictionary with company names as keys and AI applications as values.

4
Summarize the research findings
Create a string variable called summary that summarizes the research by stating: 'These companies use AI in various ways such as Search algorithms, Recommendation systems, Self-driving cars, Watson AI, and Azure AI services.'
AI for Everyone
Need a hint?

Write the summary exactly as given, including all AI applications separated by commas.