搜索结果
找到约 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.
matlab例程 RLS,Demonstration of Wiener filter,LMS filter,Steep-descent algorithm
RLS,Demonstration of Wiener filter,LMS filter,Steep-descent algorithm
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.
人工智能/神经网络 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 ...
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 ...
matlab例程 几个matlab的实力
几个matlab的实力,包括:
非线性微分方程的求解.doc
RLS,Demonstration of Wiener filter,LMS filter,Steep-descent algorithm.doc
matlab下gabor滤波算法,可以提取图象纹理特征.doc
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 ...
数学计算 数值线性代数的Matlab应用程序包 共13个程序函数
数值线性代数的Matlab应用程序包
共13个程序函数,每个程序函数有相应的例子函数一一对应,以*Example.m命名
程序名称 用途 Method 方法
GrmSch.m QR因子分解 classical Gram-Schmidt orthogonalization 格拉母-斯密特
MGrmSch.m QR因子分解 modified Gram-Schmidt iteration 修正格拉母-斯密特
househol ...
通讯/手机编程 用于汽车巡航控制系统的模糊控制算法
用于汽车巡航控制系统的模糊控制算法,以及如何利用梯度下降法和卡尔曼滤波来优化模糊控制器的算法。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 ...
源码 BP神经网络非线性分类器
BP 神经网络的基本思想:信号的正向传播+误差的反向传播。
¡  信号的正向传播:输入样本从输入层传入,经各隐层逐层处理后,传向输出层。
¡  误差的反向传播:将输入误差以某种形式通过隐层向输入层逐层反传,并将误差分摊给各层的所有单元,从而获得各层单元的误差信号来作为修正各单元权值 ...