版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
题目:机器学习与模式识别学号: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医学影像技术期末复习-医学免疫学(本医学影像技术)历年题库含答案详解
- 2026全国税务师职业资格考试(涉税服务相关法律)历年参考题库含答案详解
- 2026住院医师规培-江西-江西住院医师规培(核医学科)历年参考题库含答案详解
- 2026事业单位笔试-贵州-贵州西药学(医疗招聘)历年参考题库含答案详解
- 2026事业单位笔试-江西-江西神经内科(医疗招聘)历年参考题库含答案详解
- 2026事业单位工勤技能-黑龙江-黑龙江无损探伤工五级(初级工)历年参考题库含答案详解
- 2026事业单位工勤技能-陕西-陕西客房服务员二级(技师)历年参考题库含答案详解
- 2026事业单位工勤技能-辽宁-辽宁农业技术员三级(高级工)历年参考题库含答案详解
- 七年级英语下册人教版《Unit 6 Rain or Shine 第5课时》
- C语言开发工程师简约风单列式简历模板
- 《LY-T 3423-2025 生态修复用草种子质量分级》
- 论我国行政听证制度:演进、困境与突破
- 2026年高考全国Ⅱ卷英语试题(含答案和音频)
- 2026水利五大员(材料员)考试试题及答案
- 航空服务中的用户画像分析-洞察与解读
- 居民自建桩报装承诺书(无业委会)
- 宜宾市科教产业投资集团有限公司及其子公司2026年第一批员工公开招聘笔试参考试题及答案解析
- 特殊儿童精细动作训练
- 从“做题家”到“领跑者”:衡水中学拔尖创新人才培养策略
- 铸造车间管理制度培训
- 食品质量安全培训
评论
0/150
提交评论