Feature input layer
A feature input layer inputs feature data into a network and applies data normalization. Use this layer when you have a data set of numeric scalars representing features (data without spatial or time dimensions).
For image input, use imageInputLayer
.
returns a feature input layer and sets the layer
= featureInputLayer(numFeatures
)InputSize
property to the specified number of features.
sets the optional properties using name-value pairs. You can specify multiple name-value
pairs. Enclose each property name in single quotes.layer
= featureInputLayer(numFeatures
,Name,Value
)
Deep Network Designer | dlnetwork
| fullyConnectedLayer
| image3dInputLayer
| imageInputLayer
| sequenceInputLayer
| trainNetwork