Find Matlab more and more powerful. Now there is also the Toolbox for deep learning.
Deep Learning Toolbox: Https://github.com/rasmusbergpalm/DeepLearnToolbox.
First, the configuration
1, the download after decompression, the extracted folder to copy to the MATLAB Toolbox folder location, such as mine is: D:\Program Files\matlab\r2015b\toolbox;
2. Open the MATLAB interface and add the location of the Deep Learning Toolbox folder in the Command window: Addpath (Genpath (' D:\Program files\matlab\r2015b\toolbox\deeplearntoolbox '));
3, Savepath; % This step is for the future without having to configure the path again
Second, the test
In order to determine whether the configuration was successful, enter in the MATLAB command window: Which cnnff.m% The file can be any file in the Deep Learning Toolbox folder
If the path is found, the configuration is successful.
You can view the. m file to see the source code, understand the training process and ideas.
Others have a common deep learning framework.
Framework and Toolbox for deep learning