If the sampling frequency is f and the number of frames is a, which of the following is the length of the sound signal?

If the sampling frequency is f and the number of frames is a, which of the following is the length of the sound signal?A . a/2fB . 2a/fC . a/fD . a*fView AnswerAnswer: C

September 6, 2024No CommentsREAD MORE +

Which of the following options is the algorithm used to estimate the parameters of a single Gaussian model?

Which of the following options is the algorithm used to estimate the parameters of a single Gaussian model?A . EM algorithmB . Maximum Likelihood EstimationC . Viterbi algorithmD . Forward-backward algorithmView AnswerAnswer: B

September 6, 2024No CommentsREAD MORE +

How difficult is speech recognition?

How difficult is speech recognition?A . Personal characteristicsB . ScenariosC . Geographical factorsD . All of the aboveView AnswerAnswer: D

September 6, 2024No CommentsREAD MORE +

Solve equations

Solve equationsA . 4-1-3-2-5B . 2-1-3-4-5C . 1-3-4-2-5D . 2-3-1-4-5View AnswerAnswer: D

September 5, 2024No CommentsREAD MORE +

What is Gaussian distribution also called?

What is Gaussian distribution also called?A . Random distributionB . Discrete distributionC . Normal distributionD . Abnormal distributionView AnswerAnswer: C

September 5, 2024No CommentsREAD MORE +

Which of the following options does not belong to the three levels of natural language processing technology?

Which of the following options does not belong to the three levels of natural language processing technology?A . Speech AnalysisB . Lexical AnalysisC . Syntactic AnalysisD . Semantic AnalysisView AnswerAnswer: A

September 5, 2024No CommentsREAD MORE +

Which of the following statements about participles is incorrect?

Which of the following statements about participles is incorrect?A . Rule-based word segmentation is simple and efficient, but dictionary maintenance is difficult.B . The purpose of statistical segmentation is to perform probability calculation on the segmentation results and obtain the segmentation method with the highest probability.C . Chinese is different...

September 5, 2024No CommentsREAD MORE +

Which of the following indicators cannot be output by the classification_report in the sklearn.metrics model evaluation indicator module?

Which of the following indicators cannot be output by the classification_report in the sklearn.metrics model evaluation indicator module?A . f1-ScoreB . recallC . accuracyD . precisionView AnswerAnswer: C

September 4, 2024No CommentsREAD MORE +

In the image preprocessing filtering experiment, which of the following functions calls OpenCV's median blur API?

In the image preprocessing filtering experiment, which of the following functions calls OpenCV's median blur API?A . cv2.GaussianBlur(im, (5, 5), 0)B . cv2.blur(im, (3, 3))C . cv2.medianBlur(im, 5)D . cv2.filter2D(im, -1, sharpen_1)View AnswerAnswer: C

September 4, 2024No CommentsREAD MORE +

What is the abbreviation of the conditional random field algorithm?

What is the abbreviation of the conditional random field algorithm?A . SVMB . CRFC . HMMD . GMMView AnswerAnswer: B

September 3, 2024No CommentsREAD MORE +