登录
首页 » Matlab » BP神经网络识别英文字符

BP神经网络识别英文字符

于 2022-06-30 发布 文件大小:229.06 kB
0 97
下载积分: 2 下载次数: 1

代码说明:

#include #include #include using namespace std; #define  innode 8  //输入结点数 #define  hidenode 14//隐含结点数 #define  outnode 1 //输出结点数 #define  trainsample 60000//BP训练样本数 class BpNet { public: void train(double p[trainsample][innode], double t[trainsample][outnode]);//Bp训练 double p[trainsample][innode];     //输入的样本 double t[trainsample][outnode];    //样本要输出的 double *recognize(double *p);//Bp识别 void writetrain(); //写训练完的权值 void readtrain(); //读训练好的权值,这使的不用每次去训练了,只要把训练最好的权值存下来就OK BpNet(); virtual ~BpNet(); public: void init(); double w[innode][hidenode];//隐含结点权值 double w1[hidenode][outnode];//输出结点权值 double b1[hidenode];//隐含结点阀值 double b2[outnode];//输出结点阀值

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

发表评论

0 个回复

  • ClockAnimation
    这是在MATLAB下写的一段程序是个时钟动画,很有意思,可以从中领悟如何在MATLAB下来编写程序(This is in the Writing section of MATLAB procedures under the clock are animation, very interesting, can understand how to down MATLAB programming)
    2009-03-11 20:55:34下载
    积分:1
  • BloodVessel
    血管分割matlab代码,主要实现眼部血管的分割(Vascular segmentation matlab code, the main division of the eye blood vessels)
    2008-05-27 22:12:08下载
    积分:1
  • TSP
    Matlab实现遗传算法解决TSP问题,计算智能课程设计,程序以Oliver问题是例子,结果良好,也可以自己自己要解决的问题,贡献给大家。(Matlab genetic algorithm to solve TSP problem, Computational Intelligence curriculum design, program the Oliver problem is an example, good results can also own their own to solve the problem, to the party.)
    2013-01-18 21:02:07下载
    积分:1
  • 波导有限元素
    通过在Matlab有限元解的均匀波导。
    2022-07-01 19:09:23下载
    积分:1
  • Gauss
    本程序是应用数值分析对线性多元方程组的一种解法……高斯列主元消去法(This procedure is the application of numerical analysis of linear multivariate equations out of a solution ... ... the main element of Gaussian elimination)
    2010-11-10 08:48:42下载
    积分:1
  • 512x512
    512x512 Benchmarks for Image Processing
    2010-02-22 18:28:35下载
    积分:1
  • srinivasan.tar
    Srinivasan s `fast error search method: a small Octave/Matlab implementation of Srinivasan & Chellappa s FFT-based method for estimating the focus of expansion from optical flow. Does not include optical flow code.
    2009-07-30 15:12:04下载
    积分:1
  • wavelet
    清华大学小波分析教程 涵盖小波大部分领域 丰富实例 wavelet, matlab(Tsinghua wavelet wavelet analysis tutorial covers most areas of abundant examples of wavelet, matlab)
    2013-07-09 10:28:07下载
    积分:1
  • runge_kutta_4order
    The implementation of 4th order Runge Kutta integrator in Matlab.
    2011-09-14 16:41:02下载
    积分:1
  • fina_deconvolution_code
    说明:  在计算机视觉领域一种非盲去模糊的方法代码(A non-blind deblurring method code in the field of computer vision)
    2020-06-23 22:40:01下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载