-
Neural Network C Language
BP神经网络的C语言实现-Neural Network C Language
- 2023-08-14 09:25:02下载
- 积分:1
-
greedy em hybrid model training algorithm
greedy em 混和模型训练算法-greedy em hybrid model training algorithm
- 2022-04-19 20:59:30下载
- 积分:1
-
kmeans分类的小程序,聚类算法,大家都来看看吧,
kmeans分类的小程序,聚类算法,大家都来看看吧,-kmeans classification of small procedures, clustering algorithm, as we all look at and see,
- 2022-03-06 15:53:21下载
- 积分: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
-
该算法为模糊自适应整定的PID控制算法,该算法在matlab环境下开发,可以直接运行...
该算法为模糊自适应整定的PID控制算法,该算法在matlab环境下开发,可以直接运行
-The algorithm for fuzzy adaptive tuning of the PID control algorithm in the matlab environment development, can be directly run
- 2022-02-14 19:00:23下载
- 积分:1
-
用Fast BP实现复杂的函数逼近,对初学者有一定的帮助,是在BP的基础上增加了R....
用Fast BP实现复杂的函数逼近,对初学者有一定的帮助,是在BP的基础上增加了R.-Fast BP achieved with a complex function approximation, there is some help for beginners, is based on the BP increase in R.
- 2022-01-25 23:40:17下载
- 积分:1
-
基于遗传算法的分词论文 基于遗传算法的分词论文
基于遗传算法的分词论文 基于遗传算法的分词论文-Segmentation Based on Genetic Algorithms PapersSegmentation Based on Genetic Algorithms PapersSegmentation Based on Genetic Algorithms Papers
- 2022-01-26 00:31:13下载
- 积分:1
-
GENNET is a genetic algorithm to optimize the weights by the 16 neurons fully co...
GENNET是一个通过遗传算法优化权重的16个神经元的全连接神经网络。训练目的是使网络在一定假设的激励下,随时间产生同目标函数同样的响应,即:可以把此网络制作为一个任意波形的信号发生器。
程序分3个示例说明遗传算法进化过程中网络输出的变化趋势。可以看出网络输出(蓝色曲线)随着时间变化逐渐逼近目标函数(红色曲线)。此程序不仅可以学习遗传算法,也可以用于研究全连接网络的直观示例。-GENNET is a genetic algorithm to optimize the weights by the 16 neurons fully connected neural networks. Training purposes is to enable network inspired by certain assumptions, over time, produce the same response with the objective function, namely: the network can be produced as an arbitrary waveform signal generator. Procedure, three examples illustrate the evolution of genetic algorithms in the network output trends. We can see that the network output (blue curve) changes over time, gradually approaching the objective function (red curve). This program can not only learn from the genetic algorithm can also be used to study visual example of a fully connected network.
- 2023-03-23 04:25:04下载
- 积分:1
-
这个计算机程序的目的是允许用户构建,训练…
The purpose of this computer program is to allow the user to construct, train and test differenttypes of artificial neural networks. By implementing the concepts of templates, inheritance andderived classes from C++ object oriented programming, the necessity for declaring multiple largestructures and duplicate attributes is reduced. Utilizing dynamic binding and memory allocationafforded by C++, the user can choose to develop four separate types of neural networks:
- 2022-10-01 19:30:03下载
- 积分:1
-
LIBSVM是一个简单的,容易的
Libsvm is a simple, easy-to-use, and efficient software for SVM
classification and regression. It solves C-SVM classification, nu-SVM
classification, one-class-SVM, epsilon-SVM regression, and nu-SVM
regression. It also provides an automatic model selection tool for
C-SVM classification. This document explains the use of libsvm.
- 2022-11-21 20:50:03下载
- 积分:1