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

조회 수: 10 (최근 30일)
Ali
Ali 2015년 2월 8일
답변: nsunjaya 2018년 1월 26일
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에서 Image Data Workflows에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by