How do I pre-process and process non-image data for Deeplearning?

2 visualizaciones (últimos 30 días)
Mye'on Williams
Mye'on Williams el 15 de Mzo. de 2022
Respondida: Prateek Rai el 22 de Mzo. de 2022
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
Mye'on Williams
Mye'on Williams el 15 de Mzo. de 2022
Its is a 10000x14 table which has values such as:
2.9 | 3.0 | 8.3 | 9.7 | 3.7 | -0.7 | -1.25 | -1.7 | 0.6 | 0.8 | 0.8 | 0.9 | 0.5 | 'unstable'
Data can not be reshaped to an image. I am tasked to use deep learning networks to a non-image dataset. Will CNN on non-image binary predictions be the way to go?
yanqi liu
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

Iniciar sesión para comentar.

Respuestas (1)

Prateek Rai
Prateek Rai el 22 de Mzo. de 2022
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 Image Data Workflows en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by