-
关联规则的频繁项集算法bomo的源代码,含说明文件,C编写,可在linux和windows下编译。...
关联规则的频繁项集算法bomo的源代码,含说明文件,C编写,可在linux和windows下编译。-Related and regular frequent source codes which collects algorithm bomo, includes the supporting paper, C is written, can compile under linux and windows
- 2022-09-24 08:55:03下载
- 积分:1
-
人工神经网络(Aartificial Neural Network,下简称ANN)是模拟生物神经元的结构而提出的一种信息处理方法。早在1943年,已由心理学家...
人工神经网络(Aartificial Neural Network,下简称ANN)是模拟生物神经元的结构而提出的一种信息处理方法。早在1943年,已由心理学家Warren S.Mcculloch和数学家Walth H.Pitts提出神经元数学模型,后被冷落了一段时间,80年代又迅猛兴起[1]。ANN之所以受到人们的普遍关注,是由于它具有本质的非线形特征、并行处理能力、强鲁棒性以及自组织自学习的能力。其中研究得最为成熟的是误差的反传模型算法(BP算法,Back Propagation),它的网络结构及算法直观、简单,在工业领域中应用较多。-Artificial Neural Networks (Aartificial Neural Network, under the short title of ANN) is a simulation of the structure of biological neurons and the information put forward a method of treatment. At early 1943, by Warren S. Mcculloch psychologists and mathematicians Walth H. Pitts proposed mathematical model of neurons, was left out in the cold for some time, and the rapid rise of the 80" s [1]. ANN because the general concern of the people is the essence of it is because of the non-linear characteristics of parallel processing capabilities, strong robustness and self-organizing capacity of self-learning. Research one of the most sophisticated are the error-propagation model of the algorithm (BP algorithm, Back Pro
- 2022-01-25 18:56:13下载
- 积分:1
-
神经网络算法源程序,如ADALINE,提供针对算法的演示源程序
神经网络算法源程序,如ADALINE,提供针对算法的演示源程序-neural network algorithm source, such as ADALINE provide demonstration against the algorithm source code
- 2022-01-26 06:37:48下载
- 积分:1
-
8. "Genetic algorithm and its application," Chen Guoliang edited and p...
8。《遗传算法及其应用》,陈国良等编着 人民邮电出版社 2001年第一版
本书系统全面地介绍了遗传算法的基本原理、设计方法及其并行实现,以及它在组合优化、机器学习、图像处理、过程控制、进化神经网络、模糊模式识别和人工生命等方面的应用。 本书可作为高等院校计算机、无线电电子学、自动控制、生物医学工程等有关专业高年级学生或研究生的教材和参考书,也可供从事人工智能、信息处理研究和应用的科技人员学习参考。-8. "Genetic algorithm and its application," Chen Guoliang edited and published with the People"s Post and in 2001 the first book version of the full introduction of the genetic algorithm basic tenets , design methods and parallel implementation, and its portfolio optimization, machine learning, image processing, process control, evolutionary neural networks, Fuzzy Pattern Recognition and Artificial Life, and so on the application. The book can be used as institutions of higher learning computers, radio electronics, automatic control, biomedical engineering, and other professional grade students or graduate teaching and reference materials, are also available in artificial intelligence, information processing and application of information technology to study.
- 2022-05-09 10:19:43下载
- 积分:1
-
实现马尔可夫决策过程模型的算法,该研究方向是当前热门的研究领域。...
实现马尔可夫决策过程模型的算法,该研究方向是当前热门的研究领域。-Markov Decision Process Model realize the algorithm, the research direction is currently a hot research field.
- 2022-02-11 20:05:03下载
- 积分:1
-
采用C编写的BP神经网络一个程序,请提意见
采用C编写的BP神经网络一个程序,请提意见-with C BP prepared a neural network procedures, please comment
- 2023-06-15 09:20:03下载
- 积分:1
-
hough变换的代码,这个变换可以原来检测直线或圆等图形。
hough变换的代码,这个变换可以原来检测直线或圆等图形。-Hough Transform code, can transform the original circular or linear detection, such as graphics.
- 2022-08-18 18:34:42下载
- 积分:1
-
人工神经网络的操作,包括网络学习,训练…
我的人工神经网络作业,包括BP网络的学习,训练和回想,初学人工神经网络的可以-My artificial neural network operation, including the BP network learning, training and recall, learning artificial neural network can
- 2022-02-05 10:20:02下载
- 积分:1
-
nnToolKit 神经网络工具包是基于 MATLAB 神经网络工具箱自行开发的一组神经网络算法函数库,其中的函数在MATLAB环境下均可独立运行,并可打包成D...
nnToolKit 神经网络工具包是基于 MATLAB 神经网络工具箱自行开发的一组神经网络算法函数库,其中的函数在MATLAB环境下均可独立运行,并可打包成DLL组件,这些组件作为独立的COM对象,可以直接被Visual Basic、Visual C++ 、C++ Builder或其它支持COM的高级语言所引用。本工具包中包含的算法包括BP算法中的一些改进算法、模糊神经网络、小波神经网络、遗传算法优化神经网络权值改进算法等,根据需要,读者还可以对该工具包进行扩展,即扩充一些新的函数,以实现特殊的算法需求。-nnToolKit neural network tool kit is based on the MATLAB neural network toolbox developed by a group of neural network algorithm library, which functions in the MATLAB environment can be run independently, and packaged into a DLL components, these components as a separate COM object, can be directly by Visual Basic, Visual C++, C++ Builder or other high-level language support COM quoted. The toolkit includes algorithms, including some of the BP algorithm to improve the algorithm, fuzzy neural network, wavelet neural networks, genetic algorithms to optimize neural network weights to improve the algorithm, if necessary, readers can also expand the tool kit, namely the expansion of some new function, the algorithm in order to achieve sp
- 2022-08-08 06:06:29下载
- 积分:1
-
PID控制已经广泛的用于工业生产,但是对于PID参数的获得一直是该控制的难点。本例子为对PID控制有兴趣的人提供一种参考,该PID控制采用遗传算法。...
PID控制已经广泛的用于工业生产,但是对于PID参数的获得一直是该控制的难点。本例子为对PID控制有兴趣的人提供一种参考,该PID控制采用遗传算法。-PID control has been widely used in industrial production, but the PID parameters for the control of access has been difficult. The examples of PID control for those who are interested in providing a reference, the PID control using genetic algorithm.
- 2022-04-17 01:50:48下载
- 积分:1