Neural network of a single layer

4 次查看(过去 30 天)
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