问题为什么现在的计算机处理智能信息效率很低

上传人:仙*** 文档编号:221463865 上传时间:2023-07-06 格式:PPT 页数:24 大小:2.35MB
收藏 版权申诉 举报 下载
问题为什么现在的计算机处理智能信息效率很低_第1页
第1页 / 共24页
问题为什么现在的计算机处理智能信息效率很低_第2页
第2页 / 共24页
问题为什么现在的计算机处理智能信息效率很低_第3页
第3页 / 共24页
资源描述:

《问题为什么现在的计算机处理智能信息效率很低》由会员分享,可在线阅读,更多相关《问题为什么现在的计算机处理智能信息效率很低(24页珍藏版)》请在装配图网上搜索。

1、Prof.Liqing ZhangProf.Liqing ZhangDept.Computer Science&Engineering,Shanghai Jiaotong UniversityStatistical Learning&InferenceBooks and ReferencesTrevor Hastie Robert Tibshirani Jerome Friedman,The Elements The Elements of statistical Learning:of statistical Learning:Data Mining,Inference,and Predic

2、tion,Data Mining,Inference,and Prediction,2001,2001,Springer-VerlagSpringer-VerlagVladimir N.Vapnik,The Nature of Statistical Learning Theory,2nd ed.,Springer,2000S.Mendelson,A few notes on Statistical Learning Theory in Advanced Lectures in Machine Learning:Machine Learning Summer School 2002,S.Men

3、delson and A.J.Smola(eds),Lecture Notes in Computer Science,2600,Springer,2003M.Vidyasagar,Learning and generalization:with applications to neural networks,2nd ed.,Springer,20032023/7/62Overview of the CourseuIntroductionuOverview of Supervised LearninguLinear Method for Regression and Classificatio

4、nuBasis Expansions and RegularizationuKernel MethodsuModel Selections and InferenceuSupport Vector MachineuBayesian InferenceuUnsupervised Learning2023/7/63Why Statistical Learning?u我门被信息淹没,但却缺乏知识。-R.Rogeru恬静的统计学家改变了我们的世界;不是通过发现新的事实或者开发新技术,而是通过改变我们的推理、实验和观点的形成方式。-I.Hackingu问题:为什么现在的计算机处理智能信息效率很低?图像、

5、视频、音频认知语言2023/7/64ML:SARS Risk PredictionSARS RiskAgeGenderBlood PressureChest X-RayPre-Hospital AttributesAlbuminBlood pO2White CountRBC CountIn-Hospital Attributes2023/7/65ML:Auto Vehicle NavigationSteering Direction2023/7/66Protein Folding2023/7/67The Scale of Biomedical Data2023/7/68计算科学与脑科学u计算机

6、信息处理计算机信息处理基于逻辑的计算和数据分离数据处理与存储简单智能信息处理复杂、慢认知能力弱信息处理模式:逻辑概念统计信息u大脑信息处理大脑信息处理基于统计信息的计算计算和数据集成一体数据处理与存储未知智能信息处理简单、快速认知能力强信息处理模式:统计信息概念逻辑2023/7/69Function Estimation ModeluThe Function Estimation Model of learning examples:Generator(G)generates observations x(typically in Rn),independently drawn from so

7、me fixed distribution F(x)Supervisor(S)labels each input x with an output value y according to some fixed distribution F(y|x)Learning Machine(LM)“learns”from an i.i.d.l-sample of(x,y)-pairs output from G and S,by choosing a function that best approximates S from a parameterised function class f(x,),

8、where is in the parameter set2023/7/610Function Estimation ModeluKey concepts:F(x,y),an i.i.d.k-sample on F,functions f(x,)and the equivalent representation of each f using its index xGSLMyy2023/7/611uThe loss functional(L,Q)the error of a given function on a given exampleuThe risk functional(R)the

9、expected loss of a given function on an example drawn from F(x,y)the(usual concept of)generalisation error of a given function The Problem of Risk Minimization 2023/7/612The Problem of Risk MinimizationuThree Main Learning ProblemsPattern Recognition:Regression Estimation:Density Estimation:2023/7/6

10、13General FormulationuThe Goal of LearningGiven an i.i.d.k-sample z1,zk drawn from a fixed distribution F(z)For a function class loss functionals Q(z,),with in We wish to minimise the risk,finding a function*2023/7/614General FormulationuThe Empirical Risk Minimization(ERM)Inductive PrincipleDefine

11、the empirical risk(sample/training error):Define the empirical risk minimiser:ERM approximates Q(z,*)with Q(z,k)the Remp minimiserthat is ERM approximates*with kLeast-squares and Maximum-likelihood are realisations of ERM2023/7/6154 Issues of Learning Theory1.Theory of consistency of learning proces

12、sesWhat are(necessary and sufficient)conditions for consistency(convergence of Remp to R)of a learning process based on the ERM Principle?2.Non-asymptotic theory of the rate of convergence of learning processesHow fast is the rate of convergence of a learning process?3.Generalization ability of lear

13、ning processesHow can one control the rate of convergence(the generalization ability)of a learning process?4.Constructing learning algorithms(i.e.the SVM)How can one construct algorithms that can control the generalization ability?2023/7/616Change in Scientific MethodologyTRADITIONALuFormulate hypot

14、hesisuDesign experimentuCollect datauAnalyze resultsuReview hypothesisuRepeat/PublishNEWuDesign large experimentsuCollect large datauPut data in large databaseuFormulate hypothesisuEvaluate hypothesis on databaseuRun limited experiments uReview hypothesisuRepeat/Publish2023/7/617Learning&Adaptationu

15、In the broadest sense,any method that incorporates information from training samples in the design of a classifier employs learning.uDue to complexity of classification problems,we cannot guess the best classification decision ahead of time,we need to learn it.uCreating classifiers then involves pos

16、iting some general form of model,or form of the classifier,and using examples to learn the complete classifier.2023/7/618Supervised learninguIn supervised learning,a teacher provides a category label for each pattern in a training set.These are then used to train a classifier which can thereafter so

17、lve similar classification problems by itself.2023/7/619Unsupervised learninguIn unsupervised learning,or clustering,there is no explicit teacher or training data.The system forms natural clusters of input patterns and classifiers them based on clusters they belong to.2023/7/620Reinforcement learnin

18、guIn reinforcement learning,a teacher only says to classifier whether it is right when suggesting a category for a pattern.The teacher does not tell what the correct category is.2023/7/621ClassificationuThe task of the classifier component is to use the feature vector provided by the feature extract

19、or to assign the object to a category.uClassification is the main topic of this course.uThe abstraction provided by the feature vector representation of the input data enables the development of a largely domain-independent theory of classification.uEssentially the classifier divides the feature spa

20、ce into regions corresponding to different categories.2023/7/622ClassificationuThe degree of difficulty of the classification problem depends on the variability in the feature values for objects in the same category relative to the feature value variation between the categories.uVariability is natur

21、al or is due to noise.uVariability can be described through statistics leading to statistical pattern recognition.2023/7/623ClassificationuQuestion:How to design a classifier that can cope with the variability in feature values?What is the best possible performance?S(x)=0 Class AS(x)0Class BS(x)=0ObjectsX2(area)(perimeter)X1Object Representation in Feature SpaceNoise and Biological Variations Cause Class SpreadClassification error due to class overlap2023/7/624

展开阅读全文
温馨提示:
1: 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
2: 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
3.本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
5. 装配图网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
关于我们 - 网站声明 - 网站地图 - 资源地图 - 友情链接 - 网站客服 - 联系我们

copyright@ 2023-2025  zhuangpeitu.com 装配图网版权所有   联系电话:18123376007

备案号:ICP2024067431-1 川公网安备51140202000466号


本站为文档C2C交易模式,即用户上传的文档直接被用户下载,本站只是中间服务平台,本站所有文档下载所得的收益归上传人(含作者)所有。装配图网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。若文档所含内容侵犯了您的版权或隐私,请立即通知装配图网,我们立即给予删除!