How to create a Skip-Layer feedforward neural network in MATLAB?
조회 수: 10 (최근 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!