What is the architectural difference between using `feedforwardnet` and `fitcnet`?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Thomas Kirsh
am 12 Sep. 2022
Kommentiert: Hiro Yoshino
am 13 Sep. 2022
I'm trying to train and evaluate a simple ANN for binary classification. It seems that I can use both fitcnet and feedforwardnet to do so and get classification probabilities. The architecture for fitcnet is described in the documentation here. It seems that the architecture is the same for feedforwardnet and that I can add additional layers for both. Is it true that their architectures are the same and that I can use both for binary classification, or is feedforwarnet used to solve other types of problems?
0 Kommentare
Akzeptierte Antwort
Hiro Yoshino
am 12 Sep. 2022
feedforwardnet is for regression problems whereas fitcnet is for classification problems.
2 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Sequence and Numeric Feature Data Workflows finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!