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

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?

Answers (1)

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

Categories

Find more on Deep Learning Toolbox in Help Center and File Exchange

Asked:

Ali
on 8 Feb 2015

Answered:

on 26 Jan 2018

Community Treasure Hunt

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

Start Hunting!