搜索结果

找到约 10 项符合 descent 的查询结果

matlab例程 this is Demonstration of Wiener filter,LMS filter,Steep-descent algorithm.

this is Demonstration of Wiener filter,LMS filter,Steep-descent algorithm.
https://www.eeworm.com/dl/665/205442.html
下载: 121
查看: 1241

matlab例程 RLS,Demonstration of Wiener filter,LMS filter,Steep-descent algorithm

RLS,Demonstration of Wiener filter,LMS filter,Steep-descent algorithm
https://www.eeworm.com/dl/665/299678.html
下载: 91
查看: 1124

matlab例程 GDDEMO runs a little demonstration of gradient descent in Matlab. Launch Matlab, and type gddemo to

GDDEMO runs a little demonstration of gradient descent in Matlab. Launch Matlab, and type gddemo to get started.
https://www.eeworm.com/dl/665/416921.html
下载: 97
查看: 1045

人工智能/神经网络 For the incomplete methods, we kept the representation of the queens by a table and the method of ca

For the incomplete methods, we kept the representation of the queens by a table and the method of calculation to determine if two queens are in conflict, which is much faster for this kind of problems than the representation by a matrix. heuristics: descent. Tests: 100 queens in less than 1 second ...
https://www.eeworm.com/dl/650/149108.html
下载: 29
查看: 1051

matlab例程 物流分析工具包。Facility location: Continuous minisum facility location, alternate location-allocation (ALA)

物流分析工具包。Facility location: Continuous minisum facility location, alternate location-allocation (ALA) procedure, discrete uncapacitated facility location Vehicle routing: VRP, VRP with time windows, traveling salesman problem (TSP) Networks: Shortest path, min cost network flow, minimum spa ...
https://www.eeworm.com/dl/665/153823.html
下载: 52
查看: 1091

matlab例程 几个matlab的实力

几个matlab的实力,包括: 非线性微分方程的求解.doc RLS,Demonstration of Wiener filter,LMS filter,Steep-descent algorithm.doc matlab下gabor滤波算法,可以提取图象纹理特征.doc
https://www.eeworm.com/dl/665/160386.html
下载: 90
查看: 1043

matlab例程 % COMPDIR Computes a search direction in a subspace defined by Z. % Helper function for NLCONST.

% COMPDIR Computes a search direction in a subspace defined by Z. % Helper function for NLCONST. % Returns Newton direction if possible. % Returns random direction if gradient is small. % Otherwise, returns steepest descent direction. % If the steepest descent direction is small it computes ...
https://www.eeworm.com/dl/665/214094.html
下载: 117
查看: 1059

数学计算 数值线性代数的Matlab应用程序包 共13个程序函数

数值线性代数的Matlab应用程序包 共13个程序函数,每个程序函数有相应的例子函数一一对应,以*Example.m命名 程序名称 用途 Method 方法 GrmSch.m QR因子分解 classical Gram-Schmidt orthogonalization 格拉母-斯密特 MGrmSch.m QR因子分解 modified Gram-Schmidt iteration 修正格拉母-斯密特 househol ...
https://www.eeworm.com/dl/641/297087.html
下载: 165
查看: 1352

通讯/手机编程 用于汽车巡航控制系统的模糊控制算法

用于汽车巡航控制系统的模糊控制算法,以及如何利用梯度下降法和卡尔曼滤波来优化模糊控制器的算法。The files illustrate a simple fuzzy control algorithm as applied to an automobile cruise control system. The files also illustrate how gradient descent and Kalman filtering can be used to optimize the fuzzy ...
https://www.eeworm.com/dl/527/342747.html
下载: 26
查看: 1053

源码 BP神经网络非线性分类器

BP 神经网络的基本思想:信号的正向传播+误差的反向传播。 ¡  信号的正向传播:输入样本从输入层传入,经各隐层逐层处理后,传向输出层。 ¡  误差的反向传播:将输入误差以某种形式通过隐层向输入层逐层反传,并将误差分摊给各层的所有单元,从而获得各层单元的误差信号来作为修正各单元权值 ...
https://www.eeworm.com/dl/515227.html
下载: 1
查看: 62