搜索资源列表
感知准则函数
- 感知准则函数,包括固定增量法和梯度下降法,都是模式识别中的基础算法.-perceptual function criteria, including fixed increment and the gradient method, which is pattern recognition algorithm based.
Conjugateexamples
- 实现共轭梯度法的实例,该算法是一种优化算法,其具体优越性相信用者自知!-achieve conjugate gradient method example, the algorithm is an optimization algorithm, the specific advantages of knowing who to believe!
bp2
- 基于梯度下降的BP算法,可以调整学习率可动量因子.-based on the gradient descent algorithm BP, the learning rate can be adjusted momentum factor.
BpNetJava
- 单隐层神经网络,采用标准梯度下降法进行训练-single hidden layer neural network, using standard gradient method for training
BPgaijin
- 采用动量梯度下降算法训练BP网络,有需要的下哦~-using gradient descent algorithm BP training network, it is necessary to the next, oh ~
gongetidu
- 优化算法,共厄梯度法 fortran 90编译-optimization algorithm, a total of Ecuador gradient method FORTRAN 90 compiler
similarity
- 基于平稳双正交小波变换实现图象梯度计算,本人用MATLAB编了一个,供大家参考-biorthogonal wavelet transform image gradient calculation, I used a series MATLAB, for your reference
BPpredict
- 运用比例共轭梯度动量算法来训练BP网络并对机械振动峰峰值进行预测。-use ratio conjugate gradient algorithm to train the momentum BP also peak of mechanical vibration prediction.
tdrbf
- (转载)在网上找的用梯度下降算法开发的rbf神经网络曲线拟和程序。 -(reproduced) on the Internet to find the gradient descent algorithm development of the neural network rbf curve fitting and procedures.
RBFtiduqwww
- *** ***梯度RBF神经网络-*** *** *** *** *** *** *** *** gradient RBF
minimize
- Conjugate Gradient Minimization在梯度下降算法中有着重要应用。可以解决一些一般方法不容易解决的问题
第四章 控制系统的分析方法
- 用Canny算子检测图像的边缘 P0404:图像的阈值分割 P0405:用水线阈值法分割图像 P0406:对矩阵进行四叉树分解 P0407:将图像分为文字和非文字的两个类别 P0408:形态学梯度检测二值图像的边缘 P0409:形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象-with Canny operator to detect the edges in the image P0404 : image thresholding segmentation P0405 : water
免疫算法
- In the last twenty years, the design of efficient function optimizers has been a crucial topic of research work. Many theoretical and practical research problems involve combinatorial optimization, which is obtaining the optimal solution among a fini
RBF
- 基于梯度法编写的RBF神经网络程序,实现对输入数据的逼近-Gradient method based on the preparation process of the RBF neural network to achieve the approximation of the input data
fminlbfgs_version2
- 这是一个快速的拟牛顿法程序,非常实用,非常强大-FMINLBFGS is a Memory efficient optimizer for problems such as image registration with large amounts of unknowns, and cpu-expensive gradients. Supported: - Quasi Newton Broyden–Fletcher–Goldfarb–Shanno (BFGS). -
Steepest
- 计算梯度下降法计算极值,只能找到局部最小点。可以通过调整步长实现全局最小-Calculation of gradient descent method to calculate extreme value, can only find local minimum point. By adjusting the step size can achieve the global minimum
conjugate_gradient
- conjugate gradient source code
Gradient-descent-of--regression
- 给定一组数据,用梯度下降法进行一元线性回归。包含数据和源程序。-Given a set of data, a linear regression using the gradient descent method. Contains the data and source code
HousePrice(gradient-descent)
- 利用机器学习算法实现南京房价预测。已知2000年至2013年的南京房价,利用梯度下降法预测2014年南京房价。-Nanjing using machine learning algorithm to predict prices. Known 2000-2013 Nanjing prices, using the gradient descent method to predict 2014 Nanjing prices.
Gradient-Descent-Toys
- Toy examples in Python for Gradient Descent Algorithm