How do I pre-process and process non-image data for Deeplearning?
显示 更早的评论
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 个评论
Image Analyst
2022-3-15
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
2022-3-15
yanqi liu
2022-3-16
yes,sir,may be upload your data file,use reshape to get 4-D input,and train cnn
回答(1 个)
Prateek Rai
2022-3-22
0 个投票
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.
类别
在 帮助中心 和 File Exchange 中查找有关 Get Started with Deep Learning Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!