版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
题目:机器学习与模式识别学号:02115***姓名:*** MachineLearningandPatternRecognitionAbstractRecently,machinelearninghasdevelopedrapidlyininformationfield.Also,ithasacloserelationshipwithpatternrecognition.Machininglearninghasbeenappliedtopatternrecognitionsuccessfully.Therefore,thepaperdescribesthebasiccharacteristicsofmachinelearningandpatternrecognition,whichincludestheconcepts,development,applicationandclassification.Italsoprovidesanapplicationperspectiveforunderstandingtheconceptsofmachiningandpatternrecognition.Keywords:MachineLearningPatternRecognition0.IntroductionMachinelearningisoneofthecoreproblemsofartificialintelligenceresearch.Itsapplicationhasbeenthroughoutallbranchesofartificialintelligence,suchasexpertsystems,automatedreasoninginthefieldofnaturallanguageunderstanding,patternrecognition,computervision,intelligentrobotics.Justasitsnameimplies,Machinelearningistoletthecomputertolearnsomewaytoimproveitsperformance.Patternrecognitioncanbeseenassomethingwhichcandividedifferentobjectsintodifferentcategories.Humanscandeepentheirunderstandingofthingsthroughcontinuouslearning,similarlythepatternrecognitionsystembasedonsimulatinghumanintelligencealsoneedstoimproveitsclassificationperformancethroughmachinelearningalgorithmimprovements,sothecontactbetweenmachinelearningandpatternrecognitionisgettingcloserandcloser.Thisarticlewillexplainthebasicconceptsofmachinelearningandpatternrecognition,patternrecognitionanalysisinseveralmachinelearningalgorithms.1.MachineLearning1.1ThedefinitionofmachinelearningCurrently,theaccuratedefinitionofmachinelearning:forcertainassignmentTandperformancemetricsP,ifacomputerprogramtomeasuretheperformanceofPandalongwiththeexperienceofself-improvementonT,thenwecallthecomputerprogramislearningfromexperienceE.1.2TheworkingmechanismofthemachinelearningsystemTheenvironmentprovidescertaininformationtothelearningpartsofthesystem,thenthelearningpartusesthisinformationtomodifyitsknowledgebasetoenhancetheperformanceofexecutionpart;Theexecutiondoitsworkaccordingtheknowledgebase,alsobringbacktheacquiredinformationtolearningpart.Theprocesscanbeseenasacertainprocessthatthemachinelearningsystemacquireknowledgeautomaticallywithinformationwhichareprovidedbyinternalandexternalenvironment.EnvironmentLearningpartKnowledgebaseExecutionpart1.3ThedesignofthemachinelearningsystemTherearemainlytwopartsthatneedbetakenintoconsiderationwhendesigningaperfectmachinelearningsystem:Modelselectionanddesign,Learningalgorithmselectionanddesign.Differentmodelsdeterminedifferentobjectivefunctionsanddifferentlearningmechanisms.Thecomplexityandcapacityofalgorithmdeterminethecapacityandefficiencyofthelearningsystem.Alsothesizeoftrainingsamplesandfeatureselectionproblemarethekeyfactorswhichwillconstrainmachinelearningsystemperformance.2.MachinelearningalgorithminpatternrecognitionPatternrecognitionmeansthatweshouldanalyzeperceptionsignal.Itisaprocessofidentificationandinterpretation.Wecandrawapicturetodescribethisprocess.获取数据预处理特征生成特征选择模式分类后处理机器学习Thecoreissueofmachinelearningissearchingproblems.Asfordifferentapplicationmodels,theresearchershavedesignedsomedifferentsearchingalgorithms.Currentlyinthefieldofpatternrecognition,weoftenusegeneticalgorithms,neuralnetworks,supportvectormachines,k-nearestneighbormethodandothermachinelearningalgorithms.2.1GeneticalgorithmCharacteristicdimensionisamajorprobleminmachinelearning,becausethecharacteristicspresentedfromcertainmodelhavedifferentweightsinreflectingthenatureofthings.Butsomeshowednosignificantcontributiontothecatagories,evenredundant,sothefeatureselectionprocessisverycritical.Geneticalgorithmcansolvethisproblemtosomeextendasaoptimizationalgorithm.Geneticalgorithmnotonlycanchoosethefeaturethatnotonlyreflectstheoriginalinformation,butalsohaveasignificantimpactontheclassificationresults.TherearethreekindsofoperationinGA.Selection-reproduction,crossover,aswellasmutation.Weusuallydoasfollows:ChooseNchromosomesfrompopulationSinNseparatetimes.TheprobabilityofoneindividualbeingchosenisP(xi).ThecomputationalformulaofP(xi):Thereisachancethatthechromosomesofthetwoparentsarecopiedunmodifiedasoffspring,orrandomlyrecombined(crossover)toformoffspring.Alsothereisachancethatageneofachildischangedrandomly.Generallythechanceofmutationislow.GAhavefourbasicelementsfromthepresent:codingstrategies;settinginitialpopulation;designoffitnessfunction;geneticoperatorsdesign,chooseoperator,crossoveroperator,mutationoperator,andthesehavebeenaimportantpointsinimproving.2.2ArtificialneuralnetworksNeuralnetworkisanewtechnologyinthefieldofmachinelearning.Manypeoplehaveheardoftheword,butfewpeoplereallyunderstandwhatitis.Thebasicneuralnetworkfunctions,includingitsgeneralstructure,relatedterms,typesandapplications.Inpatternrecognitionapplications,aclassifierusinganeuralnetworkisdesignedbyarelativelysmallnumberofneuronsconnectedtogetheraccordingtocertainrulesofnetworksystem,andeachneuroninthenetworkhavethesamestructure.Neuronstypicallyexpressedasamultiple-input,single-outputnonlinearelements,itsstructurecanbedesignedlikethis:Asalinklearningalgorithm,neuralnetworkfeaturesare:parallelprocessingofinformation,storageanddistributionofstrongfaulttolerance;self-learning,self-organizationandself-applicability.Throughtraining,theneuralnetworkcanautomaticallyadjustitsnetworkconfigurationparameterstosimulatethenonlinearrelationshipbetweeninputandoutput,sowhenwegivethenetworksomeinputs,wecangettherightclassification.2.3SupportvectormachinesThesizeoftrainingsamplesinmachinelearningsysteminfluencetheabilityofgeneralizationlearningsystem.Inmachinelearning,supportvectormachines(SVMs,alsosupportvectornetworks)aresupervisedlearningmodelswithassociatedlearningalgorithmsthatanalyzedataandrecognizepatterns,usedforclassificationandregressionanalysis.Givenasetoftrainingexamples,eachmarkedasbelongingtooneoftwocategories,anSVMtrainingalgorithmbuildsamodelthatassignsnewexamplesintoonecategoryortheother,makingitanon-probabilisticbinarylinearclassifier.AnSVMmodelisarepresentationoftheexamplesaspointsinspace,mappedsothattheexamplesoftheseparatecategoriesaredividedbyacleargapthatisaswideaspossible.Newexamplesarethenmappedintothatsamespaceandpredictedtobelongtoacategorybasedonwhichsideofthegaptheyfallon.Inadditiontoperforminglinearclassification,SVMscanefficientlyperforma
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 2026辽宁沈阳兴远东汽车零部件有限公司招聘2人备考题库及答案详解(历年真题)
- 2026江西南昌市青山湖区住房和城乡建设局下属事业单位招聘8人备考题库(含答案详解)
- 2026内蒙古阿拉善盟事业单位招聘工作人员暨“智汇驼乡·鸿雁归巢”143人备考题库含答案详解(完整版)
- 2026江苏苏州电瓷厂股份有限公司招聘12人备考题库附答案详解(基础题)
- 2026广东江门公用水务环境股份有限公司招聘2人备考题库含答案详解(黄金题型)
- 2026四川成都市公共交通集团有限公司招聘投资管理专员岗位备考题库含答案详解(a卷)
- 2026年新疆工业学院招聘事业单位工作人员备考题库(第一批61人)及参考答案详解1套
- 2026上海宝山区世外学校招聘14人备考题库及完整答案详解1套
- 2026广东深圳武宣县中医医院招聘编外聘用人员4人备考题库(第一期)及1套参考答案详解
- 2026南京银行上海分行长期社会招聘备考题库附答案详解(能力提升)
- 工作票四种人培训课件
- 2025年中金暑期研究部笔试及答案
- 区块链助力医疗数据安全响应的实时性提升
- 搭建商铺协议书
- 2025年水利工程质量检测员考试题库及答案(云南省)
- 2026年河南工业贸易职业学院单招职业适应性测试题库参考答案详解
- 《长方形、正方形面积的计算》教案数学课件
- 2025国防素养大赛试题及答案
- 地理信息安全在线培训考试系统题库及答案
- 2025年上海通管局类安全员b证考试题库及答案
- 绘画班培训招生活动方案
评论
0/150
提交评论