What is the architectural difference between using `feedforwardnet` and `fitcnet`?

조회 수: 4 (최근 30일)
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?

채택된 답변

Hiro Yoshino
Hiro Yoshino 2022년 9월 12일
feedforwardnet is for regression problems whereas fitcnet is for classification problems.
  댓글 수: 2
Thomas Kirsh
Thomas Kirsh 2022년 9월 12일
Ah, thank you. I found this documentation link very helpful for finding more options for classification, as well as regression and other types of problems.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by