很经典的参考书。 1 Introduction 2 Probability Distributions 3 Linear Models for Regression 4 Linear Models for Classification 5 Neural Networks 6 Kernel Methods 7 Sparse Kernel Machines 8 Graphical Models 9 Mixture Models and EM 10 Approximate Inference 11 Sampling Methods ...
2023-12-14 23:37:53 8.6MB Pattern Recognition Machine
1
本资源包含Pattern Recognition And Machine Learning的英文版和由马春鹏翻译的中文版。
2023-04-13 21:42:41 17.77MB 模式识别
1
CSDN上Pattern Recognition and Machine Learning_PRML这本书下载的积分要太高,所以干脆自己上传一个好了,打开网盘链接可以看到有没有失效,txt文档中有密码,祝大家科研顺利!https://pan.baidu.com/s/1Rlx_2pmnwTSQZ8zF3urRrA
2023-03-20 13:59:15 64B ML
1
模式识别 Pattern Recognition 英文版 第四版 By Sergios Theodoridis
2023-03-12 14:52:04 11.74MB Pttern Recognition Sergios Theodoridis
1
Information Science and Statistics Pattern recognition has its origins in engineering, whereas machine learning grew out of computer science. However, these activities can be viewed as two facets of the same field, and together they have undergone substantial development over the past ten years. In particular, Bayesian methods have grown from a specialist niche to become mainstream, while graphical models have emerged as a general framework for describing and applying probabilistic models. Also, the practical applicability of Bayesian methods has been greatly enhanced through the development of a range of approximate inference algorithms such as variational Bayes and expectation propagation. Similarly, new models based on kernels have had significant impact on both algorithms and applications.
2023-02-20 18:40:04 16.27MB 模式识别 机器学习 M. Jordan
1
The first version of this book was a set of lecture notes for a graduate course on data mining and applications in science and technology organized by the Swedish National Graduate School in Scientific Computing (NGSSC). Since then the material has been used and further developed for an undergraduate course on numerical algorithms for data mining and IT at Link¨oping University. This is a second course in scientific computing for computer science students.
2023-02-19 17:04:23 17.93MB pattern recognition
1
压缩包中包含Pattern Recognition Letters的LateX模板和word模板。
2023-02-15 15:33:48 348KB PRLetters
1
官网就给了个sty文件,不知道咋弄的可以下载这个压缩包,直接添加内容
2023-02-15 15:32:45 321KB latex
lda分类代码matlab 怎么跑 所有matlab源代码都在代码文件夹中。 代码文件夹还包含一个文件夹images ,其中包含我选择的所有图像(从 1 到 20)以及文件夹me中我自己拍摄的照片。 1. PCA 在code文件夹中,运行 pca() 它将首先加载图像,然后生成 PC。 它将进行 2D 和 3D 可视化并绘制 3 个特征面。 然后它将图像投影到 40、80 和 200 维,并使用最近邻进行分类。 所有步骤都在代码的注释中进行了描述。 2.LDA 在code文件夹中,运行 lda() 它将首先加载图像,然后生成 LDA。 它将进行 2D 和 3D 可视化。 然后它将图像投影到 2、3 和 9 维,并使用最近邻进行分类。 所有步骤都在代码的注释中进行了描述。 3. 支持向量机 在code文件夹中,运行 [acc_origin, acc_80, acc_200] = svm(C) 它将首先加载图像并使用 SVM 进行分类并输出准确率。 然后它将执行 PCA 以获取 PC。 它将使用 PC 将数据投影到 80 维和 200 维。它将使用 SVM 对这些维数为 80 和 200
2023-01-04 20:42:40 6KB 系统开源
1
bishop 的经典之作,学机器学习的首先,贝叶斯观点来解读模型
2022-10-25 23:05:15 5.4MB pattern_recognition machine_learning
1