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

12 ビュー (過去 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 Center および File ExchangeImage Data Workflows についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by