Location:
Search - gaus
Search list
Description: The EM algorithm is short for Expectation-Maximization algorithm. It is based on an iterative optimization of the centers and widths of the kernels. The aim is to optimize the likelihood that the given data points are generated by a mixture of Gaussians. The numbers next to the Gaussians give the relative importance (amplitude) of each component.-The EM algorithm is short for Expectation - Maximization algorithm. It is based on an ITERA tive optimization of the centers and widths of t he kernels. The aim is to optimize the likelihoo d that the given data points are generated by a mi xture of Gaussians. The numbers next to the Gaus sians give the relative importance (amplitude ) of each component.
Platform: |
Size: 15614 |
Author: 陈伟 |
Hits:
Description: 1.功能
用高斯方法计算n重积分(C语言)
2.参数说明
int n : 积分重数
int js[n] : js[k]表示第k层积分区间所划分的子区间
void (*ss)() : 指向计算各层积分上、下限的函数名(用户自编)
double (*f)() : 指向计算被积函数值的函数名(用户自编)
double gaus() : 函数返回积分值
3.文件说明
gaus.c为函数程序
gaus0.c为主函数程序-1. Gaussian function method using n-integration (C) 2. Note int n parameters : Integral focus on the following int js [n] : js [k] said k-interval division of subinterval void (* ss) () : at all levels of integral calculation of the maximum and minimum levels of function (user wrote) double (* f) () : plot at the function were calculated value of the function (user wrote) double gaus () : function returns three integral values. This document explains procedures gaus.c to function mainly function procedures gaus0.c
Platform: |
Size: 1915 |
Author: 罗坤 |
Hits:
Description: 很有用的算法哦。这是我好不容易-useful algorithm oh. This is not easy, I
Platform: |
Size: 8948 |
Author: 王丹 |
Hits:
Description: 很有用的算法哦。这是我好不容易-useful algorithm oh. This is not easy, I
Platform: |
Size: 59392 |
Author: 王丹 |
Hits:
Description: The EM algorithm is short for Expectation-Maximization algorithm. It is based on an iterative optimization of the centers and widths of the kernels. The aim is to optimize the likelihood that the given data points are generated by a mixture of Gaussians. The numbers next to the Gaussians give the relative importance (amplitude) of each component.-The EM algorithm is short for Expectation- Maximization algorithm. It is based on an ITERA tive optimization of the centers and widths of t he kernels. The aim is to optimize the likelihoo d that the given data points are generated by a mi xture of Gaussians. The numbers next to the Gaus sians give the relative importance (amplitude ) of each component.
Platform: |
Size: 15360 |
Author: 陈伟 |
Hits:
Description: 1.功能
用高斯方法计算n重积分(C语言)
2.参数说明
int n : 积分重数
int js[n] : js[k]表示第k层积分区间所划分的子区间
void (*ss)() : 指向计算各层积分上、下限的函数名(用户自编)
double (*f)() : 指向计算被积函数值的函数名(用户自编)
double gaus() : 函数返回积分值
3.文件说明
gaus.c为函数程序
gaus0.c为主函数程序-1. Gaussian function method using n-integration (C) 2. Note int n parameters : Integral focus on the following int js [n] : js [k] said k-interval division of subinterval void (* ss) () : at all levels of integral calculation of the maximum and minimum levels of function (user wrote) double (* f) () : plot at the function were calculated value of the function (user wrote) double gaus () : function returns three integral values. This document explains procedures gaus.c to function mainly function procedures gaus0.c
Platform: |
Size: 2048 |
Author: 罗坤 |
Hits:
Description: gauss-seidel算法实现对方程组的求解-gauss-seidel algorithm for the equations
Platform: |
Size: 1024 |
Author: |
Hits:
Description: 用高斯-约当消去法求解A[XY]=[BI].由于消去过程是在全矩阵中选主元来进行的,故可使舍入误差对结果的影响减到最小-Using Gauss- Jordan elimination method to solve A [XY] = [BI]. Since the elimination process is selected in the whole matrix of the PCA to carry out, it will enable the rounding error on the results to minimize the impact of
Platform: |
Size: 1024 |
Author: 俞培春 |
Hits:
Description: Easy example for Gaus blur algorthm
Platform: |
Size: 464896 |
Author: DmT |
Hits:
Description: metodo de nevillemetodo Gaus seidel jacobi y mas
Platform: |
Size: 1024 |
Author: kakarotho |
Hits:
Description: Support Vector Cla s sification and Gaus sian Kernel with Multiple Widths
Platform: |
Size: 297984 |
Author: 田燕红 |
Hits:
Description: gaussian lower filter goruntu isleme filtresi gaus noise gurultu olusturma
Platform: |
Size: 1024 |
Author: qozmo |
Hits:
Description: Gaus Method and Method of Ribbon Racing
Platform: |
Size: 79872 |
Author: Tanya |
Hits:
Description: Reduccion por metodo de gaus jordan
Platform: |
Size: 2048 |
Author: mauricio198827 |
Hits:
Description: 这段代码是最近调试的一段ECG滤波检波的软件,它实现了对一段ECG数据的GAUS变换滤波,能较为准确的测定出P,Q,R,S,T等关键波的长度及特征。有兴趣的可以-This code is the latest section of ECG filtering detector debugging software, which implements the ECG data on a GAUS transform filtering, can be more accurate determination of the P, Q, R, S, T, and the length of the critical wave characteristics. Interested to see
Platform: |
Size: 2627584 |
Author: yofee hu |
Hits:
Description: 强壮的人脸识别系统,发表于cvpr2011年,程序是应用matlab实现-Recently the sparse representation (or coding) based classifi cation (SRC) has been successfully used in face recognition. In SRC, the testing image is represented as
a sparse linear combination of the training samples, and
the representation fi delity is measured by the 2-norm or
1-norm of coding residual. Such a sparse coding model
actually assumes that the coding residual follows Gaus-
sian or Laplacian distribution, which may not be accurate
enough to describe the coding errors in practice. In this
paper, we propose a new scheme, namely the robust sparse
coding (RSC), by modeling the sparse coding as a sparsity-
constrained robust regression problem. The RSC seeks for
the MLE (maximum likelihood estimation) solution of the
sparse coding problem, and it is much more robust to out-
liers (e.g., occlusions, corruptions, etc.) than SRC. An
effi cient iteratively reweighted sparse coding algorithm is
proposed to solve the RSC model. Extensive
Platform: |
Size: 1216512 |
Author: 刘大明 |
Hits:
Description: gaus code to find the eadge of the coloe in HSI color segmentation
Platform: |
Size: 1024 |
Author: mohammad |
Hits:
Description: 全选主元高斯消去法求解线性代数方程组AX=B的全部解-QuanXuan primary gaussian elimination method is used to solve the linear algebra equations AX = B of all solutions
Platform: |
Size: 1024 |
Author: 戴敏 |
Hits:
Description: 一维线性高斯电流源时域有限差分算法,pec边界-One-dimensional linear Gaussian current source FDTD algorithm, pec boundary
Platform: |
Size: 1024 |
Author: 孙经纬 |
Hits:
Description: Gaus Algoritm Gaus Algoritm Gaus Algoritm-Gaus Algoritm Gaus Algoritm Gaus Algoritm Gaus Algoritm
Platform: |
Size: 7168 |
Author: crysis |
Hits: