-
LSB
在matlab环境下利用LSB最低有效位算法将一个图片水印隐藏在载体图片中,并对被隐藏那个信息进行提取。(Matlab environment in the use of least significant bit LSB algorithm will be a picture watermark hidden in the picture carrier, and that information has been extracted hidden.)
- 2009-05-23 21:16:44下载
- 积分:1
-
NN_UKF
神经网络(NN)结合无迹卡尔曼滤波(UKF)实现状态预测,使用的是matlab,需要结合其他理论学习,压缩包中有相应的链接,其他可自行下载(Neural Networks (NN) combine unscented Kalman filter (UKF) implement state prediction, using matlab, requires a combination of other theories of learning, compressed package the appropriate link to download other)
- 2015-11-16 01:11:11下载
- 积分:1
-
MATLAB
matlab tutor for chinese. and in chinese.so who need it I think should be Chinese.
- 2012-03-21 19:39:00下载
- 积分:1
-
Two-dimensionalDiscreteWavelet
Two-dimensional Discrete Wavelet
Transforms
(Two-dimensional Discrete Wavelet Transf orms)
- 2007-06-19 16:43:14下载
- 积分:1
-
srknn
自己用matlab编写实现的一个k近邻算法,并有训练和测试数据,能运行。附有注释,简单清晰。(a k-nearest neighbour algorithm developped using matlab.)
- 2013-01-27 11:30:48下载
- 积分:1
-
WindyGridWorldQLearning
Q-learning (Watkins, 1989) is a simple way for agents to learn how to act optimally in controlled Markovian
domains. It amounts to an incremental method for dynamic programming which imposes limited computational
demands. It works by successively improving its evaluations of the quality of particular actions at particular states.
This paper presents and proves in detail a convergence theorem for Q,-learning based on that outlined in Watkins
(1989). We show that Q-learning converges to the optimum action-values with probability 1 so long as all actions
are repeatedly sampled in all states and the action-values are represented discretely. We also sketch extensions
to the cases of non-discounted, but absorbing, Markov environments, and where many Q values can be changed
each iteration, rather than just one.
- 2013-04-19 14:23:35下载
- 积分:1
-
UnderstandingPDigitalPSignalPProcessingP3rdPEditi
Understanding of Digital Signal Processing
- 2016-10-06 17:21:21下载
- 积分:1
-
intrans
简单介绍了intrans的用法,并简单那介绍了研究生写开题报告时应该注意的问题(Intrans introduced the use of simple, and it introduces the students to write a simple opening report should pay attention to the problem)
- 2010-10-15 12:00:57下载
- 积分:1
-
bihuantiaosu
在matlab6.5下完成的直流电机闭环调速(Matlab6.5 completed in under the closed-loop DC motor speed control)
- 2009-05-25 18:00:16下载
- 积分:1
-
fisher
费希尔线性判别分析代码
Find the Fisher linear separator w (a column vector).
X is is the training set (X is a matrix. Each row of X
is a vector containing the features of a single sample). y is
a column vector with the labels of the training set (1 and -1).
alg is a number between 1 and 3 that specifies how to find w:
alg = 1: w is the generalized eigenvalue of A,B.
alg = 2: w is the solution to Bw = (mu_1-mu_2)
alg = 3: solve the corresponding regression problem( Find the Fisher linear separator w (a column vector).
X is is the training set (X is a matrix. Each row of X
is a vector containing the features of a single sample). y is
a column vector with the labels of the training set (1 and-1).
alg is a number between 1 and 3 that specifies how to find w:
alg = 1: w is the generalized eigenvalue of A,B.
alg = 2: w is the solution to Bw = (mu_1-mu_2)
alg = 3: solve the corresponding regression problem)
- 2010-05-27 23:16:12下载
- 积分:1