登录
首页 » AI-NN-PR » BP神经网络解决异或问题.模式识别常见问题解决

BP神经网络解决异或问题.模式识别常见问题解决

于 2022-02-25 发布 文件大小:8.35 kB
0 222
下载积分: 2 下载次数: 2

代码说明:

BP神经网络解决异或问题.模式识别常见问题解决-BP neural network to solve XOR problem. Pattern Recognition common problem-solving

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

发表评论

0 个回复

  • 基于canny的灰色预测和模式识别,标定的一种做法是:在一块平板上画若干个点, 同时用这两部相机照相,分别得到这些点在它们像平面上的像点,利用这两组像点的几何关...
    基于canny的灰色预测和模式识别,标定的一种做法是:在一块平板上画若干个点, 同时用这两部相机照相,分别得到这些点在它们像平面上的像点,利用这两组像点的几何关系就可以得到这两部相机的相对位置。然而,无论在物平面或像平面上我们都无法直接得到没有几何尺寸的“点”。实际的做法是在物平面上画若干个圆(称为靶标),它们的圆心就是几何的点了。而它们的像一般会变形,如图1所示,所以必须从靶标上的这些圆的像中把圆心的像精确地找到,标定就可实现。-Based on the gray canny prediction and pattern recognition, calibration approach is to: a plate painted in a number of points, at the same time with these two cameras camera, respectively, as these points in their plane as points, the use of these two groups geometric relationship between the image point can be that the relative positions of two cameras. However, in terms of objects such as plane or plane, we can not directly be no geometry point. Actual practice is complex plane painted in a number of round (known as targets), their geometric center of a circle is the point. And they generally like deformation, as shown in Figure 1, it must target these round, like in the center of a circle of like to find precise, calibration can achieve.
    2022-11-16 16:00:04下载
    积分:1
  • character recognition system
    字符识别系统——利用双重用途分类后的神经网络系统对原始字符进行识别编码
    2022-06-26 02:50:51下载
    积分:1
  • using MATLAB is a part of a system of various neural network model and I support...
    是一个用MATLAB编的一个系统,是关于各个神经我网络模型和支持向量机的软件包-using MATLAB is a part of a system of various neural network model and I support vector machine packages
    2022-06-29 14:17:25下载
    积分:1
  • 单神经元pid源码实现,对初学的朋友很有帮助
    单神经元pid源码实现,对初学的朋友很有帮助-The program can realize single neural pid with MATLAB.The algorithm is simple and easy to understand.
    2023-01-21 11:05:04下载
    积分:1
  • 这个是关于遗传算法的比较完整的C语言程序,个人觉得还是比较有参考价值。...
    这个是关于遗传算法的比较完整的C语言程序,个人觉得还是比较有参考价值。-on the genetic algorithm is relatively complete C language program, individuals think it is quite a reference value.
    2023-02-20 14:40:04下载
    积分:1
  • 此为疾病诊断专家系统,用这种结构建立的知识库可以很方便地实现上面所提到的各种功能。这种结 构的最独特之处就是依靠相同的关键(疾病名或其代码)来实现一种疾病与...
    此为疾病诊断专家系统,用这种结构建立的知识库可以很方便地实现上面所提到的各种功能。这种结 构的最独特之处就是依靠相同的关键(疾病名或其代码)来实现一种疾病与其症候之 间的相互联系。疾病名与症候分别用二叉树进行排序。排序后可由疾病名而查到与该 疾病名有关的所有详细情况,也可由一种症候而查到哪些疾病有这种症候,以及该症 候可能引起各种疾病的概率。-This is the disease diagnosis expert system, using this structure to establish the knowledge base can easily realize the above mentioned features. The structure of the most unique is that relying on the same key (the disease or its code) to achieve a disease and its symptoms between. Name and symptoms of disease were treated with binary tree sort. Sort by the disease after the name of the disease were found with all the details of which can also be a symptom of the diseases that have found such a symptom, as well as the symptoms may lead to the probability of various diseases.
    2023-05-21 00:15:03下载
    积分:1
  • (其中已经包含5个源码)所附源程序C或C++代码文件及其可执行文件 Scs.cpp 基本分类算法源程序, 输入数据文件cfile.txt,efile.txt,g...
    (其中已经包含5个源码)所附源程序C或C++代码文件及其可执行文件 Scs.cpp 基本分类算法源程序, 输入数据文件cfile.txt,efile.txt,gfile.txt,pfile.txt ,rfile.txt,tfile.txt Sga.c 基本遗传算法源程序, 输入数据文件input,输出文件output A_life.c 基于遗传算法的人工生命模拟源程序, 输入数据文件world GA_nn.c 基于遗传算法优化神经网络结构源程序,输入数据文件sample Patmat.c 基于遗传算法提取基元图形源程序-(which includes five OSS) attached to C or C source code files and executable files Scs.c pp basic classification algorithm source files, input data files cfile.txt, efile.txt. gfile.txt, pfile.txt, rfile.txt. tfile.txt Sga.c basic genetic algorithm source files, input data files input, output file output A_life.c based on genetic algorithm simulation source Artificial Life, import data files GA_nn.c world based on genetic algorithm optimization neural network structure source, import data files Patmat.c sample extraction based on genetic algorithm-based graphic source yuan
    2022-02-24 22:24:01下载
    积分:1
  • 用贪心算法求解旅行商问题。输入数据可以得到最值…
    用贪心法解决TSP问题.输入数据可求得所要的最值的结果.-greedy algorithm used to solve TSP. Input data can be obtained by the most value to the results.
    2023-04-28 00:20:03下载
    积分:1
  • 人工智能技术K均值算法,JAVA实现,有需要的下
    人工智能技术K均值算法,JAVA实现,有需要的下-K means algorithm artificial intelligence technology, JAVA realize there is a need to the next
    2022-12-18 19:00:04下载
    积分:1
  • Genetic algorithm in the new multi
    遗传算法中的新的多点交叉算法用来优化选择最优值-Genetic algorithm in the new multi-point crossover algorithm
    2022-05-29 23:44:27下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载