Experiment - Model optimization (pruning, quantization)
Problem:You have a computer vision model trained to classify images, but it is too large and slow for deployment on mobile devices.
Current Metrics:Training accuracy: 95%, Validation accuracy: 90%, Model size: 50MB, Inference time per image: 200ms
Issue:The model is too large and slow for mobile use. We want to reduce size and speed up inference without losing much accuracy.