水木-机器学习推荐论文和书籍
發信人: 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:
總結
以上是生活随笔為你收集整理的水木-机器学习推荐论文和书籍的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 一稿多投与重复发表
- 下一篇: 查全率[召回率]与精度[查准率] 之辨析