What are some of the layer types that can be added using the 'layer' parameter?
3 vues
Réponse
You can add various types of layers, including but not limited to: 'INPUT', 'CONVOLUTION' (or 'CONVO'), 'POOLING' (or 'POOL'), 'FULLCONNECT' (or 'FC'), 'RECURRENT', 'BATCHNORM', 'RESIDUAL', and 'OUTPUT'.