According to the classification using different methods, the following is not classified as SLAM is ()
A. EKF SLAM
B. FAST SLAM
C. FULL SLAM
D. CPB SLAM
查看答案
Which of the following fields does machine translation belong to? ()
A. Natural language system
B. Machine learning
C. Expert system
D. Human sensory simulation
Artificial intelligence is the combination of knowledge and intelligence, among which the following are not the characteristics of intelligence ()
A. Self-reasoning ability
B. A. Have perception ability
C. Ability to remember and think
D. Ability to learn and adapt
In the following statement about perceptron, the wrong one is ()
A. The perceptron consists of input layer and output layer
B. The essence of perceptron is a linear classification model suitable for classifying some data into two types
C. Perceptron can solve XOR problem
D. Perceptron is the simplest artificial neural network model Explanation: Perceptron can't solve XOR problem, which is the defect of perceptron itself. So C is wrong.Source of knowledge: 16 perceptron
When designing a BP neural network, the design steps are ( )(1) Determination of the number of hidden layers and neurons(2) Setting of initial weight(3) Training data preprocessing(4) Post treatment process
A. (1) (2) (3) (4)
B. (1) (3) (2) (4)
C. (2) (1) (3) (4)
D. (2) (3) (1) (4)