-
遗传算法求解车辆路径问题,没有解压缩的密码。
遗传算法求解车辆路径问题,没有解压缩的密码。-Genetic Algorithm for vehicle routing problem, no extract passwords.
- 2022-01-25 21:46:40下载
- 积分:1
-
Introduce a neural network algorithm in C language CPN realize.
介绍了神经 网络中的CPN算法的C语言实现.-Introduce a neural network algorithm in C language CPN realize.
- 2023-07-07 15:15:03下载
- 积分:1
-
神经网络hopfield源码
神经网络hopfield源码- Nerve network hopfield source code
- 2022-05-09 07:11:41下载
- 积分:1
-
LIBSVM是支持向量分类集成软件。LIBSVM提供…
LIBSVM is an integrated software for support vector classification. LIBSVM provides a simple interface where users can easily link it with their own programs.
- 2022-04-30 22:53:26下载
- 积分:1
-
kmeans算法,许多同学做毕设需要用到
kmeans算法,许多同学做毕设需要用到-kmeans algorithm, many students needed to do to complete set up
- 2022-08-12 11:49:28下载
- 积分:1
-
聚类分析简介,是个课件,希望对大家有帮助。
聚类分析简介,是个课件,希望对大家有帮助。-Introduction Cluster analysis is a courseware, we want to help.
- 2022-02-16 03:42:06下载
- 积分:1
-
1、编制程序显示印章图像(24位真彩色位图);
2、读出位图中每一像素点的(R,G,B)样本值;
3、以RGB其中某两个(或三个)为坐标,取一定数量的图...
1、编制程序显示印章图像(24位真彩色位图);
2、读出位图中每一像素点的(R,G,B)样本值;
3、以RGB其中某两个(或三个)为坐标,取一定数量的图像点为分析样本,分析其坐标系中的分布;
4、采用本章学习的方法找到分类判别函数,对这些样本进行分类;(要求首先将印章与底纹区分,如有可能将印章、底纹、签字区分)
5、将分类后的结果标记到原始图像上,检查其效果。
-1, the preparation procedures showed that the seal image (24-bit true color bitmap) 2, read out each bitmap pixel (R, G, B) sample value 3 to RGB which a two (or three ) for the coordinates, take a certain number of image points for the analysis of samples, analysis of its coordinate system of distribution 4, the method used in this chapter to learn to find discriminant function classification of these samples for classification (required first to distinguish between the seal and Shading, if possible, will seal, Shading, signatures to distinguish between) 5, will be the result of classification markings to the original image to check its effectiveness.
- 2022-04-27 00:31:30下载
- 积分:1
-
使用java构建神经网络的开源项目教程,是java爱好者学习神经网络的难得教材。虽然是英文教材,但是语言简单,易懂。书中前几章对于神经网络基本原理的讲解十分通俗...
使用java构建神经网络的开源项目教程,是java爱好者学习神经网络的难得教材。虽然是英文教材,但是语言简单,易懂。书中前几章对于神经网络基本原理的讲解十分通俗易懂,利于初学者对相关知识的理解和吸收,即使不是java编程者,也可以从中受益匪浅。
-Using the java open source project to build neural networks tutorial java lovers are rare neural network learning materials. Although the materials are in English, but the language simple, easy to understand. The book for the first few chapters explain the basic principles of neural networks is very user-friendly, which will help beginners to understand and absorb the relevant knowledge, if not the java programmers can also be benefited from.
- 2022-08-14 15:15:32下载
- 积分:1
-
java编写的贝叶斯网络分类器(貌似没有模型构建和参数学习过程)...
java编写的贝叶斯网络分类器(貌似没有模型构建和参数学习过程)-java prepared by the Bayesian network classifier (seemingly no model of the learning process and parameters)
- 2023-03-28 23:10:03下载
- 积分:1
-
改进遗传算法-郭涛算法做最优化问题很管用,算法的基本思想是
先任意产生n个随机数,然后从n个数里随机选择m个数,再有这m个
数合成一个新数,将这个新数同...
改进遗传算法-郭涛算法做最优化问题很管用,算法的基本思想是
先任意产生n个随机数,然后从n个数里随机选择m个数,再有这m个
数合成一个新数,将这个新数同n个数中间适应值函数值的最差的比较,
如果好的话就取代最差的那个,如果它比最好的还要好的话,则把最好的
也取代。如果比最差的坏,则重新合成一个新数。依次循环下去。
程序的奇妙之处是GA_crossover()函数,产生的新数确实比较好,看看
那位大侠能改进一下,产生比这跟好的数。-improved genetic algorithm- Guo Tao done optimization algorithm is very effective, and the algorithm is the first basic idea arbitrary n generated random number and then the number li n m randomly selected number, and this number m of a new synthesis of the new middle with n number fitness function of the worst by comparison, if a good case to replace the worst, um, if it even than the best, then ruled the best have replaced. If worse than the worst, a de novo synthesis of new. Followed by the cycle continues. The magic of procedures is GA_crossover () function, the new really good to see heroes who can be improved upon, it generated more than a few with a good.
- 2023-02-04 23:55:04下载
- 积分:1