搜索资源列表
AMpro
- 这个软件可以对输入的象素矩阵进行识别。是根据《Neural Network Design》(Martin T. Hagan等)中的关于有监督的Heb学习编写的。使用JBuilder开发的界面,使用JCreator开发的核心。-the software can input pixel matrix identification. Based on "Neural Network Design" (Martin T. Hagan, etc.) on the supervision
getgrad
- Produces a matrix of derivatives of network output w.r.t. % each network weight for use in the functions NNPRUNE and NNFPE.-Produces a matrix of derivatives of network output wrt each network weight for use in the functions NNPRUNE and NNFPE.
mintreePrim
- Dandn文件给出了输入参数的名称及格式 即在调用prim前先输入邻接矩阵D和节点个数n 输入prim 得到两行的矩阵T,将上下两行数字对应的节点相连即可-Dandn document gives the name of the input parameters and format Prim in the call prior to the importation of adjacency matrix D and the node number n Input pri
vote
- 马尔科夫链的实例——选民投票率预测 根据本次的投票率预测以后的投票率。 X为选民矩阵,T为状态转移矩阵,验证X月X*T所示的人数是一致的。-Instance of the Markov chain- voter turnout forecast to predict voter turnout in the future based on voter turnout. T is the state transition matrix, to verify that X months X*
spider
- 机器学习matlab源代码,包括多分类SVM,模式识别,特征选择,回归等算法。-The spider is intended to be a complete object orientated environment for machine learning in Matlab. Aside from easy use of base learning algorithms, algorithms can be plugged together and can be compared with
KRT_from_P
- 此程序可从投影矩阵中分解出摄像机的内外参数(K、R、T),效果很不错。需要包含opencv头文件。-The program can decompose interior and exterior parameters(K,R,T) from a camera s projection matrix. Strong performace has been demonstrated. What you only have to do is to contain relative OPENCV hea
PCA
- 实用的主分量分析程序。程序中mixedsig为 n*T 阶混合数据矩阵,n为信号个数,T为采样点数, y为 m*T 阶主分量矩阵。-The practical primary component analysis program. Program mixedsig n* T Order Mixed data matrix, n is the number of signals, T is the sampling points, y is M* T stage primary component
kmeans1
- K-means算法,算法步骤如下: Step1.利用式(2)计算距离矩阵D=(),其中=dist[i, j] (); Step2.扫描坐标距离矩阵D,寻找距离的最大值和最小值,用式(3)计算limit; Step3.扫描坐标距离矩阵D,寻找矩阵中距离最小的2个数据a,b,将数据a,b加入集合,={a,b},同时将数据a,b从U中删除,更新距离矩阵D; Step4.利用 (4)式在U中寻找距离集合最近的数据样本t,如果小于limit,则将t加入集合,同时将t从集合U中删除,更新
Source-program
- 本源程序用于基于线性矩阵不等式的单级倒立摆T-S模糊控制,供学习研究-Source program for single-stage inverted pendulum based on linear matrix inequality (lmi) t-s fuzzy control, for the study