-
k_means
用最简单的方法来实现kmeans聚类,具有不错的效果(The most simple way to achieve kmeans clustering, with good results)
- 2010-10-29 14:34:23下载
- 积分:1
-
LVCMAandBPSK
这个matlab代码是对传统的常数模盲均衡算法的改进,有需要的朋友可以看看。(Matlab code improvement on the traditional constant modulus blind equalization algorithm, and can see a friend in need.)
- 2012-04-28 11:18:12下载
- 积分:1
-
Regularized-Logistic-Regression
Regularized Logistic Regression
- 2013-04-06 05:00:07下载
- 积分:1
-
FEM_2Dor3D_linelast_dynamic.m
2D 3D fem dynamic analysis
- 2011-12-10 08:21:33下载
- 积分:1
-
ASLtbx
是生物医学工程专业脑功能后处理软件,用于脑出血,脑梗死血流变化的相关研究领域。(Biomedical engineering is the brain function processing software for cerebral hemorrhage, cerebral blood flow changes in the relevant field of study.)
- 2014-01-18 22:55:54下载
- 积分:1
-
m11223
与其它高级语言相比较,MATLAB具有独特的优势:(1) MATLAB是一种跨平台的数学语言。(2) MATLAB是一种超高级语言。MATLAB平台本身是用C语言写成的,所以在编程效率,程序的可读性、可靠性和可移植性上远远超过了常规的高级语言。(3) MATLAB语法简单,编程风格接近数学语言描述,是数学算法开发和验证的最佳工具。(4) MATLAB计算精度很高。与其它语言相比,MATLAB对计算机内存、硬盘空间的要求也是比较高的。(Compared with other high-level languages , MATLAB has unique advantages: (1) MATLAB is a cross-platform language of mathematics. (2) MATLAB is a super-high-level language. MATLAB platform itself is written in C, so the programming efficiency, readability, reliability and portability far more than the regular high-level language. (3) MATLAB syntax is simple, close to the mathematical language to describe the style of programming is a mathematical algorithm development and validation of the best tools. (4) MATLAB computing high accuracy. Compared with other languages , MATLAB computer memory, disk space requirements are relatively high.)
- 2014-03-23 21:11:49下载
- 积分:1
-
stanford-deep-learning-matlab-code
说明: Stanford 大学的深度学习源代码,可用于模式识别和预测,比较稳定。(Stanford University's deep learning source code can be used for pattern recognition and prediction, and is relatively stable.)
- 2018-06-07 12:56:12下载
- 积分:1
-
LMS
LMS最小均方自适应滤波算法仿真,绝对可靠(LMS least mean square adaptive filter algorithm simulation, absolutely reliable)
- 2011-05-09 22:13:07下载
- 积分:1
-
SVM_classandregress
支持向量机
内容中主要包括二种分类,二种回归,以及一种一类支持向量机算法。(Support Vector Machine
Two types of categories, and two types of regression, as well as a kind of support vector machine algorithm is included in this content.)
- 2011-09-05 15:55:16下载
- 积分:1
-
RDPTA
Algorithm Given are P training pairs {X1,d1,X2,d2....Xp,dp}, where Xi is (n*1) di is (n*1) No of Categories=R. i=1,2,...P Yi= Augmented input pattern( obtained by appending 1 to the input vector) i=1,2,…P In the following, k denotes the training step and p denotes the step counter within the training cycle Step 1: c>0 , Emin is chosen, Step 2: Weights are initialized at w at small values, w is (n+1)*1. Counters and error are initialized. k=1,p=1,E=0 Step 3: The training cycle begins here. Input is presented and output computed: Y=Yp, d=dp Oi=f(wtY) for i=1,2,….R
Step 4: Weights are updated: wi=wi+1/2c(di-oi)Y for i=1,2,…..R. Step 5: Cycle error is computed: E=1/2(di-oi)2+E for i=1,2,…..R. Step 6: If p<P then p=p+1,k=k+1, and go to Step 3: Otherwise go to Step 7. Step 7: The training cycle is completed. For E=0,terminate the training session. Outputs weights and k. If E>0,then E=0 ,p=1, and enter the new training cycle by going to step 3.
- 2014-11-06 11:12:37下载
- 积分:1