-
COMPARE
SVSLMS算法的参数设定值不同时的比较SVSLMS算法的参数设定值不同时的比较(SVSLMS algorithm parameter settings are not at the same time comparison SVSLMS algorithm parameter settings comparison of different time)
- 2010-06-03 14:44:41下载
- 积分:1
-
K-meanCluster
How the K-mean Cluster work
Step 1. Begin with a decision the value of k = number of clusters
Step 2. Put any initial partition that classifies the data into k clusters. You may assign the training samples randomly, or systematically as the following:
Take the first k training sample as single-element clusters
Assign each of the remaining (N-k) training sample to the cluster with the nearest centroid. After each assignment, recomputed the centroid of the gaining cluster.
Step 3 . Take each sample in sequence and compute its distance from the centroid of each of the clusters. If a sample is not currently in the cluster with the closest centroid, switch this sample to that cluster and update the centroid of the cluster gaining the new sample and the cluster losing the sample.
Step 4 . Repeat step 3 until convergence is achieved, that is until a pass through the training sample causes no new assignments. (How the K-mean Cluster workStep 1. Begin with a decision the value of k = number of clusters Step 2. Put any initial partition that classifies the data into k clusters. You may assign the training samples randomly, or systematically as the following: Take the first k training sample as single-element clusters Assign each of the remaining (Nk) training sample to the cluster with the nearest centroid. After each assignment, recomputed the centroid of the gaining cluster. Step 3. Take each sample in sequence and compute its distance from the centroid of each of the clusters. If a sample is not currently in the cluster with the closest centroid, switch this sample to that cluster and update the centroid of the cluster gaining the new sample and the cluster losing the sample. Step 4. Repeat step 3 until convergence is achieved, that is until a pass through the training sample causes no new assignments.)
- 2007-11-15 01:49:03下载
- 积分:1
-
4.01
HSQARKH 完整源码,这只是一个初步代码,用来实现ARK,做隐藏方面研究的.
(HSQARKH complete source code, this is just a preliminary code that is used to achieve ARK, so hidden aspects of the study.)
- 2010-01-17 14:56:41下载
- 积分:1
-
M-Estimators
Robust cost functions that based on M-Estimators and used as cost functions in order to robustify
the learning algorithms for feed-forward neural networks
- 2013-03-17 06:39:53下载
- 积分:1
-
matpower4.0b4
matpower程序,包括4、6、9、30、36、118节点等case。(matpower program, including the case of 4,6,9,30,36,118 node.)
- 2013-04-07 22:06:03下载
- 积分:1
-
threshold_tr
adaboost程序,演示程序,直接可以运行,修改部分程序即可运用到自己的应用中(adaboost, presentation program can run directly modify parts of the program can be applied to their own applications)
- 2013-12-13 17:22:29下载
- 积分:1
-
CABAC
adaptive binary arithmetic coding (CABAC) is a method of entropy coding first introduced in H.264/AVC and now used in the newest standard High Efficiency Video Coding (HEVC).
- 2020-11-13 19:19:42下载
- 积分:1
-
kantz_lyapunov_m
kantz方法计算 Lyapunov 指数的 Matlab 程序的文件(kantz calculated Lyapunov index of Matlab procedures for the)
- 2009-11-21 12:03:09下载
- 积分:1
-
signal-frequency-analysis-simulation
很全的时频分析工具,很全的时频分析工具。。(Is the whole time-frequency analysis tool, is the whole time-frequency analysis tools. .)
- 2012-05-17 11:08:44下载
- 积分:1
-
matlab
(1) 读取n副连续有重叠部分的图像,在n副图像中检测SIFT特征,并用SIFT
特征描述子对其进行描述。
(2) 匹配相邻图像的特征点,并根据特征点向量消除误匹配。
(3) 使用RANSAC方法,确定变换参数。
(4) 图像融合
((1) Read n successive overlapping sub-part of the image, the image of the n sub-SIFT features detected and characterized using SIFT descriptors be described. (2) adjacent to the image feature point matching, and according to the feature vector to eliminate false matching points. (3) using RANSAC approach to determine the transformation parameters. (4) image fusion)
- 2013-09-15 22:40:17下载
- 积分:1