MLImageClassifier.ModelParameters.ClassifierType.multilayerPerceptron(layerSizes:)
Multilayer perceptron, layerSizes holds a list of positive integers that represent the number of hidden units in each layer. An additional fully connected layer with a Softmax activation output will be added that maps to probabilities of sound categories.
Declaration
case multilayerPerceptron(layerSizes: [Int])