自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

zfoox的摘记

好记性不如烂笔头

  • 博客(5)
  • 资源 (2)
  • 收藏
  • 关注

原创 解线性方程组的python实现(2)——矩阵三角分解法

1. 矩阵三角分解法实现代码2. LU分解2.1 基本步骤2.2 LU分解的计算公式2.3 LU分解的结果表示实现代码3. 选主元的LU分解3.1 基本原理3.2 算法过程描述实现代码4. 对称正定矩阵的Cholesky分解4.1 基本原理4.2 算法过程描述实现代码5. 追赶法实现代码

2020-09-21 21:57:36 3598 3

原创 Matlab符号计算与数值计算对比

Matlab的符号计算,需要用到一些常用符号工具箱函数,例如画出 f(x)=x2f(x)=x^2f(x)=x2 在 [0,3][0,3][0,3] 上的微分值:\qquad(1) 首先构造符号变量x,符号表达式f(x)=x^2,再利用工具箱函数 df=diff(f) 直接求出其导数为 df=2*x。因此,符号计算不会产生误差。\qquad(2) 微分值的计算使用工具箱函数subs(df,x,x0),其中x代表符号函数df中采用的符号变量(或者通过symvar(df)自动获取),x0 为待求解的点\.

2020-09-18 13:29:54 3483

原创 解线性方程组的python实现(1)——高斯主元消去法

1. 高斯(顺序)主元消去法 1.1 消去过程 1.2 回代过程求解 实现代码 2 列主元消去法 实现代码 3 高斯-约旦(Gauss-Jordan)消去法 实现代码

2020-09-13 21:21:00 3521

原创 数值微分的python实现

1. 数值微分常用公式 2. 插值型求导公式 实现代码 3. 基于数值积分的方法 实现代码 4. 数值微分的外推算法 实现代码

2020-09-10 17:25:08 5772

转载 Latex中改变下标的字体尺寸

下标字母为大写字母时,会显得不协调: $k_G$ (`$k_G$`)。 缩小下标字母的大小,可以用 $k_{_G}$ (`$k_{_G}$`) 取代 $k_G$。

2020-09-05 21:30:50 10818

Pattern Recognition and Machine Learning

The dramatic growth in practical applications for machine learning over the last ten years has been accompanied by many important developments in the underlying algorithms and techniques. For example, 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 techniques. The practical applicability of Bayesian methods has been greatly enhanced by the development of a range of approximate inference algorithms such as variational Bayes and expectation propagation, while new models based on kernels have had a significant impact on both algorithms and applications., This completely new textbook reflects these recent developments while providing a comprehensive introduction to the fields of pattern recognition and machine learning. It is aimed at advanced undergraduates or first-year PhD students, as well as researchers and practitioners. No previous knowledge of pattern recognition or machine learning concepts is assumed. Familiarity with multivariate calculus and basic linear algebra is required, and some experience in the use of probabilities would be helpful though not essential as the book includes a self-contained introduction to basic probability theory., The book is suitable for courses on machine learning, statistics, computer science, signal processing, computer vision, data mining, and bioinformatics. Extensive support is provided for course instructors, including more than 400 exercises, graded according to difficulty. Example solutions for a subset of the exercises are available from the book web site, while solutions for the remainder can be obtained by instructors from the publisher. The book is supported by a great deal of additional material, and the reader is encouraged to visit the book web site for the latest information.

2016-04-04

The EM Algorithm and Extensions 2ed

The EM Algorithm and Extensions 2ed, djvu格式

2016-04-04

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除