I want to implement Multilayer perceptron for software effort estimation. Which function should I use feedforwardnet, fitnet or something else.

1 view (last 30 days)
My input may be continuous or categorial. but target is always a continuous no.

Accepted Answer

Maria Duarte Rosa
Maria Duarte Rosa on 9 Aug 2019
For continuous outputs both fitnet and feedforwardnet are equivalent and the natural choice.
Perhaps an easier way to get strated is using the app:
If further customization is needed then 'network' allows one to build more flexible networks:
Note: for deep learning networks a good way to get sarted is by using the Deep Network Designer app:
I hope this helps.
  3 Comments
sushma khatri
sushma khatri on 12 Aug 2019
Thank u so much.
what is the basic difference between feedforwardnet and fitnet.
Actually I want to predict software effort based on some features.
effort is always numeric but input may be continuous or categorial.
So I m confuse which tool should I use nftool , nprtool or ntstool

Sign in to comment.

More Answers (1)

sushma khatri
sushma khatri on 12 Aug 2019
Thank u so much.
what is the basic difference between feedforwardnet and fitnet.
Actually I want to predict software effort based on some features.
effort is always numeric but input may be continuous or categorial.
So I m confuse which tool should I use nftool , nprtool or ntstool
  2 Comments

Sign in to comment.

Community Treasure Hunt

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

Start Hunting!

Translated by