资源列表
预测
- 数据预测算法,主要是一元n次方程的回归预测实现。* 预测分析--本算法只适用于有明显线性趋势的数据 * 默认为一元二次曲线方程法 * * 本程序主要涉及有两个算法 * 1.用最小二乘原理找到线性方程组的系数和常数。 * 2.解线性方程组 * 本程序在解线性方程组中,由于考虑到收敛性问题未采用迭代法,而是采用Gauss-Jordan消去法来解决。-data prediction algorithm is mainly one yuan n equation forecast to achieve
MATLAB PROGRAM
- Matlab源程序,里面含有大量经典源代码,送给喜欢用matlab编程的朋友!<数字信号处理>的matlab编程.-Matlab source, it contains a large number of classic source code, gave Matlab programming like friends! Lt; Digital signal processing gt; The Matlab programming.
ais
- 人工免疫网络,实现分类,聚类,函数寻优等功能,采用matlab编写.-artificial immune network, classification, clustering, search function Excellence function, prepared using Matlab.
fuzme_matlab
- k-means算法(matlab编写),其中包含测试数据集,可以使用.-This is a k-means algorithm(in matlab) contains data set which can be used
FullBNT
- 贝叶斯算法(matlab编写) 安装,添加目录 /home/ai2/murphyk/matlab/FullBNT-Bayesian algorithm (Matlab preparation) installed, add directory / home/ai2/murphyk/matlab/FullBNT
nefcon
- 模糊神经网络采用matlab编程 o install NEFCON follow these steps: 1. Unpack the tar file NEFCON.TAR into your MATLAB working directory: tar xf NEFCON.TAR 2. Start MATLAB 3. Change to the installation directory. 4. Change to the NEFCON directory. 5. Start the STA
GEPAlgorithm
- 基因表达式编程 基本算法 能够完成术用于公式发现、函数挖掘,关联规,则挖掘,因子分解,和预测等-gene expression programming algorithm can be used for the completion of the formula found that function Mining, related regulations, mining, factorization, and the forecast
tNQueens
- 链式结构堆栈类的类模板实现及用堆栈类求解N皇后问题-chain structure of the stack type and class template stack used for solving problems N Queen
lvq_KDD_3
- lvq神经网络 的编程 希望大家能用的上-lvq neural network programming hope everyone can be on the
非线性方程求根
- 非线性方程求根 包括二分法、牛顿迭代法的matlab程序。-Root including nonlinear equations dichotomy of Newton iteration of Matlab procedures.
解线性方程组的迭代法
- 利用matlab编程实现解线性方程组的迭代法。-using Matlab programming for solving linear equations of iterative method.
matlab高斯消去法
- 利用matlab程序实现列主元的高斯消去法。-using Matlab program out of the main yuan Gaussian Elimination Act.