Understand which levels of the brain include()
A. Macro
B. Micro
C. Mesoscopic
D. Three Views
查看答案
The following cells related to animal navigation are()
A. Head direction cell
B. Speed cell
C. Direction cell
D. Position cell
Perceptron as a basic model of artificial neural network, its unique significance is()
A. Groundbreaking work of artificial neural network for solving linear classification problems
B. It is precisely because of the defect that cannot solve the nonlinear classification problem that inspired various artificial neural network models later
C. Because it is simple and easy to understand, as an entry model for artificial neural network learning is appropriate
D. The perceptron aims to find separate hyperplanes that divide the instances in the input space into two categories.
The three core parts of the BP neural network learning algorithm are()
A. weight adjustment
B. output layer connection right adjustment
C. hidden layer connection right adjustment
D. Input layer connection right adjustment
For convolutional networks, the following statement is correct ()
A. The role of the fully connected layer is to classify. Each node of the fully connected layer is connected to all the nodes of the previous layer, and the features of the previous layer are further combined.
B. The layers in front of the convolutional neural network map the low-dimensional features of the image to the abstract feature space, and the fully connected layer maps the abstract features to the sample label space.
C. The function of the loss function is a function used to estimate the gap between the predicted value and the actual value of the model
D. The pooling layer in the convolutional neural network is also called the down sampling layer. The purpose of this layer is to reduce the dimension of the feature map, thereby reducing the number of parameters of the convolutional neural network and reducing overfitting.