Brain-MRI-Age-Classification-using-Deep-Learning icon indicating copy to clipboard operation
Brain-MRI-Age-Classification-using-Deep-Learning copied to clipboard

MATLAB example using deep learning to classify chronological age from brain MRI images

Results 6 Brain-MRI-Age-Classification-using-Deep-Learning issues
Sort by recently updated
recently updated
newest added

Error using readtable (line 216) FileType 'delimitedtext' is not recognized. Error in Untitled (line 10) participantData = readtable(participantFilename,'FileType','delimitedtext','VariableNamingRule','preserve');

These are increasingly few and far between. Can see the current MATLAB Online [limitations](https://es.mathworks.com/products/matlab-online/limitations.html). To handle these, can use a local `isOnline` flag variable or similar, e.g. as a live...

Note this may move to potential Teaching Resource repository

- [ ] Break up "Train ResNet18..." section into two code sections on 1) preparing model for transfer learning (substeps 1-2) and 2) the actual training steps (substeps 3-5). -...

An associated [Experiment Manager](https://www.mathworks.com/help/deeplearning/ref/experimentmanager-app.html) demo could explore some alternative scenarios, e.g. AlexNet vs ResNet, other training options, and see the effects on the results.

Received a suggestion to provide info aimed at those with AI experience, who may also benefit from aspects of this example