搜索资源列表
关系数据重复记录生成
- 实现了关系数据库的重复记录生成。使用Java语言实现。由于原始数据库采用csv格式,所以借用csv工具包。界面简洁。功能如下:从csv文件导入原始数据,按一定比例生成重复记录,然后按一定规则将重复记录改为相似记录,再将所有记录混排,最后进行数据的聚类操作。
GEPKNN.rar
- 代码是一个分类器的实现,其中使用了部分weka的源代码。可以将项目导入eclipse运行,记得把训练数据(arff文件)放在项目根目录下。,Code is the implementation of a classifier, the use of some of the weka source code. Projects can run into eclipse, I remember the training data [arff files] on the project root di
comn_user07_en_arm.tar
- XML Parser可以在Matlab下过滤XML文件或字符串。包括很强功能的:导入、到处、访问、修改数据。 -XML Parser in Matlab filtering XML file or string the next. Including a strong feature: Import, everywhere, access, modify the data.
DigiPic
- DigiPic 函数主要功能是将一个图片形式的表格函数,获取其数据,拟合为一个解析式. 便于计算机使用 DigiPic功能描述 在matlab 2013a运行环境下,启动DigiPic 首先,导入要分析的图表照片 取点建立坐标系,坐标系在取点时同时输入对应的实际坐标值, 拖拽坐标点使其位置在图片上尽量准确,便于后面坐标的自动计算. 按右键完成坐标系的建立. 在图片上原函数图线处取点.同时自动计算函数值 在拟合页,导入函数数据.选择相应的拟
bp_demo
- BP神经网络软件(BPGUI):支持手动输入数据和从外部导入数据两种方式;用户可以自定义训练集和测试集占全部数据的百分比,设定完成后,软件随机产生训练集和测试集;支持归一化和不归一化两种数据预处理方式;用户可以自定义网络的结构参数和训练参数;具有绘图功能,可以对比测试集的真实值与预测值;支持网络及数据的保存;具有菜单选项,用户可以通过菜单执行相应的操作;具有右键功能,用户可以通过右键快速执行相应的操作;-The BP neural network software (BPGUI) : suppo
DataSet
- 几种UCI数据集,整理为excel格式,可以直接导入matlab中使用。-Several UCI datasets, finishing as excel format that can be used directly into matlab.
machine-learning_PCA
- 环境为winpython 32bit 2.7.5.3 p = PCA() print u"均值化后的数据集为:",p.dataset( H:\\PCA_test.txt ) print u"协方差矩阵为:",p.COV() print u"特征向量为:",p.eig_vector()[1] tt = p.pc(dim=1) print "tt:",tt print u"新的维度数据集",tt[1]- """ Principal c
code
- 利用MATLAB自带的神将网络预测性别,其中要将excel数据导入-God will use MATLAB comes with network forecasting sex
GA_CVRP
- 用遗传算法和模拟退火实现的限重的VRP(CVRP),250个customer,一个仓库,数据文件在里面,导入eclipse就可以运行。-this is a hybrid algorithm of GA and SA to solve CVRP problem, which is devopled on eclise with java.it contains a input dataset involved with 249 customers and one single depot.
libs_BP
- 神经网络应用的一个例子,有注释简单易懂,导入数据可以直接使用-An example of neural network applications, notes easy to understand, you can import data directly
To-predict
- matlab预测程序集合,适用于数学建模大赛,直接数据导入就可以用。包括灰色模型预测程序2个,gm10,greymodel,高斯混合模型mixture_of_gaussians,以及BP神经网络优化模型,遗传算法优化,Genetic,粒子群算法优化,PSO-Matlab to predict collection, suitable for mathematical modeling contest, data import can use directly. Including gray mo
wx284
- 用于时频分析算法,matlab程序运行时导入数据文件作为输入参数,LCMV优化设计阵列处理信号。- For time-frequency analysis algorithm, Import data files as input parameters matlab program is running, LCMV optimization design array signal processing.
ufsaa
- matlab程序运行时导入数据文件作为输入参数,用于信号特征提取、信号消噪,保证准确无误,是学习通信的好帮手。- Import data files as input parameters matlab program is running, For feature extraction, signal de-noising, Ensure accurate communication is learning a good helper.
ft840
- 数据包传送源码程序,matlab程序运行时导入数据文件作为输入参数,D-S证据理论数据融合。- Data packet transfer source program, Import data files as input parameters matlab program is running, D-S evidence theory data fusion.
main
- 基于遗传算法优化的bp神经网络训练main函数,包括数据的导入,归一化,训练,权阈值的保存等-Based on genetic algorithm optimization of bp neural network training main function, including data import, normalization, training, the preservation of the threshold, etc.
Class_3_Code
- 将concrete_data.mat文件导入到MATLAB中,其中attributes为影响混凝土抗压强度的7个输入变量,strength为混凝土的抗压强度,即输出变量; 将整个数据集中的103个样本随机划分为训练集与测试集,其中训练集包含80个样本,测试集包含23个样本; 将训练集与测试集数据进行归一化; 建立BP神经网络,并训练; 利用训练好的BP神经网络对测试集中的23个样本的抗压强度进行预测; 输出结果并绘图(真实值与预测值对比图)(The concrete_data.mat
TensorFlow tf.data 导入数据(tf
- tensorflow 数据集的建立方法与实战应用 数据集建立的四种方法 技巧和需要注意的关键点(Tensorflow data set establishment method and practical application Data set four methods Tips and key points to pay attention to)
Contact
- 轮轨接触点计算程序 主程序为contactgui.m 导入轨道和车轮型面数据即可计算(Rail-Wheel contact calculation program main program is contactgui.m import the rail and wheel profile data and get the result)