资源列表
A-Mathematical-Introduction-to
- 互补滤波器算法研究及仿真结果-complementary filter
PID-parameter-tuning
- 利用正交学习粒子群对PID参数整定的仿真程序和仿真图。-The PID parameter tuning of the simulation program and simulation diagram.
robotic-manipulation
- a mathematical introduction to robotic manipulation
zishiying
- 自适应时延估计算法仿真,其中包括ETDE和改进后的ETDGE算法-Adaptive delay estimation algorithm simulation, including ETDGE and improved algorithms ETDE
Prim
- 自己写的一个组合数学的Prim算法,上大一的时候写的,写的不好不要见怪-Written in a combination of their own mathematical algorithm for maximum matching
Intensity-Ihomogeneities
- This files are related to implementation of the article entitled "a level set method for image segmentation in the presence of intensity inhomogeneities with application to MRI".
1
- hiu i need this file i have project
A-Mathematical-Introduction-to-Robotic-Manipulati
- A Mathematical Introduction to Robotic Manipulation_R. Murray, describe basics concepts about robotics theory.
69491728rough-set-codes
- 胡清华邻域粗糙集源码,matlab源代码,方便可用(Hu Qinghua neighborhood rough sets source code, matlab source code, easy to use)
微博情感分析三种实现
- 用snownlp 情感字典 机器学习三种方法实现微博情感分析(Three methods of learning micro-blog emotion by using snownlp affective dictionary machine)
MATLAB
- matlab资料2013超强教程扫描版,pdf文件-matlab tutorial scanning Profile 2013 Edition
rough-set-codes
- 这是天津大学胡清华老师在粗糙集邻域领域做的最经典的源码,同学们可以在此基础上学习和修改,入口程序已经写好,需要其他方法可以自己添加,MAIN.m是入口程序,参数的意思在子函数里讲的很明白,调用了featureselect_FW_fast.m用来属性约简,几个clsf_dpd文件是使用不同的距离公式来计算属性重要度,选择得到属性结果,使用crossvalidate.m十折交叉算法来计算计算算法精度,该段代码调用了几个分类器,C4_5.m是决策树,KNN.m是最近邻分类器,NEC.m是类似于KNN的