登录
首页 » AI-NN-PR » 模式识别源程序,希望大家能够喜欢,配套书籍是模式识别

模式识别源程序,希望大家能够喜欢,配套书籍是模式识别

于 2022-03-20 发布 文件大小:354.36 kB
0 175
下载积分: 2 下载次数: 2

代码说明:

模式识别源程序,希望大家能够喜欢,配套书籍是模式识别-Pattern recognition source code, hope that we can like it, matching books are Pattern Recognition

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

发表评论

0 个回复

  • This code is to estimate the parameter of model of Jian Gauss which is popular m...
    This code is to estimate the parameter of model of Mixture Gauss which is popular model used in pattern classification . JAVA 写的估计复合高斯模型中的参数 -This code is to estimate the parameter of model of Jian Gauss which is popular model used in pattern classification. Java was estimated composite Gaussian model parameters
    2022-03-02 23:30:57下载
    积分:1
  • 《游戏编程中的人工智能技术》一书中10,11章源代码
    《游戏编程中的人工智能技术》一书中10,11章源代码- Game programming in artificial intelligence technology, one source book, Chapter 10,11
    2022-06-03 10:21:30下载
    积分:1
  • workbench的应用开发
    workbench的应用开发-application development workbench
    2022-06-16 11:28:49下载
    积分:1
  • 转载:神经网络中应用最为广泛的一种:BP vbmatlab使用中性…
    转载:对神经网络中使用最广泛的一种:BP神经网络采用vbmatlab来实现,把训练数据拷入,load的*.m文件中, 文件中部load的*.m为测试数据 save 存盘的文件为测试数据的bp预测值, 该程序可以扩充n个输入,n个输出,很容易-reproduced : the neural network the most widely used one : BP vbmatlab using neural networks to achieve, it is copyed into the training data. m*. load the document, Central to the paper load*. m to save Inventory test data for the paper test data bp predictive value, The procedure can be expanded to import n, n output, it is easy
    2022-03-25 08:37:13下载
    积分:1
  • 人工鱼群算法(AFSA)是2002年李晓磊提出的基于鱼群行为的寻求全局最优 的新型搜索策略,该算法具有较优的全局收敛能力及较快的寻优速度。本文首次将 人...
    人工鱼群算法(AFSA)是2002年李晓磊提出的基于鱼群行为的寻求全局最优 的新型搜索策略,该算法具有较优的全局收敛能力及较快的寻优速度。本文首次将 人工鱼群算法应用于人工神经网络的学习,形成了人工鱼群神经网络模型,通过与 BP算法、模拟退化算法、进化算法训练的人工神经网络进行比较,验证了人工鱼群 神经网络在全局寻优能力上的优势,进而利用人工鱼群神经网络进行电力系统短期 负荷预测,建立了人工鱼群神经网络预测模型。为了进一步提高算法的稳定性,以 及求得全局最优值的能力,文中给出了改进的人工鱼群算法。当人工鱼种群的最优 值在多代未变的情况下,加入了“跳跃”行为,改变人工鱼个体的参数,避免陷入 局部最优并提高了寻求全局最优解的能力。然后建立了新的预测模型,实际编程表 明,改进后的模型具有更好的全局最优化能力及稳定性。-err
    2022-03-14 14:14:11下载
    积分:1
  • 用c++实现的决策树算法,windows环境下,希望对学习数据结构和算法的朋友有所帮助。...
    用c++实现的决策树算法,windows环境下,希望对学习数据结构和算法的朋友有所帮助。-achieve with the Decision Tree Algorithm, windows environment, and I hope to learn from data structures and algorithms friends help.
    2023-01-21 21:05:04下载
    积分:1
  • 遗传算法简称GA(Genetic Algorithm),在本质上是一种不依赖具体问题的直接搜索方法。遗传算法在模式识别、神经网络、图像处理、机器学习、工业优化控...
    遗传算法简称GA(Genetic Algorithm),在本质上是一种不依赖具体问题的直接搜索方法。遗传算法在模式识别、神经网络、图像处理、机器学习、工业优化控制、自适应控制、生物科学、社会科学等方面都得到应用。在人工智能研究中,现在人们认为“遗传算法、自适应系统、细胞自动机、混沌理论与人工智能一样,都是对今后十年的计算技术有重大影响的关键技术”。-Referred to as genetic algorithm GA (Genetic Algorithm), in essence is a kind of do not rely on specific issues of direct search method. Genetic algorithm in pattern recognition, neural networks, image processing, machine learning, optimization of industrial control, adaptive control, biological sciences, social sciences and so on have been applied. Research in artificial intelligence, now that the " genetic algorithms, adaptive systems, cellular automata, chaos theory and artificial intelligence, are the next ten years of the computing technology have a major impact on the key technology."
    2022-01-27 19:47:11下载
    积分:1
  • pso 粒子智能优化算法,C语言实现。欢迎下载。
    pso 粒子智能优化算法,C语言实现。欢迎下载。-Intelligent Optimization Algorithm pso particles, C language. Welcome to download
    2022-12-05 09:10:03下载
    积分:1
  • 模拟3G环境,测试可伸缩视频码流,适合JSVM开发者
    模拟3G环境,测试可伸缩视频码流,适合JSVM开发者-Analog 3G environment, testing, scalable video stream, suitable for JSVM developers
    2022-03-23 23:28:02下载
    积分:1
  • 使用模拟退火算法解决TSP问题,该程序中的模拟退火没有采用复杂的运算,实现了一个比较简单但运行高效的算法...
    使用模拟退火算法解决TSP问题,该程序中的模拟退火没有采用复杂的运算,实现了一个比较简单但运行高效的算法-using simulated annealing algorithm to solve TSP, the process of simulated annealing without the use of complex arithmetic, achieve a relatively simple but efficient operation of the algorithm
    2022-02-03 15:27:19下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载