MATLAB MEX implementation of SVRG-SBB algorithms
This code replicates the experiments from the following paper:
Please cite this paper if you use this code in your published research project.
In MATLAB:
>>mex -v -g -largeArrayDims *.c
and run the script with the mex function, data file in the same directory.