版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
答案仅供学习交流使用,请勿违反诚信规定。卷一1单选(1分)TuringTestisdesignedtoprovidewhatkindofsatisfactoryoperationaldefinition?图灵测试旨在给予哪一种令人满意的操作定义?得分/总分A.Noneoftheaboveiscorrect以上都不正确B.humanthinking
人类思考C.machineaction
机器动作D.machineintelligence
机器智能2单选(1分)Thinkingthedifferencesbetweenagentfunctionsandagentprograms,selectcorrectstatementsfromfollowingones.
考虑智能体函数与智能体程序的差异,从下列陈述中选择正确的答案。得分/总分A.Anagentprogramissameasanagentfunction.一个智能体程序与一个智能体函数相同。B.Anagentprogramimplementsanagentfunction.一个智能体程序实现一个智能体函数。C.Anagentprogramhasnoanyrelationwithanagentfunction.一个智能体程序与一个智能体函数没有任何关系。D.Noneoftheaboveiscorrect以上都不正确3单选(1分)Therearetwomainkindsofformulationfor8-queensproblem.Whichofthefollowingoneistheformulationthatstartswithall8queensontheboardandmovesthemaround?
有两种8皇后问题的形式化方式。“初始时8个皇后都放在棋盘上,然后再进行移动”属于哪一种形式化方式?得分/总分A.Half-stateformulation
半态形式化B.Complete-stateformulation
全态形式化C.Noneoftheaboveiscorrect
以上都不正确D.Incrementalformulation
增量形式化4单选(1分)Whatkindofknowledgewillbeusedtodescribehowaproblemissolved?
哪种知识可用于描述如何求解问题?得分/总分A.Declarativeknowledge
陈述性知识B.Noneoftheaboveiscorrect
以上都不正确C.Staticknowledge
静态知识D.Proceduralknowledge
过程性知识5单选(1分)Whichofthefollowingisusedtodiscovergeneralfactsfromtrainingexamples?
下列中哪个用于训练样本中发现一般的事实?得分/总分A.Deductivelearning
演绎学习B.Supervisedlearning
有监督学习C.Inductivelearning
归纳学习D.Reinforcementlearning
强化学习6单选(1分)Whichstatementbestdescribesthetaskof“classification”inmachinelearning?
哪一个是机器学习中“分类”任务的正确描述?得分/总分A.Toassignacategorytoeachitem.
为每个项目分配一个类别。B.Tosimplifyinputsbymappingthemintoalowerspace.将其映射到低维空间来简化输入。C.Noneoftheaboveiscorrect
以上都不正确D.Tofindthedistributionofinputsinsomespace.
发现某个空间中输入的分布。7单选(1分)Whichstatementbestdescribesthetaskof“regression”inmachinelearning?
哪一个是机器学习中“回归”任务的正确描述?得分/总分A.Topredictarealvalueforeachitem.
预测每个项目实际的值。B.Togroupdataobjects.
对数据对象进行分组。C.Toorderitemsaccordingtosomecriterion.
依据某个准则对项目进行排序。D.Noneoftheaboveiscorrect
以上都不正确8单选(1分)Whichstatementbestdescribesthetaskof“dimensionalityreduction”inmachinelearning?
哪一个是机器学习中“降维”任务的正确描述?得分/总分A.Toassignacategorytoeachitem.
为每个项目分配一个类别。B.Tofindthedistributionofinputsinsomespace.
发现某个空间中输入的分布。C.Noneoftheaboveiscorrect
以上都不正确D.Tosimplifyinputsbymappingthemintoalowerspace.将其映射到低维空间来简化输入。9单选(1分)Whichstatementbestdescribestheparadigmof“supervisedlearning”inmachinelearning?
哪一个是机器学习中“有监督学习”范式的正确描述?得分/总分A.Itaimstolearnsomeinformationusingalimitedamountoftrainingexamples.旨在采用有限数量的训练样本来学习一些信息。B.Itreceivesasetoflabeleddataandmakespredictionsforallunseendata.接收一组标注数据并对所有的未知数据做出预测。C.Itaimstolearnsomeinformationfromone,oronlyafew,trainingexamples.旨在从一个、或仅有的几个训练样本中学习一些信息。D.Itisabletosolveataskdespitenothavingreceivedanytrainingexamplesofthattask.能够求解一个任务,即使没有得到该任务的任何训练样本。10单选(1分)Whichstatementbestdescribestheparadigmof“unsupervisedlearning”inmachinelearning?
哪一个是机器学习中“无监督学习”范式的正确描述?得分/总分A.Itreceivesexclusivelyunlabeleddataandmakespredictionsforallunseendata.仅仅接收未标注数据并对所有的未知数据做出预测。B.Itaimstolearnsomeinformationusingalimitedamountoftrainingexamples.旨在采用有限数量的训练样本来学习一些信息。C.Itaimstolearnsomeinformationfromone,oronlyafew,trainingexamples.旨在从一个、或仅有的几个训练样本中学习一些信息。D.Itisabletosolveataskdespitenothavingreceivedanytrainingexamplesofthattask.能够求解一个任务,即使没有得到该任务的任何训练样本。11单选(1分)Whichlearningparadigmdoesitapplystoringknowledgetoadifferentbutrelatedproblem?
哪种学习范式把储备的知识用于不同但相关的问题?得分/总分A.Noneoftheaboveiscorrect
以上都不正确B.Ensemblelearning
集成学习C.Transferlearning
迁移学习D.Activelearning
主动式学习12多选(1分)Selectthefollowingtruestatementsregardingtheconceptofartificialintelligence.
选择以下关于人工智能概念的正确表述。得分/总分A.Artificialintelligenceistheintelligenceexhibitedbymachinesorsoftware.
人工智能是通过机器或软件展现的智能。B.Artificialintelligenceistostudyandconstructagentprogramsthatperformwellinagivenenvironment.人工智能是研究和构建在给定环境下表现良好的智能体程序。C.Artificialintelligencedefinesitselfasthestudyofhumanagents.人工智能将其定义为人类智能体的研究。D.Artificialintelligenceaimstocreateintelligentmachines.人工智能旨在创造智能机器。13多选(1分)WhichofthefollowingstatementsaretruetodescribestrongAI(GeneralAI)?
下列陈述中哪些是描述强AI(通用AI)的正确答案?得分/总分A.Theappropriatelyprogrammedcomputerwiththerightinputsandoutputswouldtherebyhaveamindinexactlythesamesensehumanbeingshaveminds.是经过适当编程的具有正确输入和输出的计算机,因此有与人类同样判断力的头脑。B.Itmeansamachinewiththeabilitytoapplyintelligencetoanyproblem.指的是一种机器,具有将智能应用于任何问题的能力。C.Itisahypotheticalagentthatpossessesintelligencefarsurpassingthatofthebrightestandmostgiftedhumanminds.是一个假定的智能体,拥有远远超过聪明和最有天赋的人类大脑的智能。D.Itdefinesnon-sentientcomputerintelligenceorAIthatisfocusedononenarrowtask(justonespecificproblem).其定义为无意识的计算机智能,或专注于一个狭窄任务(仅针对一个具体问题)的AI。14多选(1分)Forthefollowingcomparisons,selectwhichapproachesaremoregeneralandmoreamenabletoscientificdevelopment.对于如下比拟,选择哪些方法更通用并且更适合于科学开发。得分/总分A.Thinkinghumanly
类人思考B.Actingrationally
理性动作C.Actinghumanly
类人动作D.Thinkingrationally
理性思考15多选(1分)Arationalagentisonethatdoestherightthing,butwhatdoesitmeantodotherightthing?Consideringtheconsequencesoftheagent’sbehavior,selectthefollowingtruestatementsregardingtheconceptof"rightthing".
理性智能体指的是有正确行为的智能体,但正确的行为意味着什么?考虑智能体行为的后果,选择下列有关“正确的行为”概念的真实陈述。得分/总分A.Thissequenceofactionscausestheenvironmenttogothroughasequenceofstates.
这些动作序列引起环境改变而产生状态序列。B.Butifthesequenceisundesirable,thentheagentdestroystheenvironment.但若该序列是不期望的,则该智能体对其环境造成破坏。C.Anagentinanenvironmentgeneratesasequenceofactionsaccordingtothepercepts.
智能体在某个环境中依据感知生成动作序列。D.Ifthesequenceisdesirable,thentheagenthasperformedwell.如果该序列是所期望的,则该智能体表现良好。16多选(1分)Selectwhichofthefollowingsearchmethodsaretrueuninformedsearch.
选择如下哪些搜索方法属于无信息搜索。得分/总分A.GreedySearch
贪婪搜索B.Best-firstSearch
最佳优先搜索C.Depth-limitedsearch
深度受限搜索D.Depth-firstsearch
深度优先搜索17多选(1分)Thesearchstrategiesthatuseproblem-specificknowledgebeyondthedefinitionoftheproblemitselfareknownas:
除了问题本身的定义之外,使用问题特定知识的搜索策略被认为是:得分/总分A.Binarysearch
二元搜索B.Bruteforcesearch
蛮力搜索C.Informedsearch
有信息搜索D.Heuristicsearch
启发式搜18多选(1分)Hillclimbingsearchissometimescalledgreedylocalsearchbecauseitgrabsagoodneighborstatewithoutthinkingaheadaboutwheretogonext.Unfortunately,itoftengetsstuckforthethreereasons:
爬山搜索有时也被称为贪婪局部搜索,因为它只顾抓住一个好的邻接点的状态,而不提前思考下一步该去哪儿。它在三种情况下经常被困:得分/总分A.Ridges
山岭B.Plateaux
高原C.Localminima
局部最小值D.Localmaxima
局部最大值19多选(1分)WhichofthefollowingstatementsaretrueaboutSimulatedannealingalgorithm?以下关于模拟退火算法的表述哪些是正确的?得分/总分A.Insteadofpickingtherandommove,simulatedannealingalgorithmpicksabestmove.模拟退火算法不是选择随机行动,而是选择最佳行动。B.Theinnerloopofthesimulatedannealingalgorithmisquitesimilartohillclimbing.模拟退火算法的内循环与爬山法非常相似。C.Insteadofpickingthebestmove,simulatedannealingalgorithmpicksarandommove.模拟退火算法不是选择最佳行动,而是选择随机行动。D.Theinnerloopofthesimulatedannealingalgorithmisverydifferentfromhillclimbing.模拟退火算法的内循环与爬山法完全不同。20多选(1分)Selectthefollowingtruestatementsregardingtheconceptofminimaxruleforazerosumgame.
从如下关于零和博弈minimax规则的概念中选择正确的答案。得分/总分A.Eachplayermaximizesthemaximumpayoffpossibleforitself.每个玩家会使自己可能的最大收益变得最大。B.Eachplayermaximizesthemaximumlosspossiblefortheother.每个玩家会使对手可能的最大损失变得最大。C.Eachplayerminimizesthemaximumlosspossiblefortheother.每个玩家会使对手可能的最大损失变得最小。D.Eachplayerminimizesthemaximumpayoffpossibleforitself.每个玩家会使自己可能的最大收益变得最小。21多选(1分)Whichofthefollowingstatementsaretruetypesoftypesoflocalconsistencyforconstraintpropagation?
如下陈述中哪些是约束传播局部一致性的正确类型?得分/总分A.Graphconsistency
图一致B.Nodeconsistency
节点一致C.Arcconsistency
弧一致D.Pathconsistency
路径一致22多选(1分)Selectwhichofthefollowingstatementsaretrueaboutontology.
选择下列关于本体的陈述哪些是正确的。得分/总分A.Ontologiescanbedividedthetypesofupperontology,domainontology,orhyperontology.本体可被分为上层本体、领域本体、或混合本体。B.Ontologiescanbecreatedtoorganizeinformationthatwillbeappliedtoproblemsolving.本体可被创建为组织可用于问题求解的信息。C.Anontologyisaformalnaminganddefinitionofthetypes,properties,andinterrelationshipsoftheentitiesforaparticulardomainofdiscourse.本体是一种对特定论域中实体的类型、特性和相互关系的形式化命名和定义。D.Anontologyprovidesacommonvocabularyofanareaanddefinethemeaningofthetermsandtherelationshipsbetweenthem.
本体提供一个领域的公共词汇,并且定义一些术语的含义和它们之间的关系。23多选(1分)Whichofthefollowingapproachesareusedtoclassicalplanning?
下列方法中哪些可用于经典规划?得分/总分A.planrefinement
规划精进B.first-orderlogicaldeduction
一阶逻辑推理C.state-spacesearch
状态空间搜索D.planninggraph
规划图24多选(1分)Selectthefollowingtruepartiesregardingthethreepartiesofmachinelearning.
选择如下哪些派别是有关机器学习的三个派别?得分/总分A.Behaviorism
行为主义B.Connectionism
联结主义C.Logicalism
逻辑主义D.Subjectivism
主观主义25多选(1分)Selectthefollowingtruephrasesregardingthetypicalparadigmsinmachinelearning.
选择下列哪些是典型的机器学习范式。得分/总分A.Reinforcementlearning
强化学习B.Unsupervisedlearning
无监督学习C.Multimedialearning
多媒体学习D.Supervisedlearning
有监督学习26多选(1分)Selectwhichonesofthefollowingalgorithms(methods)havebeeninventedasthespecialalgorithmsdedicatedtoreinforcementlearning.选择下列哪些算法(方法)已被发明为专门用于强化学习的算法。得分/总分A.BehavioristPsychology行为学派心理学B.AsynchronousAdvantageActor-Critic
异步优势动作者·评论者C.NeuralEpisodicControl神经情景控制
D.DeepNetwork深度网络
27多选(1分)Whichofthefollowingphrasesaretruealgorithmsusedbymanifoldlearning?下列哪些是真正被流形学习使用的算法?得分/总分A.PCA(PrincipalComponentAnalysis)
PCA(主成分分析)B.LLE(LocallyLinearEmbeddings)
LLE(局部线性嵌入)C.SVM(SupportVectorMachine)
SVM(支撑向量机)D.LE(LaplacianEigenmaps)
LE(拉普拉斯特征映射)28多选(1分)Selectthefollowingtruephrasesinwhicheachonehasbeeninventedasalogicalmodelformachinelearning.从如下短语中选择真正地被发明为或被用作机器学习逻辑模型的方法。得分/总分A.First-orderlogic
一阶逻辑B.Decisiontree
决策树C.Associationrules
关联规则D.Adaptiveboosting
自适应性提升29多选(1分)WhichofthefollowingphrasesaretrueartificialneuralnetworksusedinmachineLearning?下列用于哪些是真正用于机器学习的人工神经网络?得分/总分A.Convolutionalneuralnetwork
卷积神经网络B.GenerativeAdversarialNetworks
生成对抗网络C.Wirelessnetwork
无线网络D.Deepauto-encoder
深度自动编码器30填空(1分)Rationallymeansthepropertyofasystemwhichdoesthe
rightthinggivenwhatit________.
理性指的是一个系统的属性,即在____已知_____的环境下做正确的事。(中英文回答均可)得分/总分请输入答案31填空(1分)Anintelligentagentisanythingthatcanbeviewedasperceivingitsenvironmentthroughsensors,andactinguponthatenvironmentthrough_______.
智能体可以看作是通过感受器感知外部环境,并且通过___执行器______作用于外部环境的任何事物。(中英文回答均可)得分/总分请输入答案32填空(1分)Localsearchalgorithmsoperateusingasinglecurrentnode(ratherthanmultiplepaths)andgenerallymoveonlyto______ofthatnode.局部搜索算法使用一个当前节点(而不是多条路径),并且通常仅移动到该节点的__相邻节点____。(中英文回答均可)得分/总分请输入答案33填空(1分)____________isadynamicgamewithprobabilistictransitionsplayedbyoneormoreplayers.
___随机博弈_________是一种具有概率转换的动态博弈,有一个或多个玩家。(中英文回答均可)得分/总分请输入答案34填空(1分)___________treesearchisontheanalysisofthemostpromisingmoves,expandingthesearchtreebasedonrandomsamplingofthesearchspace.
_____蒙特卡罗______树搜索对最有利的动作进行分析,根据搜索空间的随机采样来扩展搜索树。(中英文回答均可)得分/总分请输入答案35填空(1分)Aconstraintsatisfactionproblem(CSP)isdefinedasasetofobjectswhosestatemustsatisfyanumberof_______________.
约束满足问题(CSP)被定义为其状态必须满足若干______约束和限制_________的一组对象。(中英文回答均可)得分/总分请输入答案36填空(1分)MarkovDecisionProcess(MDP)isadiscretetime_______________process,meansactionoutcomesdependonlyonthecurrentstate.
马可夫决策过程(MDP)是一种离散时间_______随机控制________过程,意味着动作结果仅仅依赖于当前状态。(中英文回答均可)得分/总分请输入答案37填空(1分)Machinelearningisa_______ofartificialintelligence,concernstheconstructionandstudyofsystemsthatcanlearnfromdata.
机器学习是人工智能的一个____分支___,从事构建和研究可以从数据中学习的系统。(中英文回答均可)得分/总分请输入答案38填空(1分)Clusteringistoidentifysimilargroupsforinputobjects_____trainingdata,andclassificationistoassignpre-definedclassesforinputitemswithtrainingdata.
聚类是为输入对象标识相似的组,__没有___训练数据;而分类则是给输入项分派预定义的类,有训练数据。(中英文回答均可)得分/总分请输入答案39填空(1分)Theprobabilisticmodelinmachinelearningistouseprobabilitytheorytoexpressallformsof_____________.机器学习的概率模型是采用概率论来表示所有______不确定性______的形式。(中英文回答均可)得分/总分请输入答案40填空(1分)Anartificialneuralnetworkisanartificialrepresentationofthehumanbrainthattriestosimulateits_________processing.人工神经网络是一种人脑的人工表示,试图仿真其____学习_____过程。(中英文回答均可)得分/总分卷21单选(1分)TuringTestisdesignedtoprovidewhatkindofsatisfactoryoperationaldefinition?图灵测试旨在给予哪一种令人满意的操作定义?得分/总分A.machineintelligence
机器智能B.humanaction
人类动作C.humanthinking
人类思考D.humanintelligence
人类智能2单选(1分)Thinkingthedifferencesbetweenagentfunctionsandagentprograms,selectcorrectstatementsfromfollowingones.
考虑智能体函数与智能体程序的差异,从下列陈述中选择正确的答案。得分/总分A.Anagentfunctionimplementsanagentprogram.一个智能体函数实现一个智能体程序。B.Anagentprogramissameasanagentfunction.一个智能体程序与一个智能体函数相同。C.Anagentprogramimplementsanagentfunction.一个智能体程序实现一个智能体函数。D.Noneoftheaboveiscorrect以上都不正确3单选(1分)Therearetwomainkindsofformulationfor8-queensproblem.Whichofthefollowingoneistheformulationthatstartswithall8queensontheboardandmovesthemaround?
有两种8皇后问题的形式化方式。“初始时8个皇后都放在棋盘上,然后再进行移动”属于哪一种形式化方式?得分/总分A.Incrementalformulation
增量形式化B.Half-stateformulation
半态形式化C.Noneoftheaboveiscorrect
以上都不正确D.Complete-stateformulation
全态形式化4单选(1分)Whatkindofknowledgewillbeusedtodescribehowaproblemissolved?
哪种知识可用于描述如何求解问题?得分/总分A.Noneoftheaboveiscorrect
以上都不正确B.Proceduralknowledge
过程性知识C.Dynamicknowledge
动态知识D.Heuristicknowledge
启发性知识5单选(1分)Whichofthefollowingisusedtodiscovergeneralfactsfromtrainingexamples?
下列中哪个用于训练样本中发现一般的事实?得分/总分A.Inductivelearning
归纳学习B.Reinforcementlearning
强化学习C.Unsupervisedlearning
无监督学习D.Noneoftheaboveiscorrect
以上都不正确6单选(1分)Whichstatementbestdescribesthetaskof“classification”inmachinelearning?
哪一个是机器学习中“分类”任务的正确描述?得分/总分A.Tofindthedistributionofinputsinsomespace.
发现某个空间中输入的分布。B.Toorderitemsaccordingtosomecriterion.
依据某个准则对项目进行排序。C.Topredictarealvalueforeachitem.
预测每个项目实际的值。D.Toassignacategorytoeachitem.
为每个项目分配一个类别。7单选(1分)Whichstatementbestdescribesthetaskof“regression”inmachinelearning?
哪一个是机器学习中“回归”任务的正确描述?得分/总分A.Noneoftheaboveiscorrect
以上都不正确B.Tofindthedistributionofinputsinsomespace.
发现某个空间中输入的分布。C.Toassignacategorytoeachitem.
为每个项目分配一个类别。D.Topredictarealvalueforeachitem.
预测每个项目实际的值。8单选(1分)Whichstatementbestdescribesthetaskof“dimensionalityreduction”inmachinelearning?
哪一个是机器学习中“降维”任务的正确描述?得分/总分A.Toorderitemsaccordingtosomecriterion.
依据某个准则对项目进行排序。B.Tosimplifyinputsbymappingthemintoalowerspace.将其映射到低维空间来简化输入。C.Togroupdataobjects.
对数据对象进行分组。D.Topredictarealvalueforeachitem.
预测每个项目实际的值。9单选(1分)Whichstatementbestdescribestheparadigmof“supervisedlearning”inmachinelearning?
哪一个是机器学习中“有监督学习”范式的正确描述?得分/总分A.Itisabletosolveataskdespitenothavingreceivedanytrainingexamplesofthattask.能够求解一个任务,即使没有得到该任务的任何训练样本。B.Itreceivesasetoflabeleddataandmakespredictionsforallunseendata.接收一组标注数据并对所有的未知数据做出预测。C.Itisaclassofsupervisedlearningtechniquesthatalsomakeuseofunlabeleddatafortraining.属于有监督学习算法一类,此外还利用未标记数据进行训练。D.Itaimstolearnsomeinformationusingalimitedamountoftrainingexamples.旨在采用有限数量的训练样本来学习一些信息。10单选(1分)Whichstatementbestdescribestheparadigmof“unsupervisedlearning”inmachinelearning?
哪一个是机器学习中“无监督学习”范式的正确描述?得分/总分A.Itaimstolearnsomeinformationusingalimitedamountoftrainingexamples.旨在采用有限数量的训练样本来学习一些信息。B.Noneoftheaboveiscorrect以上都不正确C.Itaimstolearnsomeinformationfromone,oronlyafew,trainingexamples.旨在从一个、或仅有的几个训练样本中学习一些信息。D.Itreceivesexclusivelyunlabeleddataandmakespredictionsforallunseendata.仅仅接收未标注数据并对所有的未知数据做出预测。11单选(1分)Whichlearningparadigmdoesitapplystoringknowledgetoadifferentbutrelatedproblem?
哪种学习范式把储备的知识用于不同但相关的问题?得分/总分A.Noneoftheaboveiscorrect
以上都不正确B.Collaborativelearning
协同式学习C.Transferlearning
迁移学习D.Ensemblelearning
集成学习12多选(1分)Selectthefollowingtruestatementsregardingtheconceptofartificialintelligence.
选择以下关于人工智能概念的正确表述。得分/总分A.Artificialintelligenceistoenablethedevelopmentofcomputersthatareabletodothingsnormallydonebyhuman.人工智能是为了开发一类计算机使之能够完成通常由人类所能做的事。B.Artificialintelligenceistheintelligenceexhibitedbymachinesorsoftware.
人工智能是通过机器或软件展现的智能。C.Artificialintelligencedefinesitselfasthestudyofhumanagents.人工智能将其定义为人类智能体的研究。D.Artificialintelligenceistostudyandconstructagentprogramsthatperformwellinagivenenvironment.人工智能是研究和构建在给定环境下表现良好的智能体程序。13多选(1分)WhichofthefollowingstatementsaretruetodescribestrongAI(GeneralAI)?
下列陈述中哪些是描述强AI(通用AI)的正确答案?得分/总分A.Itdefinesnon-sentientcomputerintelligenceorAIthatisfocusedononenarrowtask(justonespecificproblem).其定义为无意识的计算机智能,或专注于一个狭窄任务(仅针对一个具体问题)的AI。B.Itisahypotheticalagentthatpossessesintelligencefarsurpassingthatofthebrightestandmostgiftedhumanminds.是一个假定的智能体,拥有远远超过聪明和最有天赋的人类大脑的智能。C.Itmeansamachinewiththeabilitytoapplyintelligencetoanyproblem.指的是一种机器,具有将智能应用于任何问题的能力。D.Theappropriatelyprogrammedcomputerwiththerightinputsandoutputswouldtherebyhaveamindinexactlythesamesensehumanbeingshaveminds.是经过适当编程的具有正确输入和输出的计算机,因此有与人类同样判断力的头脑。14多选(1分)Forthefollowingcomparisons,selectwhichapproachesaremoregeneralandmoreamenabletoscientificdevelopment.对于如下比拟,选择哪些方法更通用并且更适合于科学开发。得分/总分A.Actinghumanly
类人动作B.Actingrationally
理性动作C.Thinkinghumanly
类人思考D.Thinkingrationally
理性思考15多选(1分)Arationalagentisonethatdoestherightthing,butwhatdoesitmeantodotherightthing?Consideringtheconsequencesoftheagent’sbehavior,selectthefollowingtruestatementsregardingtheconceptof"rightthing".
理性智能体指的是有正确行为的智能体,但正确的行为意味着什么?考虑智能体行为的后果,选择下列有关“正确的行为”概念的真实陈述。得分/总分A.Anagentinanenvironmentgeneratesasequenceofactionsaccordingtothepercepts.
智能体在某个环境中依据感知生成动作序列。B.Butifthesequenceisundesirable,thentheagentdestroystheenvironment.但若该序列是不期望的,则该智能体对其环境造成破坏。C.Thissequenceofactionscausestheenvironmenttogothroughasequenceofstates.
这些动作序列引起环境改变而产生状态序列。D.Ifthesequenceisdesirable,thentheagenthasperformedwell.如果该序列是所期望的,则该智能体表现良好。16多选(1分)Selectwhichofthefollowingsearchmethodsaretrueuninformedsearch.
选择如下哪些搜索方法属于无信息搜索。得分/总分A.Breadth-firstsearch
宽度优先搜索B.GreedySearch
贪婪搜索C.Bidirectionalsearch
双向搜索D.A*Search
A*搜索17多选(1分)Thesearchstrategiesthatuseproblem-specificknowledgebeyondthedefinitionoftheproblemitselfareknownas:
除了问题本身的定义之外,使用问题特定知识的搜索策略被认为是:得分/总分A.Informedsearch
有信息搜索B.Binarysearch
二元搜索C.Bruteforcesearch
蛮力搜索D.Heuristicsearch
启发式搜18多选(1分)Hillclimbingsearchissometimescalledgreedylocalsearchbecauseitgrabsagoodneighborstatewithoutthinkingaheadaboutwheretogonext.Unfortunately,itoftengetsstuckforthethreereasons:
爬山搜索有时也被称为贪婪局部搜索,因为它只顾抓住一个好的邻接点的状态,而不提前思考下一步该去哪儿。它在三种情况下经常被困:得分/总分A.Plateaux
高原B.Localmaxima
局部最大值C.Ridges
山岭D.Hill
山丘19多选(1分)WhichofthefollowingstatementsaretrueaboutSimulatedannealingalgorithm?以下关于模拟退火算法的表述哪些是正确的?得分/总分A.Insteadofpickingthebestmove,simulatedannealingalgorithmpicksarandommove.模拟退火算法不是选择最佳行动,而是选择随机行动。B.Theinnerloopofthesimulatedannealingalgorithmisverydifferentfromhillclimbing.模拟退火算法的内循环与爬山法完全不同。C.Insteadofpickingtherandommove,simulatedannealingalgorithmpicksabestmove.模拟退火算法不是选择随机行动,而是选择最佳行动。D.Theinnerloopofthesimulatedannealingalgorithmisquitesimilartohillclimbing.模拟退火算法的内循环与爬山法非常相似。20多选(1分)Selectthefollowingtruestatementsregardingtheconceptofminimaxruleforazerosumgame.
从如下关于零和博弈minimax规则的概念中选择正确的答案。得分/总分A.Eachplayermaximizesthemaximumpayoffpossibleforitself.每个玩家会使自己可能的最大收益变得最大。B.Eachplayerminimizesthemaximumpayoffpossibleforitself.每个玩家会使自己可能的最大收益变得最小。C.Eachplayerminimizesthemaximumlosspossiblefortheother.每个玩家会使对手可能的最大损失变得最小。D.Eachplayermaximizesthemaximumlosspossiblefortheother.每个玩家会使对手可能的最大损失变得最大。21多选(1分)Whichofthefollowingstatementsaretruetypesoftypesoflocalconsistencyforconstraintpropagation?
如下陈述中哪些是约束传播局部一致性的正确类型?得分/总分A.Nodeconsistency
节点一致B.Loopconsistency
环路一致C.k-consistency
k一致D.Pathconsistency
路径一致22多选(1分)Selectwhichofthefollowingstatementsaretrueaboutontology.
选择下列关于本体的陈述哪些是正确的。得分/总分A.Ontologiescanbecreatedtoorganizeinformationthatwillbeappliedtoproblemsolving.本体可被创建为组织可用于问题求解的信息。B.Ontologiescannotbecreatedtoorganizeinformationthatwillbeappliedtoproblemsolving.本体不能被创建为组织可用于问题求解的信息。C.Ontologiescanbedividedthetypesofupperontology,domainontology,orhyperontology.本体可被分为上层本体、领域本体、或混合本体。D.Ontologiescannotbedividedthetypesofupperontology,domainontology,orhyperontology.本体不能被分为上层本体、领域本体、或混合本体。23多选(1分)Whichofthefollowingapproachesareusedtoclassicalplanning?
下列方法中哪些可用于经典规划?得分/总分A.first-orderlogicaldeduction
一阶逻辑推理B.Booleansatisfiability
布尔可满足性C.planninggraph
规划图D.planrefinement
规划精进24多选(1分)Selectthefollowingtruepartiesregardingthethreepartiesofmachinelearning.
选择如下哪些派别是有关机器学习的三个派别?得分/总分A.Symbolicism
符号主义B.Subjectivism
主观主义C.Behaviorism
行为主义D.Connectionism
联结主义25多选(1分)Selectthefollowingtruephrasesregardingthetypicalparadigmsinmachinelearning.
选择下列哪些是典型的机器学习范式。得分/总分A.Informallearning
非正式学习B.Supervisedlearning
有监督学习C.Augmentedlearning
增强学习D.Unsupervisedlearning
无监督学习26多选(1分)Selectwhichonesofthefollowingalgorithms(methods)havebeeninventedasthespecialalgorithmsdedicatedtoreinforcementlearning.选择下列哪些算法(方法)已被发明为专门用于强化学习的算法。得分/总分A.AsynchronousAdvantageActor-Critic
异步优势动作者·评论者B.NeuralEpisodicControl神经情景控制
C.DeterministicPolicyGradients确定性策略梯度D.DeepNetwork深度网络
27多选(1分)Whichofthefollowingphrasesaretruealgorithmsusedbymanifoldlearning?下列哪些是真正被流形学习使用的算法?得分/总分A.LE(LaplacianEigenmaps)
LE(拉普拉斯特征映射)B.Isomap(Isometricmapping)
Isomap(等距映射)C.LLE(LocallyLinearEmbeddings)
LLE(局部线性嵌入)D.HMM(HiddenMarkovmodels)
HMM(隐藏马可夫模型)28多选(1分)Selectthefollowingtruephrasesinwhicheachonehasbeeninventedasalogicalmodelformachinelearning.从如下短语中选择真正地被发明为或被用作机器学习逻辑模型的方法。得分
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
评论
0/150
提交评论