In the deep learning neural network, the perceptron is the simplest neural network. The correct statement about its structure is:
The pooling layer in the convolutional neural network can reduce the size of the lower layer input. Common pooling is:
Only matrix A and matrix B have the same number of rows and columns. A and B can be added.
The word recognition in the speech recognition service refers to the synchronous recognition of short speech. Upload the entire audio at once, and the recognition result will be returned in the response.
When training the network, we often encounter many problems. For the problem of gradient disappearance, we can alleviate the problem by choosing which of the following functions to use?
The following code was used when compiling the model:model.compile(optimizer='Adam,loss='categorical.crossentropy',metrics=[tf.keras.metrics.accuracy]), currently using evaluate When the method evaluates the
model, which of the following indicators will be output?