How to create a Skip-Layer feedforward neural network in MATLAB?
12 ビュー (過去 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:
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Image Data Workflows についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!