MATLAB: How can i use an image as a input to the artificial neural network? pls help me soon..,

Deep Learning Toolboximage processingImage Processing Toolboxneural network toolbox

for multilayered ANN regression model

Best Answer

Extract I features from each of N images. The size of the input and target matrices should be
[ I N ] = size(input)
[ O N ] = size(target)
Hope this helps.
Thank you for formally accepting my answer
Greg