资源列表
[人工智能/神经网络/遗传算法] 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] //输入层至隐层权值 double V[ON][HN] //隐<xx> 在 2025-06-28 上传 | 大小:2kb | 下载:0
[人工智能/神经网络/遗传算法] bp_fortran1
说明:用Fortran实现的bp算法程序-Bp realized with Fortran algorithm procedures<xx> 在 2025-06-28 上传 | 大小:2kb | 下载:0
[人工智能/神经网络/遗传算法] bp
说明:破坏力规模-消极效能 很好的bp神经网络实例-Destructive power of the scale- the negative performance of a very good example of bp neural network<朱涛> 在 2025-06-28 上传 | 大小:2kb | 下载:0
[人工智能/神经网络/遗传算法] bp
说明:很好的bp神经网络预测模型,很好有,有结果的拟合等-Good bp neural network prediction model, there is very good, the results of the fitting, etc.<朱涛> 在 2025-06-28 上传 | 大小:2kb | 下载: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<张金凤> 在 2025-06-28 上传 | 大小:2kb | 下载:0
[matlab例程] pn_NODE
说明:% 用于模拟PN结中载流子的分布、电场和电势 % 总长为 L 的半导体截面上,左侧为 N 区,掺杂浓度 NA;右侧为 P 区,掺杂浓度为 ND % 假设截面积足够大- Used to simulate the PN junction carrier distribution, electric field and electric potential L total length of the semiconductor section, left for N areas, doping<wylie> 在 2025-06-28 上传 | 大小:2kb | 下载:1