-
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
-
dlzd
本程序是用节点导纳矩阵计算三相短路电流
输入数据--形成节点阻抗矩阵--选择故障点---计算短路电流----计算个节点电压---计算指定支路的电流(this procedure is used node admittance matrix calculation of three-phase short-circuit current input data-- forming node impedance matrix-- election Optional fault--- calculation of short-circuit current-voltage computing nodes designated calculated slip road--- Electricity)
- 2006-06-08 17:38:48下载
- 积分:1
-
jacobi
对于方程组AX=b,当系数矩阵非奇异时,对原方程进行改写,利用公式X^k=BX^(k+1)+g进行迭代求解。(For equations AX = b, when the coefficient matrix is nonsingular, rewriting the original equation, using the formula X ^ k = BX ^ (k+1)+g for iterative solution.)
- 2013-10-26 10:11:06下载
- 积分:1
-
dofft
说明: 用于对ADC采集正弦波后得到的数据进行FFT,计算得到ADC的动态性能参数(ADC DYNAMIC TEST(FFT))
- 2019-10-28 16:00:30下载
- 积分:1
-
ssor-pcg
超松弛预处理共轭梯度法,用于求解有限元计算中常见的大型对称稀疏矩阵(Overrelaxation preconditioned conjugate gradient method for solving the finite element calculation of large symmetric sparse matrix)
- 2021-04-26 10:18:45下载
- 积分:1
-
CPPsimplex
单纯形法,求解线性规划问题的通用方法。单纯形是美国数学家G.B.丹齐克于1947年首先提出来的。它的理论根据是:线性规划问题的可行域是 n维向量空间Rn中的多面凸集,其最优值如果存在必在该凸集的某顶点处达到。顶点所对应的可行解称为基本可行解。单纯形法的基本思想是:先找出一个基本可行解,对它进行鉴别,看是否是最优解;若不是,则按照一定法则转换到另一改进的基本可行解,再鉴别;若仍不是,则再转换,按此重复进行。因基本可行解的个数有限,故经有限次转换必能得出问题的最优解。如果问题无最优解也可用此法判别。
(Simplex method for the minimum)
- 2011-09-18 22:57:30下载
- 积分:1
-
MT2DInvMatlab
一个基于matalb和fortran的大地电磁2维正演模拟程序(A program in MATLAB and FORTRAN for two-dimensional magnetotelluric inversion)
- 2021-03-29 08:49:11下载
- 积分:1
-
Treede0
压缩存储下用“追赶法”求解三对角方程组的C语言描述(Compression and storage use the " catch up method" for solving tridiagonal equations of C language description)
- 2010-12-26 14:53:54下载
- 积分:1
-
2-dimension-2-phase
用matlab实现的二维两相水驱油数值模拟,可作为数值模拟课的作业。(Using matlab to achieve the two-dimensional two-phase water-flooding numerical simulation, numerical simulation can be used as homework assignment.)
- 2013-05-23 20:21:52下载
- 积分:1
-
pei_gt82
实现了图像的灰度化并进一步用于视频监视控,有信道编码,调制,信道估计等,可以广泛的应用于数据预测及数据分析。( Achieve a grayscale image and further control for video surveillance, Channel coding, modulation, channel estimation, Can be widely used in data analysis and forecast data.)
- 2017-04-06 19:27:28下载
- 积分:1