-
神经网络遗传算法的一个简单例子代码,开发神经网络遗传算法的第一步...
神经网络遗传算法的一个简单例子代码,开发神经网络遗传算法的第一步-neural network genetic algorithm code a simple example, the development of neural network genetic algorithm first step
- 2022-05-29 10:29:28下载
- 积分: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
-
是用遗传算法求函数:f(x1,x2)=100(x1*x1
是用遗传算法求函数:f(x1,x2)=100(x1*x1-x2*x2) (x1*x1-x2*x2)+(1-x1)(1-x1)
约束:-2.048
- 2022-03-15 00:10:59下载
- 积分:1
-
K-均值聚类算法的编程实现。包括逐点聚类和批处理聚类。K-均值聚类的的时间复杂度是n*k*m,其中n为样本数,k为类别数,m为样本维数。这个时间复杂度是相当客观的。因为如果用每秒10亿次的计算机对50个样本采用穷举法分两类,寻找最优,列举一遍约66.7天,分成3类,则要约3500万年。针对算法局部最优的缺点,本人正在编制模拟退火程序进行改进。希望及早奉给大家,倾听高手教诲。-K-means clustering algorithm programming. Point by point, including clustering and clustering batch. K-means clustering of the time complexity of n* k* m, n samples, several types of k, m sample dimension. The time complexity is a very objective. Because if we use one billion times per second the computer using 50 samples of two exhaustive method to find the optimal set out again about 66.7 days, divided into three categories, offering 3,500 years. Local optimal algorithm against the shortcomings, I was prepared simulated annealing process improvements. Early Feng hope for everyone, listen to the master teachings.
- 2022-01-28 00:58:44下载
- 积分:1
-
关联规则的并行算法计算C和MPI分布实现
关联规则并行算法Count Distribution的C与MPI实现-Parallel Algorithm for Association Rules Count Distribution of C and MPI realize
- 2023-05-03 01:20:03下载
- 积分:1
-
Neural Network program for pattern classification
Neural Network program for pattern classification
- 2022-09-13 23:10:04下载
- 积分:1
-
神经网络 MCP运算法
神经网络 MCP运算法-neural network algorithm
- 2023-06-01 03:05:05下载
- 积分:1
-
matlab神经网络应用设计
matlab神经网络应用设计-Matlab neural network application design
- 2022-02-06 00:26:56下载
- 积分:1
-
人工神经网络的C++源代码的实现,包括实现…
人工神经网络的c++实现源码,含实现神经网络层的类,神经网络的类,中文详细注释, 并含有使用示例,学习神经网络的好源码-Artificial neural network c++ implementation source code, including achieve the type of neural network layer, the type of neural network, a detailed English notes, and contain the use of examples of good learning neural network source code
- 2022-02-16 09:53:24下载
- 积分:1
-
自适应共振神经网络可以实现自动学习与分类具有自适应的功能...
自适应共振神经网络可以实现自动学习与分类具有自适应的功能-adaptive resonance neural network can automatically learning and classification of adaptive function
- 2022-03-26 04:41:42下载
- 积分:1