搜索结果
找到约 34 项符合
Iterative 的查询结果
按分类筛选
人工智能/神经网络 The EM algorithm is short for Expectation-Maximization algorithm. It is based on an iterative optimi
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 re ...
数学计算 This folder contains all the codes based on Matlab Language for the book <《Iterative Methods for
This folder contains all the codes based on Matlab Language for the book <《Iterative Methods for Linear and Nonlinear Equations》, and there are totally 21 M files, which can solve most of linear and nonlinear equations problems.
数学计算 Using Jacobi method and Gauss-Seidel iterative methods to solve the following system The require
Using Jacobi method and Gauss-Seidel iterative methods to solve the following system
The required precision is   =0.00001, and the maximum iteration number N=25. Compare the number of iterations and the convergence of these two methods
数学计算 We can see that using Gauss-Seidel iterative methods need only 13 timed to make   =
We can see that using Gauss-Seidel iterative methods need only 13 timed to make          
But using Jacobi method after 25 times the    is bigger than that using Gauss-Seidel iterative methods
其他 iterative 解码库,matlab 和 c写的
iterative 解码库,matlab 和 c写的,
包括turbo code和LDPC的编解码,
含源代码
文章/文档 For this reason, iterative soft decoding has been studied to approach the optimal ML decoding perf
For this reason,
iterative soft decoding has been studied to approach the optimal
ML decoding performance at affordable complexity.
数学计算 The jacobi.f program solves the Helmholtz equation on a regular mesh, using an iterative Jacobi meth
The jacobi.f program solves the Helmholtz equation on a regular mesh, using an iterative Jacobi method with over-relaxation. Parallelism is exploited in both the solver and the numerical error checking
Java编程 a molecular graph kernel based on iterative graph similarity and optimal assignments
a molecular graph kernel based on iterative graph similarity and optimal assignments
其他 maday meiron patera Analysis of iterative methods for the steady and unsteady Stokes problem
maday meiron patera Analysis of iterative methods for the steady and unsteady Stokes problem
数学计算 This program contains the iterative methods of finding solutions of the equation f(x)=0, which are a
This program contains the iterative methods of finding solutions of the equation f(x)=0, which are also known as the roots of the equation f(x)=0
The methods are:
-bisection
-false position
-newton raphson
-secant