How to create a Skip-Layer feedforward neural network in MATLAB?

5 vues (au cours des 30 derniers jours)
Ali
Ali le 8 Fév 2015
I would like to create a neural network with skip layer connections in MATLAB. Is there any way to modify "newff" function to allow for direct connections from input nodes to output layer?

Réponses (1)

nsunjaya
nsunjaya le 26 Jan 2018
This is supported by DAG (Directed Acyclic Graph) networks in MATLAB. The doc for DAGs contains an example with a skip convolutional layer:

Catégories

En savoir plus sur Sequence and Numeric Feature Data Workflows dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by