搜索资源列表
matlab_min_use_PSO
- 使用pso求最小化一函數 matlab程式碼,寫的非常簡潔(不到100行),且還包括了2維的圖形展示,和大家分享參考!!! 一起學習matlab和各種optimize methods 最小化:(x-15)^2+(y-20)^2 The swarm matrix is swarm(index, [location, velocity, best position, best value], [x, y components or the value compo
Substituter.java
- 代入法的启发示搜索 我的代码实现是:按照自然语言各字母出现频率的大小从高到低(已经有人作国统计分析了)先生成一张字母出现频率统计表(A)--------(e),(t,a,o,i,n,s,h,r),(d,l),(c,u,m,w,f,g,y,p,b),(v,k,j,x,q,z) ,再对密文字母计算频率,并按频率从高到低生成一张输入密文字母的统计表(B),通过两张表的对应关系,不断用A中的字母去替换B中的字母,搜索不成功时就回退,在这里回朔是一个关键。 -generation into a
jiafa
- 加法难题 有如下的加法算式: donald + gerald = robert 每个字母代表一个不同的数字(0-9),你能否求出每个字母分别代表什么数字?-Adder problems with the additive formula is as follows : donald gerald = robert each letter representing a different figures (0-9), Can you calculated each letter on beha
somnet
- 一种通过自组织竞争学习网络实现数据降维和可视化的单层神经网络模型。用此算法可以把输入空间的多维映射到低维的(一维或者二维)的离散网络上,并将保持相同性质的输入数据在映射到低维空间时的拓扑一致性。iris以及letter两个数据集进行分类
Matlab
- Matlab实现基于神经网络的文字字母识别,很好用哦,大家下载吧-Matlab neural network-based text-letter identification, very good with Oh, you download it
SOFM
- 本论文包含自组织神经网络在字母识别上的应用-This paper contains the self-organizing neural network application on the letter recognition
SOM
- 本论文包含自组织神经网络在字母识别上的应用-This paper contains the self-organizing neural network application on the letter recognition
BP_NET
- 基于BP神经网络的大写字母识别,群里共享来的 ,和大家分享一下-BP neural network based on the uppercase letter recognition, group share came in, and share with you
Recognizer
- Letter recognition with Multilayer Perceptron. It learns 10 first letters and then tries to recognize drawn symbol.
maplefetion-2.5.1
- 飞信机器人,openfetion开发包,飞信的SIP4协议。-Fetion robot, openfetion development kits, flying letter SIP4 agreement.
BP0411
- 神经网络字符识别程序,可以用来做汉字,英文,数字等字符的识别,需要先训练样本。-ANN for letter recognize,used in Chinese characters,letters and numbers recognization.
BP_nn
- BP神经网络的应用,具体用于26个字母分类的问题。-The classification of the 26 English letter by BP neutral network
Constraint-Programming
- 人工智能中的约束可满足问题。用prolog解字母游戏。有文档说明及源代码。-Constraint Programming in AI. Solve the letter pazzle with prolog. DOC and SRC are included in the RAR.
Practical_AI_in_Java
- 人工智能编程语言这项工作是授权下创作共用attribution-noderivs-noncommercial许可证。查看本授权的副本,访问:/ /所有组织/许可证。by-nd-nc / 1/或来信创作共用,559弥敦雅培,斯坦福大学,加利福尼亚94305,美国-This work is licensed under the Creative Commons Attribution-NoDerivs-NonCommercial License. To view a copy of this l
CounterLow-rateDenial-of-ServiceAttacks
- The existing Random Early Detection (RED) algo- rithm and its variants are found vulnerable to emerging attacks,especially the Low-rate Denial-of-Service (LDoS) attacks. In this letter we propose a Robust RED (RRED) algorithm to improve the TCP t
letter_recognition
- 用一个三层的BP网络实现下列两类字母的识别问题,L字母输出为1,T字母输出为0.-use a three-layers BP network to recognize 2 types of letter,the output of L is 1,the output of T is 0.
Letter-recognition
- 基于神经网络, 采用 Matlab 6. 5 和 Visual C, 设计一个字母识别系统。 该系统通过对 BMP 图片的二值化 处理,在 VC 环境下调用 Matlab,并将把二值化后的数据进行网络训练,从而实现 26 个英文字母的识别。 系统性能的测试表明,系统所训练的神经网络有很好的抗干扰能力。-The design letter recognition system based on neural network, using Matlab 6. 5 and Visual C,. T
gauss_seidel
- In numerical linear algebra, the Gauss–Seidel method, also known as the Liebmann method or the method of successive displacement, is an iterative method used to solve a linear system of equations. It is named after the German mathematicians Carl Frie
shuzishibie
- BP神经网络识别系统中的数字识别环节C++代码,将输入的数字或字母的信息特点与已有值比较匹配-Features information on BP neural network recognition system link C++ digital identification code, enter the number or letter of the existing value comparison match
Letter-recognition
- 26个字母神经网络识别 用matlab实现的-26 letter recognition using matlab to achieve
