-
Matlab_funct
matlab函数的绘图技巧,具有重要的意义,适合初学者(matlab function mapping techniques, is of great significance, for beginners)
- 2010-06-20 12:37:13下载
- 积分:1
-
cyclic
Implementation of cyclic coder and decoder using matlab
- 2010-03-12 16:24:33下载
- 积分:1
-
DBN-code
深度学习DBN网络,使用MATLAB,有详细的注释(DBN deep learning network, using MATLAB, there are detailed notes)
- 2014-05-12 17:32:40下载
- 积分:1
-
布谷鸟算法
说明: 使用matlab语言编程的布谷鸟算法对测试函数进行优化测试(Using the cuckoo algorithm programmed by MATLAB to optimize the test function)
- 2021-03-23 10:09:15下载
- 积分:1
-
myrandint
code generates a random integer
- 2012-05-24 14:52:22下载
- 积分:1
-
SNLSDP-0
Localization problem(A matlab code for sensor localization)
- 2010-12-12 18:18:07下载
- 积分:1
-
OptimizationAlgorithm
此代码是采用matlab编写的最优化算法,主要是对求解函数进行最优化分析,最终求出最优解。(This code is prepared using matlab optimization algorithm, the main function is to solve the optimization analysis, the final optimal solution obtained.)
- 2009-06-05 09:58:19下载
- 积分:1
-
diguishenjing
递归算法 [1 1 1 1 1 0 1 0 0 0 1 0 0 0 0 1 1 0 0 0 1 1 1 0 0 1 1 1 1 0]
t=[0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1]
给权值赋初值
w1=eye(5,10)
w2=eye(10,5)
wr=eye(10,10)/3
wobias=eye(6,5)/4
wbias=eye(6,10)/3
x=ones(6,10)/3
ww2=zeros(10,5)/6
ww1=zeros(5,10)/6
wwr=zeros(10,10)/6
wwobias=zeros(6,5)/5
wwbias=zeros(6,10)/4
g=[1 1 1 1 1]
f=[1 1 1 1 1 1 1 1 1 1] (Recursive algorithm)
- 2011-05-21 16:44:22下载
- 积分:1
-
application
超分辨率图像重建 包括图像配准 图像重建等方面 非常实用(Super-resolution )
- 2011-05-25 16:01:28下载
- 积分:1
-
HuffTree
Make the Huffman-tree from the lengths of the Huffman codes. The Huffman codes are also needed, and if they are known, they can be given as an extra input argument.
- 2013-11-24 01:06:00下载
- 积分:1