水木-机器学习推荐论文和书籍

发信人: zibuyu (得之我幸), 信区: NLP 
标 题:
机器学习推荐论文和书籍 
发信站: 水木社区 (Thu Oct 30 21:00:39 2008),
站内 
我们组内某小神童师弟通读论文,拟了一个机器学习的推荐论文和书籍列表。 
经授权发布在这儿,希望对大家有用。:) 
====================================== 
基本模型: 
HMM(Hidden
Markov Models): 
A Tutorial on Hidden Markov Models and
Selected Applications in 
Speech
Recognition.pdf 
ME(Maximum
Entropy): 
ME_to_NLP.pdf 
MEMM(Maximum
Entropy Markov
Models): 
memm.pdf 
CRF(Conditional
Random Fields): 
An Introduction to Conditional Random
Fields for Relational Learning.pdf 
Conditional Random
Fields: Probabilistic Models for Segmenting and 
Labeling
Sequence Data.pdf 
SVM(support vector
machine): 
*张学工<<统计学习理论>> 
LSA(or
LSI)(Latent Semantic Analysis): 
Latent semantic
analysis.pdf 
pLSA(or pLSI)(Probablistic Latent Semantic
Analysis): 
Probabilistic Latent Semantic
Analysis.pdf 
LDA(Latent Dirichlet
Allocation): 
Latent Dirichlet Allocaton.pdf(用variational
theory + EM算法解模型) 
Parameter estimation for text
analysis.pdf(using Gibbs Sampling 解模) 
Neural
Networksi(including Hopfield Model& self-organizing maps

Stochastic networks & Boltzmann Machine
etc.): 
Neural Networks - A Systematic
Introduction 
Diffusion
Networks: 
Diffusion Networks, Products of Experts, and
Factor Analysis.pdf 
Markov random
fields: 
Generalized Linear Model(including logistic
regression etc.): 
An introduction to Generalized Linear
Models 2nd 
Chinese Restraunt Model (Dirichlet
Processes): 
Dirichlet Processes, Chinese Restaurant
Processes and all that.pdf 
Estimating a Dirichlet
Distribution.pdf 
================================================================= 
Some
important algorithms:
 
EM(Expectation
Maximization): 
Expectation Maximization and Posterior
Constraints.pdf 
Maximum Likelihood from Incomplete Data
via the EM Algorithm.pdf 
MCMC(Markov Chain Monte Carlo)
& Gibbs Sampling: 
Markov Chain Monte Carlo and Gibbs
Sampling.pdf 
Explaining the Gibbs
Sampler.pdf 
An introduction to MCMC for Machine
Learning.pdf 
PageRank: 
矩阵分解算法: 
SVD,
QR分解, Shur分解, LU分解, 谱分解 
Boosting( including
Adaboost): 
*adaboost_talk.pdf 
Spectral
Clustering: 
Tutorial on spectral
clustering.pdf 
Energy-Based
Learning: 
A tutorial on Energy-based
learning.pdf 
Belief
Propagation: 
Understanding Belief Propagation and its
Generalizations.pdf 
bp.pdf 
Construction
free energy approximation and generalized
belief 
propagation
algorithms.pdf 
Loopy Belief Propagation for Approximate
Inference An Empirical Study.pdf 
Loopy Belief
Propagation.pdf 
AP (affinity
Propagation): 
L-BFGS: 
<<最优化理论与算法
2nd>> chapter 10 
On the limited memory BFGS method
for large scale
optimization.pdf 
IIS: 
IIS.pdf 
================================================================= 
理论部分: 
概率图(probabilistic
networks): 
An introduction to Variational Methods for
Graphical Models.pdf 
Probabilistic
Networks 
Factor Graphs and the Sum-Product
Algorithm.pdf 
Constructing Free Energy Approximations and
Generalized Belief 
Propagation
Algorithms.pdf 
*Graphical Models, exponential families,
and variational inference.pdf 
Variational
Theory(变分理论,我们只用概率图上的变分): 
Tutorial on varational
approximation methods.pdf 
A variational Bayesian framework
for graphical models.pdf 
variational
tutorial.pdf 
Information
Theory: 
Elements of Information Theory
2nd.pdf 
测度论: 
测度论(Halmos).pdf 
测度论讲义(严加安).pdf 
概率论: 
...... 
<<概率与测度论>> 
随机过程: 
应用随机过程
林元烈
2002.pdf 
<<随机数学引论>> 
Matrix
Theory: 
矩阵分析与应用.pdf 
模式识别: 
<<模式识别
2nd>> 边肇祺 
*Pattern Recognition and Machine
Learning.pdf 
最优化理论: 
<> 
<<最优化理论与算法>> 
泛函分析: 
<<泛函分析导论及应用>> 
Kernel理论: 
<<模式分析的核方法>> 
统计学: 
...... 
<<统计手册>> 
========================================================== 
综合: 
semi-supervised
learning: 
<> MIT Press 
semi-supervised learning based on
Graph.pdf 
Co-training: 
Self-training:

水木-机器学习推荐论文和书籍,布布扣,bubuko.com

时间: 2024-11-06 11:49:55

水木-机器学习推荐论文和书籍的相关文章

[转载] 推荐的C++书籍以及阅读顺序

2014-06-17 转载自 oiramario 的文章 推荐的C++书籍以及阅读顺序 当读者有一定c/c++基础 推荐的阅读顺序: level 1 从<<essential c++>>开始,短小精悍,可以对c++能进一步了解其特性 以<<c++ primer>>作字典和课外读物,因为太厚不可能一口气看完level 2 然后从<<effective c++>>开始转职,这是圣经,请遵守10诫,要经常看,没事就拿来翻翻 接着是<&

机器学习推荐书籍

机器学习 周志华:<机器学习> 李航:<统计学习方法> 图灵程序设计丛书:<机器学习实战> 机械工业出版社:<机器学习实战:基于Scikit-Learn和TensorFlow > 前两本书,在我们实验室基本人手一本,可见其真的很好.这两本我都读过,周老师讲的浅显易懂,推荐初学者读.李航老师是从统计学的角度分析机器学习算法,书中公式较多,建议有一定基础的小伙伴阅读.后两本书,我也推荐,都是对机器学习算法的实现.图灵书籍的那本机器学习代码主要通过python实现

linux学习书籍推荐linux学习书籍推荐

引用地址:http://www.cnblogs.com/notepi/archive/2013/06/15/3137103.html Linux 学习书目推荐 Linux基础 1.<Linux与Unix Shell 编程指南> C语言基础 1.<C Primer Plus,5th Edition>[美]Stephen Prata著 2.<The  C Programming Language, 2nd Edition>[美]Brian W. Kernighan Davi

为Linux技术学习推荐看的书籍—《Linux就该这么学》

成长,是一种经历:经历,是一种人生的体验.人生的意义不在于我们拥有了什么,而在于从中我们体悟了什么.在这短短的三年,却在我的人生中弥足珍贵,在脑海中记忆犹新,在这大学三年里,我从一个莽撞少年成长为一名合格的大学生,从一无所知到见多识广.再回头想想自己在过去的三年里学到了什么,得到了什么成长.在这三年中我收获了许多,更重要的是收获了一种友谊,学到了一门知识,正是因为这种友谊的存在,知识能量,才使我更加积极,更加勤奋. 选择了计算机为专业的我,自然比较注重实践.虽然在学习中都是听老师讲,但能把自己在

2020年司法考试各科目老师推荐及备考书籍

2020年司法考试各科目老师推荐及机构总结: 刑法:柏浪涛 --柏杜社 民法:钟秀勇 --瑞达 刑诉:左宁 --众合 民诉:戴鹏 --众合 行政:李佳 --众合 三国:杨帆 --瑞达 理论:杜洪波 --柏杜社 商经:鄢梦萱 --厚大 司法考试 卷号 考试日期 考试时间 各卷科目 客观题 试卷一 9月5日.6日 8:30-11:30,考试时间180分钟 中国特色社会主义法治理论.法理学.宪法.中国法律史.国际法.司法制度和法律职业道德.刑法.刑事诉讼法.行政法与行政诉讼法 试卷二 9月5日.6日

机器学习经典论文/survey合集

Active Learning Two Faces of Active Learning, Dasgupta, 2011 Active Learning Literature Survey, Settles, 2010 Applications A Survey of Emerging Approaches to Spam Filtering, Caruana, 2012 Ambient Intelligence: A Survey, Sadri, 2011 A Survey of Online

Java并发编程从入门到精通 张振华.Jack --【吐血推荐、热销书籍】

[当当.京东.天猫.亚马逊.新华书店等均有销售]目 录 第一部分:线程并发基础 第1章 概念部分   1 1.1 CPU核心数.线程数 (主流cpu,线程数的大体情况说一下) 1 1.2 CPU时间片轮转机制 2 1.3 什么是进程和什么是线程 4 1.4 进程和线程的比较 5 1.5 什么是并行运行 7 1.6 什么是多并发运行 8 1.7 什么是吞吐量 9 1.8  多并发编程的意义及其好处和注意事项 10 1.9  分布式与并发运算关系 11 1.10 Linux和Window多并发可以采

群友推荐的java书籍[更新中...]

一. java开发类 1.  唯品会开发手册1.0.2版 - 一个在线的java全方位规范 -- 刘礼*荐 地址: https://vipshop.github.io/vjtools/#/standard/ 2. Java核心技术 卷I:基础知识(原书第10版)  -- 刘礼*荐 原文地址:https://www.cnblogs.com/rushAvenda/p/10050695.html

机器学习------资源分享

=======================国内==================== 之前自己一直想总结一下国内搞机器学习和数据挖掘的大牛,但是自己太懒了.所以没搞… 最近看到了下面转载的这篇博文,感觉总结的比较全面了. 个人认为,但从整体研究实力来说,机器学习和数据挖掘方向国内最强的地方还是在MSRA, 那边的相关研究小组太多,很多方向都能和数据挖掘扯上边.这里我再补充几个相关研究方向 的年轻老师和学者吧. 蔡登:http://www.cad.zju.edu.cn/home/dengca