what is Create trainable cascade-forward backpropagation network (NEWCF)?
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Mo al
am 7 Okt. 2013
Kommentiert: Greg Heath
am 21 Okt. 2013
Hi all; what is the difference between the Create trainable cascade-forward backpropagation network (NEWCF) and hybrid multilayer neural network (H-MLP)? NEWCF is listed on matlab tool box but i couldn't find any references about it. where can i found a references (article , book about ( NEWCF)?
0 Kommentare
Akzeptierte Antwort
Greg Heath
am 8 Okt. 2013
>> help newcf
newcf Create a cascade-forward backpropagation network.
Obsoleted in R2010b NNET 7.0. Last used in R2010a NNET 6.0.4.
The recommended function is cascadeforwardnet.
help cascadeforwardnet
doc cascadeforwardnet
You can understand the difference between this and feedforwardnet by comparing the view(net) statement results of the example in the above documentation with the corresponding documentation examples for feedforwardnet.
Hope this helps.
Thank you for formally accepting my answer
Greg
7 Kommentare
Greg Heath
am 21 Okt. 2013
It was developed by Scott Fahlman and his group at Carnegie Mellon.
Check out Google and Wikipedia for more info.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Deep Learning Toolbox 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!