-
ADAM
说明: ADAM (Adaptive Moment Estimation)是另外一种自适应学习率算法,它结合动量梯度
下降法,在不同参数方向上采用不同学习率,保留前几次迭代的梯度,能够很好
的适应于稀疏数据。(ADAM (Adaptive Moment Estimation) is another adaptive learning rate algorithm, which combines momentum gradient.
The descent method, which uses different learning rates in different parameter directions and retains the gradients of previous iterations, is very good.
It is suitable for sparse data.)
- 2019-04-09 19:59:50下载
- 积分:1
-
vsc1_buchang_11kV_pu
无功功率补偿SVG,已经调试好了,可以用的(Reactive power compensation SVG, has been debugged, can be used.)
- 2018-06-12 15:04:10下载
- 积分:1
-
FFbp
Training a 3 layers feed forward neural network using back propagation algorithm
- 2011-11-24 02:38:11下载
- 积分:1
-
stance_dff
采用四阶龙格库塔方法进行微分方程解算,用matlab编写的源代码,主要用于四元素微分方程的实时解算(Using fourth-order Runge-Kutta methods for differential equation solvers, prepared to use matlab source code, mainly for the four elements of real-time differential equation solver)
- 2007-10-22 21:02:46下载
- 积分:1
-
c_and_f
c/C++跟fortran语言之间的一些转换(c/C fortran language with the conversion between)
- 2007-05-31 13:46:32下载
- 积分:1
-
mciduoxiangshinihe
用c++实现m次多项式的曲线拟合,改程序简单易懂,可读性强(it s easy)
- 2014-07-01 18:34:09下载
- 积分:1
-
matlab
代数多重程序中的 W 循环只适合 4 层
网格的 W 循环( U4EE3 u6570 u591A u91CD u7F51 u683CW u578B)
- 2017-05-08 09:22:07下载
- 积分:1
-
A-Novel-Quaternion-Kalman-Filter
一篇关于qkf文献, 量测方程四元素线性推导过程。 (A Novel Quaternion Kalman Filter)
- 2016-09-01 10:58:48下载
- 积分:1
-
algorithms(CPP)
计算机常用数值算法与程序(C++版) (Commonly used numerical algorithm of computer and program
)
- 2014-01-04 22:46:59下载
- 积分:1
-
04
说明: 龙格-库塔方法的使用,例子
求y’=y-2x/y,y(0)=0。
解:输入X0=0,X1=1,H=0.2,N=6。()
- 2007-09-08 08:47:57下载
- 积分:1