Clear Filters
Clear Filters

Are "fitrnet" and "fitnet" using backpropagation?

1 view (last 30 days)
Amamo
Amamo on 15 Sep 2023
Commented: Amamo on 19 Sep 2023
Hello all together,
does anyone know if the commands "fitrnet" and "fitnet" are using backpropagation?
And how can I prove the statement? Is there any statement from Mathworks itself about this?
thank you very much.
best regards

Answers (1)

the cyclist
the cyclist on 15 Sep 2023
I am not an expert, but my read of the documentation is that all the algorithms used by fitnet, at least, will use backpropagation.
See in particular the section in this documentation page that starts with the sentence
"As a note on terminology, the term 'backpropagation' ..."
I did not investigate fitrnet as much, but I expect you will find similar documentation.
  3 Comments
the cyclist
the cyclist on 16 Sep 2023
I edited my answer to insert the documentation links in that I accidentally left out.

Sign in to comment.

Community Treasure Hunt

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

Start Hunting!