What types of models can be created using the buildModel action?
3 vues
Réponse
The buildModel action can create three types of models, specified by the 'type' parameter: 'DNN' (Deep Neural Network) for a deep, fully connected neural network, 'CNN' (Convolutional Neural Network), and 'RNN' (Recurrent Neural Network). The default type is 'DNN'.