You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
Deep learning convolutional neural network regression
With network parameter gridsearch, input normalization and geometric image augmenation:
Network is designed to learn to predict a numerical value from images
Provided example input (X)data is 3 channel (R2*, QSM, GRE mag) MR image slices of ex vivo stroke blood clots
Provided example output (Y)data is RBC content of clots determined through histological analysis
Built to iterate cross-validation experiments over a set of specified network parameters (gridsearch)
Can customize which parameters to iterate over by changing the for loops
Network settings which produce the highest accuracy will be used to form predictions on a separate test set
Network can normalize training data input based on distribution of the output variable using random oversampling (ROS)
Network can apply random geometric augmentation operations to training data
And duplicate training dataset to increase size, prior to augmenation (duplication factor)
Handles input predictor (x) data as [X, Y, nchannel, nslice] where nchannel = 1 or 3
Handles input prediction (y) data as [y(1):y(nslice)]
Cite As
Spencer D. Christiansen (2026). CNN regression hyperparameter optimizer (https://nl.mathworks.com/matlabcentral/fileexchange/100661-cnn-regression-hyperparameter-optimizer), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.1 (1.09 MB)
MATLAB Release Compatibility
- Compatible with R2020b and later releases
Platform Compatibility
- Windows
- macOS
- Linux
