What is the MATLAB code for Cascade correlation neural networks?
조회 수: 6 (최근 30일)
이전 댓글 표시
My project is based on cascade correlation neural networks. I require MATLAB code for cc algorithm.
댓글 수: 0
채택된 답변
Greg Heath
2016년 2월 3일
Before you post questions, try the three commands lookfor, help and doc
>> lookfor 'cascade correlation'
cascade correlation not found.
>> lookfor cascade
cascadepiddemo - Designing Cascade Control System with
PI Controllers
cascadeforwardnet - Cascade forward neural network.
newcf - Create a cascade-forward backpropagation network.
dcmdcasc - Shows cascade algorithm in the Wavelet
Toolbox.
Now use the help and doc commands on some of the above results
Hope this help,
Thank you for formally accepting my answer
Greg
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!