MATLAB: Deep Learning numeric data

deep learning

Hi, Can anyone provide me some resources regarding using deep learning for numeric data ( say a 1000*11 matrix, where column 11 is the response and all other columns are predictor variables). I see a lot of resource for image, text or time series but none for just numeric data. Really appreciate your time and efforts.

Best Answer

MATLAB provides feedforward neural networks for learning the patterns in numeric data. See the following pages to get more information and an example of how to use it.
Related Question