What is Gaussian distribution also called?
What is Gaussian distribution also called?A . Random distributionB . Discrete distributionC . Normal distributionD . Abnormal distributionView AnswerAnswer: C
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
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...
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
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
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
Which of the following options is a method for training static word vectors?
Which of the following options is a method for training static word vectors?A . FasttextB . ELMOC . BERTD . GPTView AnswerAnswer: A
Which of the following is the most important change in the CD-DNN-HMM model?
Which of the following is the most important change in the CD-DNN-HMM model?A . Introducing more hidden layersB . Introducing DropoutC . Introducing the fully connected layerD . Introducing contextual informationView AnswerAnswer: D
Which of the following is the general format of a URL?
Which of the following is the general format of a URL?A . https://EndpointB . https://uriC . https://www.XXXXD . https://Endpoint/uriView AnswerAnswer: D
Which of the following options is not a method in the development of natural language processing?
Which of the following options is not a method in the development of natural language processing?A . Statistical-based methodsB . Rule-based approachC . Deep Learning-Based MethodsD . Recursion-based methodsView AnswerAnswer: D