MATLAB: How to do deep learning in Matlab R2015a version

classifier learner appdeep learningmachine learningmatlab r2015a

Hi, I'm currently working on "EEG based fatigue classification using deep learning".Initially, I tried the classification using different machine learning networks with the help of classifier learner app & it worked well(Matlab version R2015a). But this version is not supporting the deep learning networks like autoencoder.Can I do the same without installing another Matlab version? is there any plugin for that?

Best Answer

There are no Mathworks provided functions for that purpose in R2015a timeframe. You might be able to find a third-party product such as Caffe (I do not know what release that particular one requires.)
Related Question