资源列表

« 1 2 ... .57 .58 .59 .60 .61 662.63 .64 .65 .66 .67 ... 2830 »

[人工智能/神经网络/遗传算法bp

说明:#include "iostream.h" #include "iomanip.h" #define N 20 //学习样本个数 #define IN 1 //输入层神经元数目 #define HN 8 //隐层神经元数目 #define ON 1 //输出层神经元数目 double P[IN] //单个样本输入数据 double T[ON] //单个样本教师数据 double W[HN][IN] //输
<xx> 在 2024-10-07 上传 | 大小:2048 | 下载:0

[人工智能/神经网络/遗传算法bp_fortran1

说明:用Fortran实现的bp算法程序-Bp realized with Fortran algorithm procedures
<xx> 在 2024-10-07 上传 | 大小:2048 | 下载:0

[人工智能/神经网络/遗传算法bp

说明:演示程序: CMMATools.exe 神经网络类(BP算法): BpNet_src.rar 作者:同济大学材料学院 张纯禹 email:chunyu_79@hotmail.com -Demo: CMMATools.exe type of neural network (BP algorithm): BpNet_src.rar Author: Materials Science and Engineering, T
<xx> 在 2024-10-07 上传 | 大小:1638400 | 下载:0

[人工智能/神经网络/遗传算法bp_ppt

说明:清华人工神经网络电子讲稿-Tsinghua artificial neural network electronic scr ipt
<xx> 在 2024-10-07 上传 | 大小:222208 | 下载:0

[人工智能/神经网络/遗传算法RBFTimer

说明:该程序为自己编写的简单例程,程序建立了神经网络模型,输入样本,并进行训练,输入检验样本即可得到输出,为神经网络初学者提供帮助。-The program, prepared for their own simple routines, procedures to establish a neural network model, enter the sample, and training, input output samples ca
<唐娟> 在 2024-10-07 上传 | 大小:1024 | 下载:0

[人工智能/神经网络/遗传算法Y380675

说明:MAS系统的研究开发,已经应用与机器人的写作等发面,很好的文章-MAS system research and development, has been applied with the robot s writing发面, very good article
<郭建辉> 在 2024-10-07 上传 | 大小:2635776 | 下载:0

[人工智能/神经网络/遗传算法svmfenlei

说明:关于svm的分类问题,比如:给一组数据,把这些数据分成两类,我的做法不算很好,成功率才是87%-On the SVM classification problems, such as: a set of data to these data into two categories, my approach is not very good, and the success rate is 87
<tom> 在 2024-10-07 上传 | 大小:1024 | 下载:0

[人工智能/神经网络/遗传算法GaTest

说明:这是一个非常简单的遗传算法测试源代码,用户只需改变常数的定义并且定义“评价函数”即可。 要求输入的文件应该命名为‘gadata.txt’;系统产生的输出文件为‘galog.txt’。 输入的文件由几行组成:数目对应于变量数。且每一行提供次序——对应于变量的上下界。 如第一行为第一个变量提供上下界,第二行为第二个变量提供上下界,等等。-This is a very simple genetic algorithm to tes
<huanxong> 在 2024-10-07 上传 | 大小:411648 | 下载:0

[人工智能/神经网络/遗传算法bp

说明:破坏力规模-消极效能 很好的bp神经网络实例-Destructive power of the scale- the negative performance of a very good example of bp neural network
<朱涛> 在 2024-10-07 上传 | 大小:2048 | 下载:0

[人工智能/神经网络/遗传算法bp

说明:很好的bp神经网络预测模型,很好有,有结果的拟合等-Good bp neural network prediction model, there is very good, the results of the fitting, etc.
<朱涛> 在 2024-10-07 上传 | 大小:2048 | 下载:0

[人工智能/神经网络/遗传算法BP

说明:利用BP算法,设计一个多层感知器为表中的数据集提供一个非线性逼近,并测试其泛化能力-The use of BP algorithm, the design of a multi-layer perceptron for the table of data sets to provide a non-linear approximation, and testing their generalization ability
<张金凤> 在 2024-10-07 上传 | 大小:2048 | 下载:0

[人工智能/神经网络/遗传算法robot_primer

说明:机器人爱好者应该看的机器人入门书籍,非常不错的一本书-Robot robot enthusiasts should look at entry-books, a very good book
<alec> 在 2024-10-07 上传 | 大小:22065152 | 下载:0
« 1 2 ... .57 .58 .59 .60 .61 662.63 .64 .65 .66 .67 ... 2830 »

源码中国 www.ymcn.org