deep learning - Non-image data with cnn [Matlab Specific] -
i trying use cnn build classifier data. training set comprised of 2d numerical matrices not image data.
it seems matlab's cnns work image inputs: https://uk.mathworks.com/help/nnet/ref/imageinputlayer-class.html
does have experience cnns , non-image data using matlab's deep learning toolbox?
thank you.
well first understand why want use cnn non-image data? cnns specially because take account information in neighborhood. unless data has kind of region pattern (like pixels create pattern or sentences word order relevant) cnn not best approach handle it. been said, if still want use convert matrix images. i'm not sure if though.
function convert: mat2gray
Comments
Post a Comment