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?
0 个评论
回答(1 个)
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: