-
MCP(最大截问题)的模拟退火算法程序源码
MCP(最大截问题)的模拟退火算法程序源码-MCP (the largest cut-off issues) of the simulated annealing algorithm program source
- 2022-08-13 10:20:52下载
- 积分:1
-
解非线性规划模型的遗传算法,用c++语言编写,注释完整,结构清晰...
解非线性规划模型的遗传算法,用c++语言编写,注释完整,结构清晰-Genetic Algorithm for nonlinear programming
- 2022-05-05 10:38:45下载
- 积分:1
-
The issue of objective quality evaluation based on the Mandarin model, using MOS...
本课题基于汉语普通话客观质量评价的模型、利用MOS主观评价方法和客观评价方法对语音样本进行评价。并分析客观评价方法的优缺点及在研究中遇到的问题和改进方法,其主要研究内容是利用MATLAB的建立语音客观评价模型,涉及到人工神经网络,数字信号处理等方面的内容。-The issue of objective quality evaluation based on the Mandarin model, using MOS subjective evaluation method and objective evaluation of speech samples evaluated. And analyze the advantages and disadvantages of an objective evaluation method of the problems encountered in the study and improvement of methods, the main research content is to use MATLAB model for the establishment of objective evaluation of speech, involving artificial neural networks, digital signal processing and other aspects.
- 2022-02-15 03:10:04下载
- 积分:1
-
线性神经网络应用实例
线性神经网络应用实例-linear neural network application
- 2022-05-18 13:10:31下载
- 积分:1
-
经典算法应用:神经网络算法的一个实际应用
经典算法应用:神经网络算法的一个实际应用-Application of the classical algorithm: neural network algorithm, a practical application
- 2022-03-22 08:09:56下载
- 积分:1
-
狂想曲在C + +企业解决方案
rhapsody in C++企业解决方案-rhapsody in C++ Enterprise Solutions
- 2023-08-25 13:40:05下载
- 积分:1
-
禁忌搜索法对初始解、邻域个数及禁忌列表的大小等参数有比较严格的要求, 这些参数直接影响着算法的优化能力。文章提出了一种改进的禁忌搜索法, 它用有效空间来压缩搜索...
禁忌搜索法对初始解、邻域个数及禁忌列表的大小等参数有比较严格的要求, 这些参数直接影响着算法的优化能力。文章提出了一种改进的禁忌搜索法, 它用有效空间来压缩搜索范围, 这样可以提高搜索效率和全局搜索能力。用短期和长期禁忌列表存储器来保证算法能搜索到全和分局空间的每一点, 并且不重复搜索。经过验算析, 证明它是一种较好的全局启发式搜索法.-Tabu search method, the initial solution, neighborhood and tabu list size of the number of parameters such as have more stringent requirements, these parameters directly affect the ability to optimize the algorithm. This paper presents an improved tabu search method, it is used effectively to compress the search space, so that can improve search efficiency and global search capabilities. Short-term and long-term memory tabu list to ensure the algorithm can search the whole and the sub-space, each point, and do not repeat the search. After checking analysis to prove that it is a good global heuristic search method.
- 2022-03-16 10:18:28下载
- 积分:1
-
模式识别二维链表实现isodata算法 早期试验,界面没有优化
模式识别二维链表实现isodata算法 早期试验,界面没有优化-2D pattern recognition algorithm to achieve isodata early testing, has not been optimized interface
- 2022-06-18 08:58:05下载
- 积分:1
-
本人编写的GramSchmidt神经网络算法,和传统的神经网络算法比较,该算法能自动产生神经元,节约时间,速度快!
本人还加了自动产生分类的方法和适合各种函
本人编写的GramSchmidt神经网络算法,和传统的神经网络算法比较,该算法能自动产生神经元,节约时间,速度快!
本人还加了自动产生分类的方法和适合各种函数的转换,该zip包括两个文件,一个是GramSchmidt正交分解,是个子函数,主函数是orth_GramSchmidt,放在同一目录下,就可运行,可以对benchmark的逼近和分类问题提供解决方案-I prepared GramSchmidt neural network algorithm, and the traditional neural network algorithm, the algorithm can automatically generate neurons, saving time, fast! I also added a method of automatically generated classification and conversion for a variety of functions, the zip includes two documents, one is GramSchmidt orthogonal decomposition is a sub-function, the main function is orth_GramSchmidt, on the same directory, you can run can benchmark approximation and classification problems to provide solutions
- 2022-03-12 08:35:06下载
- 积分:1
-
The code on this diskette has been organized by chapter. Each subdirectory
cont...
The code on this diskette has been organized by chapter. Each subdirectory
containing listing has a readme.txt describing program usage and any relevent
file formats. The readme will also describe how to compile the target
programs under IBM OS/2 (TM) using the using C Set++ compiler (TM). All programs on
this diskette have been compiled and tested in this environment. The majority
of programs on this diskette should port to other environments with only minor
adjustments. The exception to this are those programs which utilize
presentation manager for graphical display of program data. In particular,
the grid1 programs in chapt4ackprop and chapt3 fall into this latter category.
- 2022-08-09 11:53:45下载
- 积分:1