登录
首页 » AI-NN-PR » 高斯混合模型C++版本

高斯混合模型C++版本

于 2022-03-03 发布 文件大小:960.00 B
0 96
下载积分: 2 下载次数: 1

代码说明:

高斯混合模型C++版本-Gaussian mixture model C version

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 粒子群优化算法是一种进化技术(进化有限公司)。
    粒子群优化算法(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
  • 类AStarPathFinder实现方块状网格上的A*算法
    类AStarPathFinder实现方块状网格上的A*算法-Class AStarPathFinder realize massive grid square on the A* algorithm
    2023-08-20 19:25:03下载
    积分:1
  • 10。《用于最优化的计算智能》,Nirwan Ansali,Edwin Hou着,李军,边肇棋译 清华大学出版社 1999年第一版 本书从讨论组合优化...
    10。《用于最优化的计算智能》,Nirwan Ansali,Edwin Hou着,李军,边肇棋译 清华大学出版社 1999年第一版 本书从讨论组合优化中的基本问题――NP问题入手,系统地讲述了近年来所发展起来的智能最优化的各种技术和方法,其中包括启发式搜索、Hopfield神经网络、模拟退火和随机机、均场退火以及遗传算法等;并在此基础上,通过一些典型的应用问题,如旅行商问题、模式识别中的点模式匹配问题、通信和任务调度等问题进一步阐明以上一些基本方法怎样用来解决这些原来具有NP性质的困难问题。本书是作者在美国新泽西州理工学院多年讲授有关课程的基础上写成的。全书深入浅出,理论联系实际。为帮助学生掌握基本概念,提高学习能动性,各章编写了习题。本书可作为通信、计算机、控制各专业的高年级学生和研究生学习有关课程的教材。它对于广大科研工作者也是一本很有实际价值的参考书。 -10. "Optimal for Computational Intelligence," Nirwan Ansali, with Edwin Hou, Li Jun, Pin Zhaoxing chess translation Tsinghua University Press in 1999 the first book version of combinatorial optimization from the discussion of basic questions-- NP problem start, the system described in recent years to develop the intelligent optimization of the technology and methods, These include heuristic search, Hopfield networks, simulated annealing and random machine, mean field annealing and genetic algorithms; and on this basis and through some typical applications, such as the traveling salesman probl
    2023-01-02 18:15:04下载
    积分:1
  • Apriori算法的JAVA实现A priori算法的JAVA实现
    Apriori算法的JAVA实现A priori算法的JAVA实现-Apriori algorithm JAVA realize A priori algorithm realize JAVA
    2023-05-26 16:25:02下载
    积分:1
  • 遗传算法的原代码,用于最优化计算,只需解压便可使用。
    遗传算法的原代码,用于最优化计算,只需解压便可使用。-Genetic algorithm source code for the optimization calculation, just unzip to use.
    2023-03-25 07:20:03下载
    积分:1
  • In this paper, we designed a 3
    文中设计了一个3层径向基神经网络(RBFN)用于对企业的5项评价指标进行聚类分析,并与蚁群算法做了比较分析。RBFN由输入层 到隐含层采用传统的K一均值算法,隐含层到输出层通过“模2递减”学习速率的BP学习;蚁群算法根据信息素的分配能够自动调整收索 路径,从而达到数据自动聚类的目的。结果表明,与蚁群算法相比,改进RBFN具有快速收敛、自动识别奇异样本的优点,而蚁群算法 无须教师学习,并能够达到全局最优。-In this paper, we designed a 3-layer RBF neural network (RBFN) for the 5-to-business evaluation indicators cluster analysis and ant colony algorithm has done a comparative analysis. RBFN from input layer to hidden layer using the traditional K-means algorithm, hidden layer to output layer through the Mode 2 decreasing learning rate of BP learning ant colony algorithm based on pheromone can automatically adjust the allocation of land Faso path, thereby to achieve the purpose of automatic data clustering. The results showed that compared with the ant colony algorithm to improve the RBFN has a fast convergence, automatic identification of singular advantage of the sample, while the ant colony algorithm do not need teachers to learn and be able to reach the global optimum.
    2022-11-25 09:35:03下载
    积分:1
  • Bimodal and multimodal function maximum use of the genetic algorithm to the netw...
    双峰和多峰函数最大值的遗传算法求解 采用前向网络-Bimodal and multimodal function maximum use of the genetic algorithm to the network
    2023-08-22 18:15:04下载
    积分:1
  • Using Simulated annealing to solve TSP
    Using Simulated annealing to solve TSP
    2022-03-01 04:18:04下载
    积分:1
  • 模式识别下的ISODATA算法 例子为IRIS数据库数据
    模式识别下的ISODATA算法 例子为IRIS数据库数据-ISODATA algorithm for pattern recognition under the examples for the IRIS database data
    2022-03-26 08:44:44下载
    积分:1
  • 两个人工智能小程序,解决八数码问题,使用A*算法
    两个人工智能小程序,解决八数码问题,使用A*算法-two small programs to solve eight digital, the use of A* algorithm
    2022-08-17 16:36:29下载
    积分:1
  • 696518资源总数
  • 106227会员总数
  • 11今日下载