搜索资源列表
感知准则函数
- 感知准则函数,包括固定增量法和梯度下降法,都是模式识别中的基础算法.-perceptual function criteria, including fixed increment and the gradient method, which is pattern recognition algorithm based.
BpNetJava
- 单隐层神经网络,采用标准梯度下降法进行训练-single hidden layer neural network, using standard gradient method for training
bp.rar
- BP神经网络自适应步长训练算法,采用最小误差法,梯度下降法,自适应调节权值,BP neural network training anaysis, is realized by using error feed back, gradient descent applied updating of synaptic weights
bp
- 用bp算法拟合正弦曲线,并采集数据。其基本思想是梯度下降法。-Sine curve fitting algorithm with a bp, and collecting data. The basic idea is the gradient descent method.
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
zuisutidu
- 最速梯度下降法-Steepest gradient descent method
BpTRAINING
- 自适应步长BP神经网络训练算法,采用最小误差和梯度下降法更新权值- BP neural network training anaysis, realized by using error feed back, gradient descent applied updating of synaptic weights
shenjingwangluo
- 基于神经网络的手势识别,神经网络的权重可以通过梯度下降法来学习,识别算法对上,下,合并,停止四种姿势进行识别,效果很好。-Gesture recognition based on neural network, neural network weights by gradient descent method to study, identify the algorithm to the upper and lower, merge, stop four kinds of gestures to
PSO_BP
- 基于粒子群和BP神经网络的混合优化策略算法。将改进PSO算法与BP神经网络结合,用PSO算法取代梯度下降法来优化神经网络的连接权值和阈值。程序简单易懂。-Based on Particle Swarm and the BP neural network algorithm for hybrid optimization strategy. Will improve the PSO algorithm and BP neural network, using PSO algorithm to re
BP
- 人工神经网络的C语言实现,程序涉及梯度下降法,函数求逆及偏导数的实现-Artificial Neural Networks C-language implementation, the program involves gradient descent method, function inverse and the partial derivative of the realization of
BPnn
- 基于随机梯度下降法的两层sigmoid神经元的BP算法-Stochastic gradient descent method based on two layers of sigmoid neurons in the BP algorithm
BPANN
- 本例采用vc编程实现BP神经网络,程序将涉及到梯度下降法、函数求逆,以及偏导数的实现。-In this case using vc BP neural network programming, the program will involve the gradient descent method, the inverse function, as well as the realization of partial derivatives.
Establishment-of-BP-neural-network
- 构建BP神经网络,使用梯度下降法训练BP神经网络-Establishment of BP neural network using gradient descent training of BP neural network
Gradient-descent-of--regression
- 给定一组数据,用梯度下降法进行一元线性回归。包含数据和源程序。-Given a set of data, a linear regression using the gradient descent method. Contains the data and source code
Car_Rvaluation2
- 利用梯度下降法训练一个神经网络,确定合适的权值,并且进行验证-Neural network
BJM
- 采用梯度下降法确定RBF神经网络基函数的中心,煤气炉数据辨识的仿真研究-Using gradient descent method to determine the center of the RBF neural network basis function, the identification of the gas furnace data simulation study
RBF自适应
- 基于梯度下降法RBF自适应神经网络控制(RBF adaptive neural network control based on gradient descent method)
梯度下降法 回溯直线搜索 python代码
- 梯度下降法 回溯直线搜索 python代码 包含回溯直线搜索,以及初始值相同时不同alpha,beta值对下降速度的影响测试 用jupyter notebook打开
gradient_descent
- 梯度下降法python编程实例 附带相关数据文件在data.csv中 这个是油管up主Siraj Raval的课程代码(A demo of gradient descent algorithm. This is the code for "Intro - The Math of Intelligence" by Siraj Raval on Youtube)
梯度下降法
- python编写的梯度下降法,用于深度学习的初步入门