搜索结果
找到约 43 项符合
TRAIN 的查询结果
按分类筛选
*行业应用 员工培训系统.在ODBC数据源内添加Microsoft Access数据库train.mdb
员工培训系统.在ODBC数据源内添加Microsoft Access数据库train.mdb,并将数据源名设定为train即可实现数据库和应用程序的正常连接,程序才能正常实现数据库的访问。
VxWorks Tornado train workshop的配套实验教材
Tornado train workshop的配套实验教材,与tornado train workshop的各个章节配套,有详细的实验操作过程,并附上相应的demo代码
人工智能/神经网络 The purpose of this computer program is to allow the user to construct, train and test differenttype
The purpose of this computer program is to allow the user to construct, train and test differenttypes of artificial neural networks. By implementing the concepts of templates, inheritance andderived classes from C++ object oriented programming, the necessity for declaring multiple largestructures an ...
人工智能/神经网络 hide markov model(HMM) for matlab including initiate,train,and test three parts
hide markov model(HMM) for matlab including initiate,train,and test three parts
生物技术 小弟撰寫的類神經網路backpropagataion,可以train如xor等互斥問題,使用bcb所完成,因為開發介面較為便利, 大部分使用類別的方法撰寫,所以若有興趣移植到vc的朋友,應該也不會有
小弟撰寫的類神經網路backpropagataion,可以train如xor等互斥問題,使用bcb所完成,因為開發介面較為便利,
大部分使用類別的方法撰寫,所以若有興趣移植到vc的朋友,應該也不會有太大的障礙。
其他 train for support vector machine
train for support vector machine
人工智能/神经网络 人工神经网络系统的训练 TRAIN BP算法存在局部极小点
人工神经网络系统的训练 TRAIN
BP算法存在局部极小点,收敛速度慢等缺点,改进的BP算法。
matlab例程 ”BP.m“文件是BP神经网络整个模型的源程序; “train.fig”是训练时最后得到的图片; “程序运行的人口数量原始数据.fig”是预测结果绘制的图; “程序运行时matlab命令窗口的内
”BP.m“文件是BP神经网络整个模型的源程序;
“train.fig”是训练时最后得到的图片;
“程序运行的人口数量原始数据.fig”是预测结果绘制的图;
“程序运行时matlab命令窗口的内容.txt”是运行程序是在matlab命令窗口显示的东西;
“程序运行完产生的数据.mat”是程序运行完毕产生的数据。
.bmp文件和.fig文件一样 ...
其他书籍 IDA Pro DLL Analysis train material
IDA Pro DLL Analysis train material
人工智能/神经网络 % Train a two layer neural network with the Levenberg-Marquardt % method. % % If desired, it is p
% Train a two layer neural network with the Levenberg-Marquardt
% method.
%
% If desired, it is possible to use regularization by
% weight decay. Also pruned (ie. not fully connected) networks can
% be trained.
%
% Given a set of corresponding input-output pairs and an initial
% network,
% ...