diff --git a/index.html b/index.html index 3e51c71..ae1b954 100644 --- a/index.html +++ b/index.html @@ -321,6 +321,67 @@ color: #333; } +.info-container { + max-width: 1200px; + margin: 40px auto; + padding: 20px; + background: white; + border-radius: 12px; + box-shadow: 0 2px 8px rgba(0,0,0,0.1); +} + +.info-section { + margin-bottom: 30px; + padding: 20px; + background: #f8f9fa; + border-radius: 8px; + border-left: 4px solid #2196F3; +} + +.info-section:last-child { + margin-bottom: 0; +} + +.info-section h2 { + color: #1976D2; + margin-top: 0; + margin-bottom: 15px; + font-size: 1.4rem; +} + +.info-section p { + color: #333; + line-height: 1.6; + margin: 0; +} + +.info-section ol { + margin: 0; + padding-left: 20px; +} + +.info-section li { + margin: 10px 0; + color: #333; + line-height: 1.6; +} + +.info-section strong { + color: #1976D2; +} + +@media (min-width: 768px) { + .info-container { + display: grid; + grid-template-columns: repeat(2, 1fr); + gap: 20px; + } + + .info-section { + margin-bottom: 0; + } +} + @@ -334,6 +395,32 @@

The Unlearning Protocol

Choose which data to make your model forget (Unlearn!), but watch out - every deletion ripples!

+ +
+
+

What is Machine Unlearning?

+

Machine unlearning is the process of making a trained AI model selectively forget specific data points while maintaining its performance on other data. Think of it as surgical removal of information from the model's memory.

+
+ +
+

The Ripple Effect

+

When you make a model forget one piece of data, it affects how the model performs on similar data points. This creates a "ripple effect" across different demographic groups. For example, making the model forget data about one age group might affect its predictions for other age groups.

+
+ +
+

How to Play

+
    +
  1. Select a Card: Each card represents a person's data that you can make the model forget.
  2. +
  3. Configure Unlearning: Adjust how aggressively the model should forget using the sliders.
  4. +
  5. Observe Impact: Watch how your choice affects the model's performance across different groups.
  6. +
+
+ +
+

Your Goal

+

Choose data points to unlearn that will have minimal negative impact on the model's overall fairness. Try to maintain balanced performance across all demographic groups while successfully removing the targeted information.

+
+