贾伟中科院合肥 发表于 2015-9-26 17:46:32

机器学习资料大汇总

http://www.52ml.net/star?hmsr=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io

机器学习资料大汇总机器学习资料大汇总作者:我爱机器学习(52ml.net)注:本页面主要针对想快速上手机器学习而又不想深入研究的同学,对于专门的researcher,建议直接啃PRML,ESL,MLAPP以及你相应方向的书(比如Numerical Optimization,Graphic Model等),另外就是Follow牛会牛paper,如果谁有兴趣也可以一起来整理个专业的汇总页。本页面将持续更新,敬请关注,如有推荐的文章请留言,谢谢!000 开源工具机器学习的开源工具Python机器学习库C++矩阵运算库推荐001 公开课Machine Learning | Coursera Andrew NG在coursera上的课,难度比公开课略低,适合入门斯坦福大学公开课 :机器学习课程 Andrew NG在学校里面的课程,网易公开课有中英文字幕,可以配合笔记来看CMU机器学习系主任Tom Mitchell院士机器学习课程视频及课件(英文)机器学习|加州理工,老师是Yaser Abu-Mostafa,会从最基本的理论开始,为你构建机器学习的基础。机器学习基石 如果想听中文课程,台湾大学的这门就很合适,友情提示,台大的课程基本上都可以加快语速来听,原因你懂的
神经网络|多伦多大学 鼎鼎大名的Geoffrey Hinton ,这门课着实不容错过凸优化课程|斯坦福 授课老师是凸优化经典教材的作者Stephen Boyd!有难度有挑战!
概率图模型 coursera的另外一个创始人,Daphne Koller的课程,值得一提的是,Koller因提出了Probabilistic Relational Models拿到了2001年的IJCAI Computers and Thought Award统计学习|斯坦福 授课老师是ESL作者 ,还有同学把视频放在了百度网盘上~ 这个更快一些
1. 机器学习入门篇1.1 机器学习介绍机器学习-维基百科Machine Learning-Wikipedia机器学习简史规则与机器学习 不建议为了机器学习而机器学习,对于初学者应该是先规则再机器学习,规则直观,可以深入理解领域知识和特征,要记住一个机器学习的专家必须首先是该领域知识的专家。贝叶斯思想 MLAPP 第5章 Bayesian statistics 第6章 Frequentist statistics 机器学习第6章 贝叶斯学习监督学习 ESL 第2章 Overview of Supervised Learning1.2 书籍《统计学习方法》 第1章 统计学习方法概论《机器学习》(Mitchell) 第1章 引言PRML 第1章 IntroductionMLAPP 第1章 Introduction 第2章 ProbabilityESL 第1章 IntroductionSome Notes on Applied Mathematics for Machine (选修)Machine Learning Textbook minireviewsList of Cool Machine Learning Books1.3 数学基础线性代数:公开课:线性代数;推荐文章 : 线性代数的本质,概率论:公开课: 概率课|台大 叶老师为人风趣幽默,课程也比较简单,容易听进去             书籍:MLAPP第二章微积分:公开课:单变量微积分|MIT 多变量微积分|MIT
——————————————-1.4 LDALDA最佳学习资料汇总1.4 Spectral ClusteringSpectral Clustering最佳学习资料汇总1.5 图像处理图像处理和计算机视觉中的经典论文2 线性回归模型PRML 第3章 Linear Models for RegressionMLAPP 第7章 Linear Regression 第13章 Sparse Linear ModelsESL 第3章 Linear Method for Regression3 线性分类模型PRML 第4章 Linear Models for ClassificationMLAPP 第8章 Logistic Regression 第9章 Generalized Linear Models and the exponential familyESL 第4章 Linear Method for Classification统计机器学习 第6章 逻辑斯谛回归与最大熵模型4 神经网络PRML 第5章 Neural NetworksESL 第11章 Neural Networks统计学习方法 第2章 感知机机器学习 第4章 人工神经网络5 支持向量机统计学习方法 第7章 支持向量机 (强烈推荐)PRML 第6章 Kernel Methods 第7章 Sparse Kernel MachineESL 第12章 Support Vector Machines and Flexible DiscriminantsMLAPP 第14章 Kernels6 图模型PRML 第8章 Graphical ModelsMLAPP 第10章 Directed graphical models(Bayes nets) 第19章 Undirected Graphical Models(Marcov random fields)第20章 Exact inference for graphical models 第26章 Graphical model structure learning统计学习方法 第10章 隐马尔可夫模型 第11章 条件随机场机器学习 6.11 贝叶斯信念网ESL 第17章 Undirected Graphical ModelsKoller 的书Jordan 的书7 混合模型和EMPRML 第9章 Mixture Models and EMMLAPP 第11章 Mixture models and the EM algorithmESL 8.5 The EM Algorithm统计学习方法 第9章 EM算法及其推广8 近似推理PRML 第10章 Approximate InferenceMLAPP 第21章 Variational Inference 第22章 More Variational Inference9 采样方法PRML 第11章 Sampling MethodsMLAPP 第23章 Monte Carlo inference 第24章 Markov Chain Monte Carlo (MCMC) inferenceESL 8.6 MCMC for Sampling from Posterior10 PCAPRML 第12章 Continuous Latent VariablesMLAPP 第12章 Latent Linear ModelsESL 14.5 Principal Componens, Curves and Surfaces11 HMMPRML 13.1 13.2 Hidden Marcov ModelsMLAPP 第17章 Marcov and Hidden Marcov Models12 组合模型(投票,boosting,bagging,树模型,model averaging)PRML 第14章 Combining Models统计学习方法 第5章 决策树 第8章 提升方法MLAPP 第16章 Adaptive basis function modelsESL 第15章 Random Forests 第16章 Ensemble Learning 8.7 Bagging 第9章 Additive Models, Trees, and Related Methods 第10章 Boosting and Additive Trees机器学习 第3章 决策树学习14 聚类ESL 14.3 Cluster AnalysisMLAPP 25章 ClusteringPRML 9.1 K-means Clustering 15 近邻ELS 第13章 Protype Methods and Nearest-Neighbors16 Deep Learninghttp://deeplearning.net/Deep Learning TutorialMLAPP 第28章 Deep Learning2.2 Deep Learning教程UFLDL-斯坦福大学Andrew Ng教授“Deep Learning”教程3. 自然语言处理入门篇3.1 斯坦福大学自然语言处理公开课NLP | 斯坦福 授课教师是 Dan Jurafsky 以及 Christopher Manning,英文不是很有信心的可以参考《斯坦福大学自然语言处理公开课中文解读》NLP | 哥伦比亚授课老师是Michael Collins大神3.2 统计机器翻译Statistical Machine Translation统计机器翻译开源软件汇总

页: [1]
查看完整版本: 机器学习资料大汇总