what type of deep learning network?
I would like to ask about what the type of deep learning network using to train a network with numerical features the matlab example exist here
https://www.mathworks.com/help/deeplearning/ug/train-network-on-data-set-of-numeric-features.html
it uses the layers
layers = [
featureInputLayer(numFeatures,Normalization="zscore")
fullyConnectedLayer(50)
batchNormalizationLayer
reluLayer
fullyConnectedLayer(numClasses)
softmaxLayer];
what the type of this deep learning network?I would like to ask about what the type of deep learning network using to train a network with numerical features the matlab example exist here
https://www.mathworks.com/help/deeplearning/ug/train-network-on-data-set-of-numeric-features.html
it uses the layers
layers = [
featureInputLayer(numFeatures,Normalization="zscore")
fullyConnectedLayer(50)
batchNormalizationLayer
reluLayer
fullyConnectedLayer(numClasses)
softmaxLayer];
what the type of this deep learning network? I would like to ask about what the type of deep learning network using to train a network with numerical features the matlab example exist here
https://www.mathworks.com/help/deeplearning/ug/train-network-on-data-set-of-numeric-features.html
it uses the layers
layers = [
featureInputLayer(numFeatures,Normalization="zscore")
fullyConnectedLayer(50)
batchNormalizationLayer
reluLayer
fullyConnectedLayer(numClasses)
softmaxLayer];
what the type of this deep learning network? deep learning MATLAB Answers — New Questions