I have a MATLAB code for neural network and it takes around 3 mins to train the network.(it trains around 85 files).
When I use the profile viewer it says that trainlm has a self time 143.166s which 83.3% of that time comes from dWB = -(jj+ii*mu) \ je;
Is there a way of making it faster? Should I use data binning?
Thanks in advance!