How do I pre-process and process non-image data for Deeplearning?
Mostrar comentarios más antiguos
I am trying to make predictions using deep learning and CNN on non-image data but running into difficulty processing csv file for training.
3 comentarios
Image Analyst
el 15 de Mzo. de 2022
What kind of data do you have? What is it's size? Can you reshape it into an image of the proper size, even if you have to have some regions zero (which the training will learn to ignore)?
Mye'on Williams
el 15 de Mzo. de 2022
yanqi liu
el 16 de Mzo. de 2022
yes,sir,may be upload your data file,use reshape to get 4-D input,and train cnn
Respuestas (1)
Prateek Rai
el 22 de Mzo. de 2022
0 votos
Hi,
You can refer to "Signal Processing Applications" section of the following Preprocess Data for Domain-Specific Deep Learning Applications MathWorks Documentation page to know more about pre-processing non-image data for deep learning.
Categorías
Más información sobre Get Started with 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!