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

9 次查看(过去 30 天)
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?

回答(1 个)

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

类别

Help CenterFile Exchange 中查找有关 Deep Learning Toolbox 的更多信息

Translated by