-
One-dimensional-optimization_matlab
自己编写的一维搜索优化算法,包括黄金分割法、平分发、牛顿迭代法、抛物线法、三次插值法(I have written a one-dimensional search optimization algorithms, including the golden section method, flat distribution, Newton iteration, parabolic, cubic interpolation)
- 2013-03-09 16:13:13下载
- 积分:1
-
DOA_MVDR
基于阵列信号处理的波达方向估计MVDR算法实现代码(MVDR DOA estimation algorithm code fo linear array signal processing)
- 2013-12-29 14:55:33下载
- 积分:1
-
Disfrft
产生不同阶次的傅立叶频谱,展现更丰富的信息(Generating Fourier Spectrum of Different Order)
- 2018-12-02 16:18:07下载
- 积分:1
-
xiazai2
说明: 一个异步电机直接转矩控制系统的仿真模型。(A simulation model of direct torque control system for asynchronous motor is presented.)
- 2019-05-10 08:48:46下载
- 积分:1
-
一个双向LSTM程序 BiLSTM
说明: 一个双向LSTM程序
Long Short Term 网络—— 一般就叫做 LSTM ——是一种 RNN 特殊的类型,可以学习长期依赖信息。LSTM 由Hochreiter & Schmidhuber (1997)提出,并在近期被Alex Graves进行了改良和推广。在很多问题,LSTM 都取得相当巨大的成功,并得到了广泛的使用。
LSTM 通过刻意的设计来避免长期依赖问题。记住长期的信息在实践中是 LSTM 的默认行为,而非需要付出很大代价才能获得的能力!
所有 RNN 都具有一种重复神经网络模块的链式的形式。在标准的 RNN 中,这个重复的模块只有一个非常简单的结构,例如一个 tanh 层。(A bidirectional LSTM program
Long short term network, commonly known as LSTM, is a special type of RNN that can learn long-term dependent information. LSTM was proposed by Hochreiter & schmidhuber (1997) and recently improved and promoted by Alex graves. In many problems, LSTM has achieved great success and has been widely used.
LSTM is designed to avoid long-term dependency. Remember that long-term information is the default behavior of LSTM in practice, not the ability to acquire it at a great cost!
All RNNs have a chained form of repetitive neural network modules. In the standard RNN, this repetitive module has only a very simple structure, such as a tanh layer.)
- 2021-04-21 22:08:49下载
- 积分:1
-
QBD
optimization code for sampling process in trust region algorithms
- 2013-04-25 09:21:12下载
- 积分:1
-
EULER_forward_ODE
[t, y]=EULER_forward_ODE(f, t0, y0, tend, Niter)
欧拉向前逼近法求解微分方程初值问题
f定义了函数f(t,y)的
t0时的初始值定义吨
Y0的定义y的初始值( [t, y]=EULER_forward_ODE(f, t0, y0, tend, Niter)
Euler forward approximation method to solve IVP ODEs
f defines the function f(t,y)
t0 defines initial value of t
y0 defines initial value of y)
- 2011-05-15 11:17:04下载
- 积分:1
-
PSOstandard
标准粒子群优化算法1,采用MATLAB编写,本算法简单,易于实现,可调参数少,是非线性连续优化问题、组合优化问题(The standard particle swarm optimization algorithm 1,)
- 2014-12-06 22:19:38下载
- 积分:1
-
Turbmat-0.2.0
it is a code for denoising based on singular value decomposition. it is a rank reduction based method
- 2012-11-06 23:07:20下载
- 积分:1
-
霍夫圆变换
可以通过边缘检测等等算法,实现霍夫圆变换(The edge detection algorithm and so on, realize the circle Hough transform)
- 2017-09-15 20:08:01下载
- 积分:1