Environmental Cost of Training AI Models
📖 Scenario: You are part of a team raising awareness about the environmental impact of artificial intelligence (AI). Your goal is to create a simple data summary that shows the energy consumption and carbon emissions of training different AI models.
🎯 Goal: Build a clear data summary that lists AI models with their training energy use and carbon emissions, then calculate total energy and emissions to understand the environmental cost.
📋 What You'll Learn
Create a dictionary with AI model names as keys and their training energy consumption (in kWh) as values
Add a variable for the average carbon emission factor (kg CO2 per kWh)
Calculate a new dictionary with AI model names and their estimated carbon emissions
Calculate total energy consumption and total carbon emissions for all models
💡 Why This Matters
🌍 Real World
Understanding the environmental cost of AI training helps researchers and companies make greener choices and raise awareness about energy use.
💼 Career
Data analysts, AI researchers, and sustainability experts use such data to measure and reduce carbon footprints in technology projects.
Progress0 / 4 steps