Q: 8
What is the primary purpose of applying various image transformation techniques (e.g., flipping, rotation, zooming) to a dataset?
Options
Discussion
Its B since those techniques are all data augmentation methods, helps create more data from what you already have and boosts the model’s generalization. Pretty common in deep learning image tasks. Let me know if there’s another angle here.
I went with D because I figured image transformations like flipping and cropping could potentially make the model cheaper to train by optimizing the images up front. I've seen practice exams mention stuff about resource efficiency with preprocessing, so that's where my head was at. Not totally confident though, maybe official guides clarify this point better?
B imo. Flipping, rotating, zooming images creates more training samples and helps the model generalize better to new data. It's classic data augmentation stuff. Not totally impossible to misread it if you focus on compute, but B's what every prep guide picks.
Option D I think these transformations help cut down on compute by making images more efficient before training, right? Not 100% sure though, maybe I’m missing something about how augmentation works.
Maybe D, since less complex images from augmentation could lower resource needs? Not sure if that's the usual trap here.
B, I think? These transformations are all about making your dataset larger without collecting more data, so the model isn't just memorizing stuff. Feel like I'm missing something, let me know if that's not right.
Be respectful. No spam.