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

10 visualizaciones (últimos 30 días)
Ali
Ali el 8 de Feb. de 2015
Respondida: nsunjaya el 26 de En. de 2018
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?

Respuestas (1)

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

Categorías

Más información sobre Image Data Workflows 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!

Translated by