Manual Neural Network Wizard

4 次查看(过去 30 天)
Conor O' Sullivan
Conor O' Sullivan 2015-1-15
编辑: Greg Heath 2015-1-18
Hi all,
I've tried looking around to figure this one out, but time is against me so here I am.
Basically, I've developed a really good network with the help of the NN wizard. Great. However, due to a complication, I need to essentially do the same network, but with different transfer functions (Hardlimit).
I've tried developing the network from scratch with code, but I just can't get it to work, and I've tried the nntool command too, but I can't seem to clarify the test/val/train split, or plot a good roc or confusion matrix.
Essentially, the wizard is great, but I need simpler transfer functions to code elsewhere.
Thanks all,
C
  1 个评论
Greg Heath
Greg Heath 2015-1-17
编辑:Greg Heath 2015-1-18
Insufficient detail.
However, I suspect the reason that training failed is because hardlim is not differentiable.
I don't think anyone is going to try to help you unless you describe your problem in much more detail.
For example, why do you believe you have to have hardlim as an output transfer function? It makes no sense to me.
You don't explain
1. Type of problem
2. Dimensions of input and output vectors
3. Amount of data
3. Type of net
4. Number of hidden nodes
5. Type of transfer functions
6. Non-default parameter choices
7. Normalized quantitative results e.g.,
NMSE = mse(error)/mean(var(target',1))
etc

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Sequence and Numeric Feature Data Workflows 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by