Feature input layer
A feature input layer inputs feature data to 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 pair arguments. You can specify multiple
name-value pair arguments. Enclose each property name in single quotes.layer
= featureInputLayer(numFeatures
,Name,Value
)
Deep Network Designer | dlnetwork
| fullyConnectedLayer
| image3dInputLayer
| imageInputLayer
| sequenceInputLayer
| trainNetwork