Neural network of a single layer

조회 수: 5 (최근 30일)
Monsij Biswal
Monsij Biswal 2019년 6월 17일
답변: Monsij Biswal 2019년 6월 17일
How do I form a neural network with a single layer, so that it wont contain any hidden layer.

채택된 답변

Monsij Biswal
Monsij Biswal 2019년 6월 17일
net = feedforwardnet;
net.numLayers = x
x is the required number of layers. Here 1.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

제품


릴리스

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by