I am currently taking a Neural Network course, and I am trying to load a .mat file from Python using scipy.io.loadmat(filename), but I keep getting
.mat
scipy.io.loadmat(filename)
Much easier is to just load your data with:
numpy.loadtxt('your dot mat file')