Transfer learning on a very small dataset
Mostrar comentarios más antiguos
Hi, I have total 20 images from two datasets i.e. Train and Test.
I want to perform a pilot study on transfer learning using Alexnet architecture. Is this going to hurt me? Can I not perform this transfer learning on such a very small dataset?
9 comentarios
Kevin Chng
el 17 de En. de 2019
It's subjective. Generally, we believe larger dataset would provide more information to your network to get higher accuracy. However, why don't you try out with your current dataset first? Subsequently, you may justify the performance, and think how to improve the accuracy.
Nbillah
el 18 de En. de 2019
Image Analyst
el 18 de En. de 2019
Then I guess you have your answer. Can you post your script? Maybe there's something that can be done. What is in the images that you want to find? Can you post 1 or 2 training images with the things identified?
Image Analyst
el 19 de En. de 2019
It seems that deep learning is not needed. Simply find the area. Glaucoma has small area while normal has large area. Would you consider abandoning Deep Learning to do a much simpler traditional method using regionprops() to find the area of the blobs in your binary image?
Or do you just want to use deep learning as a learning exercise even though it's probably not the best approach?
Nbillah
el 20 de En. de 2019
Nbillah
el 1 de Abr. de 2019
Shounak Mitra
el 12 de Abr. de 2019
Nahida,
The training progress chart looks 'just right'. Is the 80% accuracy acceptable in your case? Sometimes even 99% is bad and other times even 70% is good! You can go ahead with more data. I don't see any problem. Good luck.
Shounak
Nbillah
el 15 de Abr. de 2019
Respuestas (0)
Categorías
Más información sobre Deep Learning Toolbox en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
