What is the MATLAB code for Cascade correlation neural networks?
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Sivabala Nedunchezhiyan
el 3 de Feb. de 2016
Respondida: Greg Heath
el 3 de Feb. de 2016
My project is based on cascade correlation neural networks. I require MATLAB code for cc algorithm.
0 comentarios
Respuesta aceptada
Greg Heath
el 3 de Feb. de 2016
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 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Deep Learning Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!