MATLAB: I created a neural network flow algorithm. I trained the data sets. An error that is” out of memory” is thrown for the image i loaded and trained. I would like to know a solution to overcome this problem.

Deep Learning Toolboximage processingImage Processing Toolbox

The Neural Network of Feed Forward was implemented using some built in functions.

Best Answer

The classical approach is to use image feature extraction to reduce the dimensionality of the input. There should be many posts regarding this.