登录
首页 » AI-NN-PR » C development based on the three hidden layer neural network, the output weights...

C development based on the three hidden layer neural network, the output weights...

于 2022-07-11 发布 文件大小:10.87 kB
0 49
下载积分: 2 下载次数: 1

代码说明:

基于C开发的三个隐层神经网络,输出权值、阈值文件,训练样本文件,提供如下函数:1)初始化权、阈值子程序;2)第m个学习样本输入子程序;3)第m个样本教师信号子程序;4)隐层各单元输入、输出值子程序;5)输出层各单元输入、输出值子程序;6)输出层至隐层的一般化误差子程序;7)隐层至输入层的一般化误差子程序;8)输出层至第三隐层的权值调整、输出层阈值调整计算子程序;9)第三隐层至第二隐层的权值调整、第三隐层阈值调整计算子程序;10)第二隐层至第一隐层的权值调整、第二隐层阈值调整计算子程序;11)第一隐层至输入层的权值调整、第一隐层阈值调整计算子程序;12)N个样本的全局误差计算子程序。-C development based on the three hidden layer neural network, the output weights, threshold documents, training sample documents, for the following functions : a) initialization, the threshold subroutine; 2) m learning samples imported subroutine; 3) m samples teachers signal Subroutine ; 4) hidden layer of the module input and output value subroutine; 5) the output layer of the module input and output value subroutine; 6) the output layer to the hidden layer subroutine error of generalization; 7) hidden layer to the input layer subroutine error of generalization; 8) the output layer to the third hidden layer Weight adjustment, the output layer threshold adjustment routines; 9) 3rd hidden layer t

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 一个简单实用的K紧邻分类器
    一个简单实用的K紧邻分类器 -KNN
    2022-01-25 20:22:24下载
    积分:1
  • XCS是一种新的人工智能算法的英特尔
    XCS是一种新的人工智能算法
    2022-07-09 23:31:59下载
    积分:1
  • mcrgsa
    MCRGSA------组播路由问题遗传模拟退火算法 %M-----------遗传算法进化代数 %N-----------种群规模,取偶数 %Pm----------变异概率调节参数 %K-----------同一温度下状态跳转次数 %t0----------初始温度 %alpha-------降温系数 %beta--------浓度均衡系数 %ROUTES------备选路径集 %Num---------到各节点的备选路径数目 %Cost--------费用邻接矩阵 %Source------源节点标号 %End---------目的节点标号组成的向量 %MBR---------各代最优路径编码-MCRGSA------ Multicast Routing genetic simulated annealing% M----------- genetic algorithm algebra% N----------- population size, even take Pm----------% probability parameter variation%----------- same temperature K Jump under a number of state----------% t0 initial temperature cooling% alpha------- beta coefficient%-------- balanced concentration coefficient% ROUTES------ Alternative Path Set% Enable--------- nodes to the number of alternative paths%-------- Cost adjacent costs Matrix% Source------ source node labeling% End--------- destination node labeling Group Vector%% of the MBR--------- generations optimal path coding
    2022-05-21 09:41:26下载
    积分:1
  • vc used to write, while useful bp algorithm and the use of rbf neural network tr...
    用vc写的,同时有用bp算法和用rbf神经网络进行训练和识别的程序,可以看到两种不同方法得到的结果-vc used to write, while useful bp algorithm and the use of rbf neural network training and identification procedures, we can see the two different methods to obtain the result
    2022-03-21 23:58:07下载
    积分:1
  • 是实现关系型贝叶斯网络一中机器学习算法,从国外相关研究人员的主页上下载收集。...
    是实现关系型贝叶斯网络一中机器学习算法,从国外相关研究人员的主页上下载收集。
    2022-03-20 02:35:12下载
    积分:1
  • 模式识别中的感知机算法实现,在matlab下实现
    模式识别中的感知机算法实现,在matlab下实现-Pattern Recognition Perceptron algorithm in matlab to achieve
    2022-02-21 20:01:55下载
    积分:1
  • 神经网络 多级神经网络仿真
    神经网络 多级神经网络仿真-neural network multi-level neural network simulation
    2022-02-03 04:30:15下载
    积分:1
  • LIBSVM源码。LIBSVM 是台湾大学林智仁(Chih
    LIBSVM源码。LIBSVM 是台湾大学林智仁(Chih-Jen Lin)博士等开发设计的一个操作简单、 易于使用、快速有效的通用SVM 软件包,可以解决分类问题(包括C- SVC、 n - SVC )、回归问题(包括e - SVR、n - SVR )以及分布估计(one-class-SVM ) 等问题,提供了线性、多项式、径向基和S形函数四种常用的核函数供选择,可以有效地解决多类问题、交叉验证选择参数、对不平衡样本加权、多类问题的概率估计等。-LIBSVM source. LIBSVM is林智仁Taiwan University (Chih-Jen Lin) Dr. develop design a simple, easy to use, fast and effective generic SVM software package, can solve the classification problems (including the C-SVC, n- SVC), regression ( including e- SVR, n- SVR) as well as the distribution of estimates (one-class-SVM) and so on, provides a linear, polynomial, radial basis function and the S-shaped kernel function of four commonly used for selection, can effectively to solve a wide range of issues, cross-validation to choose the parameters of the imbalance in the weighted sample, multi-category probability estimation.
    2022-10-06 04:35:03下载
    积分:1
  • 基于遗传算法的基元识别与提取,C++源代码
    基于遗传算法的基元识别与提取,C++源代码-Based on genetic algorithm identification and extraction of primitives, C++ Source code
    2023-08-19 10:40:04下载
    积分:1
  • Machine Learning Weka 数据变换,给Arff文件加载权值,变换为XRFF文件。...
    Machine Learning Weka 数据变换,给Arff文件加载权值,变换为XRFF文件。-Machine Learning Weka data transformation to Arff file to load the right value, transform paper to XRFF.
    2022-03-10 06:17:40下载
    积分:1
  • 696521资源总数
  • 104083会员总数
  • 45今日下载