Submitted by Murii_ t3_10l06xg in deeplearning
Hello Guys,
i am writing a thesis in a company about Image Classification with Convolutional neural networks. The Images Contain a part of a microship, where a crack is visible or if the microchip is okay, then not. How can i build a CNN with such a small dataset? Is that even possible? I thought about maybe using datasets with cracks from the internet, add a image threshold and train my network with them. But i also read about pre-trained neural networks.. Are they maybe a option too?
ShadowStormDrift t1_j5ufflp wrote
With 100 images all data augmentation is going to give you is an overfit network.
You do not have enough images. Try get a few thousand then maybe you'll get results that aren't complete bullshit.
Speak to whoever is funding this. 100 images to solve a non trivial problem is a joke.