I want to implement Multilayer perceptron for software effort estimation. Which function should I use feedforwardnet, fitnet or something else.
Afficher commentaires plus anciens
My input may be continuous or categorial. but target is always a continuous no.
Réponse acceptée
Plus de réponses (1)
sushma khatri
le 12 Août 2019
0 votes
2 commentaires
Maria Duarte Rosa
le 12 Août 2019
fitnet and feedforwardnet are equivalent. You can use one or the other. If 'effort' is always continuous then fitnet or feedforwardnet seems to me to be the most natural choice for your task.
nftool is the most appropriate UI for modelling continous outputs.
nprtool is for patternnet where the output is categorical.
ntstool is for modelling time-series, using narxnet and other similar networks.
sushma khatri
le 12 Août 2019
Catégories
En savoir plus sur Define Shallow Neural Network Architectures dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!