Problem with select Levenberg-Marquardt train algorithm in nftool in Matlab R2020a

5 views (last 30 days)
Hi everyone,
I have a weird issue when I try to use nftool for creating a neural network In my Matlab R2020a version. I choose Levenberg-Marquardt in the train algorithm section of nftool, but when I click the train button, in the Neural Network Training (nntraintool) window and for Training information, it shows me Scaled Conjugate Gradient!!!!
When I select either Scaled Conjugate Gradient or Bayesian Regularization, it shows correctly in the Neural Network Training (nntraintool) window.
Does anyone know why this happens?!! Any suggestions?!
  1 Comment
MYB
MYB on 30 Jun 2020
I figure out that the problem is about my number of columns. My matrix is 128x31055, and because of 31055 columns, I can't use the Levenberg-Marquardt algorithm, which is why train algorithm changes after click train button.

Sign in to comment.

Answers (0)

Categories

Find more on Deep Learning Toolbox in Help Center and File Exchange

Products


Release

R2020a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!