Python Forum

Full Version: What is least dataset for Learning using CNN?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
What is the least smallest sample that can be learned using CNN for a research? I have 60 datasets of large images (20, 20, 20) for three classes.
To train a neural network, you must have a large amount of data to get good results. If you have just 60 samples and cannot get more, I highly suggest you use Transfer learning.
You aren't going to get an absolute answer. Larger is obviously better, but it should not take a lot of work to do a train/test split and try training, see how accurate you get. The real answer is that it depends on how accurate you need this to be.