Python Forum
What is least dataset for Learning using CNN?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
What is least dataset for Learning using CNN?
#1
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.
Reply
#2
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.
Reply
#3
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.
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020