Experiment - Mobile deployment (TFLite, Core ML)
Problem:You have trained a simple image classification model using TensorFlow on a small dataset. The model works well on your computer but is too large and slow for mobile devices.
Current Metrics:Training accuracy: 95%, Validation accuracy: 90%, Model size: 25 MB, Inference time on mobile: 2 seconds per image
Issue:The model is too large and slow for mobile deployment, causing poor user experience.