필터 지우기
필터 지우기

what is Create trainable cascade-forward backpropagation network (NEWCF)?

조회 수: 1 (최근 30일)
Mo al
Mo al 2013년 10월 7일
댓글: Greg Heath 2013년 10월 21일
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)?

채택된 답변

Greg Heath
Greg Heath 2013년 10월 8일
>> 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
Mo al
Mo al 2013년 10월 21일
Thank Greg.. Do you have any from where did the NEWCF come from? do you still remember any book about it?
Greg Heath
Greg Heath 2013년 10월 21일
It was developed by Scott Fahlman and his group at Carnegie Mellon.
Check out Google and Wikipedia for more info.

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

추가 답변 (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