-
This is a used fortran source realize the BP algorithm, as well as c and matlab...
这是一个用fortran 实现的BP算法源程序,以及c和 matlab实现BP的源程序。大家可以从各个方面做一个性能的比较-This is a used fortran source realize the BP algorithm, as well as c and matlab realize the source BP. From the U.S. to do all aspects of a performance comparison
- 2022-08-05 19:16:08下载
- 积分:1
-
粒子群优化算法是一种进化技术(进化有限公司)。
粒子群优化算法(PSO)是一种进化计算技术(evolutionary computation).源于对鸟群捕食的行为研究 PSO同遗传算法类似,是一种基于叠代的优化工具。系统初始化为一组随机解,通过叠代搜寻最优值。但是并没有遗传算法用的交叉(crossover)以及变异(mutation)。而是粒子在解空间追随最优的粒子进行搜索。详细的步骤以后的章节介绍 同遗传算法比较,PSO的优势在于简单容易实现并且没有许多参数需要调整。目前已广泛应用于函数优化,神经网络训练,模糊系统控制以及其他遗传算法的应用领域-Particle Swarm Optimization (PSO) is an evolutionary technology (evolutionary computation). Predatory birds originated from the research PSO with similar genetic algorithm is based on iterative optimization tools. Initialize the system for a group of random solutions, through iterative search for the optimal values. However, there is no genetic algorithm with the cross- (crossover) and the variation (mutation). But particles in the solution space following the optimal particle search. The steps detailed chapter on the future of genetic algorithm, the advantages of PSO is simple and easy to achieve without many parameters need to be adjusted. Now it has been widely used function optimization, neural networks, fuzzy systems control and ot
- 2022-02-05 13:05:45下载
- 积分: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
-
这是一个最近邻分类模式识别算法仿真…
这是一个模式识别中的最近邻分类算法的一个简单仿真分类实例,其中female.txt和male.txt是训练样本,test.txt是测试样本,分类效果非常好,对于模式学习的初学者将会有很大帮助。-This is a pattern recognition algorithm for nearest neighbor classification simulation of a simple classification example, is one of female.txt and male.txt training samples, test.txt is the measurement, classification effect is very good for beginners will be learning model there is a great help.
- 2023-02-03 01:25:04下载
- 积分:1
-
using artificial neural network XOR functions. With back
用人工神经网络实现异或的功能。用反向传播算法(BP)来实现神经网络,正确率可以达到80% -using artificial neural network XOR functions. With back-propagation algorithm (BP) to achieve neural network, can achieve an accuracy rate of 80%
- 2022-12-07 13:30:02下载
- 积分:1
-
本多功能自控系统软实验平台包括经典控制理论、现代控制理论、系统辨识、最优控制、智能控制等的软实验内容,其功能接近和部分超过了Matlab的自动控制工具箱,其人性...
本多功能自控系统软实验平台包括经典控制理论、现代控制理论、系统辨识、最优控制、智能控制等的软实验内容,其功能接近和部分超过了Matlab的自动控制工具箱,其人性化的中文界面,让使用者能轻松完成各种控制系统实验,是学习控制理论、设计控制系统的有力工具。-the multifunction control system experimental platform including soft classical control theory, the modern control theory, system identification, optimal control, intelligent control of the soft experiments, its function and some close over the Matlab toolbox control, the human interface to help users easily End into a variety of experimental control system, control theory is the study and design of the control system powerful tool.
- 2023-06-08 21:05:04下载
- 积分:1
-
采用“提前停止”方法提高 BP 网络的推广能力。对于和例 2相同的问题,在本例中我们将采用训练函数 traingdx...
采用“提前停止”方法提高 BP 网络的推广能力。对于和例 2相同的问题,在本例中我们将采用训练函数 traingdx -The use of
- 2022-01-31 04:59:10下载
- 积分:1
-
不确定规划 遗传算法
Nonlinear Programming算法程序
不确定规划 遗传算法
Nonlinear Programming算法程序- Indefinite plan heredity algorithm Nonlinear Programming
algorithm procedure
- 2022-02-28 10:21:07下载
- 积分:1
-
KNN和BP的算法实现。输入一系列的样本值,进行训练和分类。源码是实现了两个分类器,已经调试通过
KNN和BP的算法实现。输入一系列的样本值,进行训练和分类。源码是实现了两个分类器,已经调试通过-KNN and BP algorithm. Enter a series of sample values, for training and classification. Source is to achieve the two classifiers have been debugging through
- 2022-03-17 14:09:57下载
- 积分:1
-
遗传算法演示程序
遗传算法演示程序-GA Demonstration Program
- 2022-12-02 01:50:04下载
- 积分:1