搜索资源列表
S200502106_SVM_for_classfication
- SVM用于模式识别 整理别人的代码(原来的是英文)所得: kernel.m用于内积矩阵的计算 svcplot.m用于绘图 svm168.m是主程序 testlin.m是采用线形内积函数的支持向量机应用的 文件 testrbf.m是采用RBF内积函数的支持向量机应用 的 文件 每个文件中都有说明。 仿真平台matlab7.0, 仿真全部通过 将所有文件拷贝到work目录下(注意不要直接将上层文件夹直接拷贝到work目录下,若那样操作,必须在matla
CellAuto
- 元胞自动机的虚拟程序 开发工具:Microsoft Visual Basic 6.0 运行平台:Windows OS (VB编译,代码未优化,运行速度较慢) 词语解释: CA,cellular automata,元胞自动机,或称细胞自动机。 模式(Pattern),多个细胞构成的一个状态组合。 模型: 维度,二维四方网格 细胞,两种状态(活、死);一个方格代表一个细胞。 邻居,Moore型(上、下、左、右、左上、右上、左下、
1_Network_1in
- 利用VC++,编写神经网络底层代码,实现单输入单输出的神经网络,并调用MATLAB绘图-Using VC++, the preparation of neural networks underlying code, single-input single-output neural network, and call the MATLAB graphics
GA
- 基于VC++编程,实现遗传算法的代码,并实现了遗传算法对函数极值的搜索,并调用MATLAB绘图-Based on VC++ programming, genetic algorithm code, and implements a genetic algorithm to function extremum search and call MATLAB Graphics
111
- MATLAB的一些实例,包括神经网络,小波变换,绘图,GUI等-Some examples of MATLAB, including neural network, wavelet transform, graphics, GUI, etc.
MATLAB-Programming
- 讲述了Matlab绘图和影像处理功能,此外增加了图形用户界面编程、数值计算、符号运算、数字信号处理、优化运算、神经网络分析、系统仿真和模糊系统设计等内容。-Tells Matlab graphics and image processing functions, in addition to increasing the graphical user interface programming, numerical computing, symbolic computing, digital s
hs_err_pi
- matlab基础学习资料实例,包括符号运算,绘图以及基础编程,也包含线性代数实验及matlab在在线性代数中的应用-Examples matlab-based learning materials, including symbolic computation, graphics and basic programming, linear algebra also contains experimental and matlab applications of linear algebra
egcjy
- 包括数据分析、绘图等等,图像的光流法计算的matlab程序,可以广泛的应用于数据预测及数据分析。- Data analysis, plotting, etc., Image optical flow calculation matlab program, Can be widely used in data analysis and forecast data.
rc005
- 这是一个好用的频偏估计算法的matlab仿真程序,一个很有用的程序,包括数据分析、绘图等等。- This is a useful frequency estimation algorithm matlab simulation program, A very useful program, Data analysis, plotting, etc..
janmiefun
- 包括数据分析、绘图等等,主要为数据分析和统计,课程设计时编写的matlab程序代码。- Data analysis, plotting, etc., Mainly for data analysis and statistics, Course designed to prepare the matlab program code.
Class_3_Code
- 将concrete_data.mat文件导入到MATLAB中,其中attributes为影响混凝土抗压强度的7个输入变量,strength为混凝土的抗压强度,即输出变量; 将整个数据集中的103个样本随机划分为训练集与测试集,其中训练集包含80个样本,测试集包含23个样本; 将训练集与测试集数据进行归一化; 建立BP神经网络,并训练; 利用训练好的BP神经网络对测试集中的23个样本的抗压强度进行预测; 输出结果并绘图(真实值与预测值对比图)(The concrete_data.mat
linspecer
- 很好用的matlab绘图包,可以用来可视化数据.(a very useful packag for matlab, it can be used to visualized the data.)