登录
首页 » AI-NN-PR » 一个用于聚类的工具箱,内有主元分析、模糊等技术的Matlab源代码和应用实例程序Demo。...

一个用于聚类的工具箱,内有主元分析、模糊等技术的Matlab源代码和应用实例程序Demo。...

于 2022-10-25 发布 文件大小:11.84 kB
0 250
下载积分: 2 下载次数: 1

代码说明:

一个用于聚类的工具箱,内有主元分析、模糊等技术的Matlab源代码和应用实例程序Demo。-One for clustering toolbox, with principal component analysis, fuzzy techniques, such as Matlab source code and application procedures for Demo.

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

发表评论

0 个回复

  •  基于VB的遗传算法软件实现 在程序中,FitnessValue (i) 为适应度值数组、avFit2nessValue (100) 为归一化适应度值数组、...
     基于VB的遗传算法软件实现 在程序中,FitnessValue (i) 为适应度值数组、avFit2nessValue (100) 为归一化适应度值数组、Population2 Chrom(i ,j) 为遗传个体的等位基因值、Popsize 为种群中的个体数,CHROMLENGTH为一母体对的等位基因 总数。-VB-based genetic algorithm software implementation in the proceedings, FitnessValue (i) In order to meet an array value, avFit2nessValue (100) for the normalized fitness value of the array, Population2 Chrom (i, j) for the genetic value of individual alleles, Popsize for stocks in the number of individuals, CHROMLENGTH for one parent to the total number of alleles.
    2022-03-03 05:07:26下载
    积分:1
  • Cellular Automata and fine
    细胞自动机的,很好的-Cellular Automata and fine
    2022-02-11 11:36:40下载
    积分:1
  • 模式识别中的CYK算法
    模式识别中的CYK算法-pattern recognition algorithm for the CYK
    2022-12-17 06:25:02下载
    积分:1
  • 自己用swarm开发的一个车辆跟驰的模型,希望能跟广大爱好者共同探讨。...
    自己用swarm开发的一个车辆跟驰的模型,希望能跟广大爱好者共同探讨。-own use development of a swarm of vehicles- following model, the majority of fans are able to explore together.
    2022-09-06 09:30:03下载
    积分: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
  • 仿真1:首先把网络温度参数T固定在100,按工作规则共进行1000次状态更新,把这1000次状态转移中网络中的各个状态出现的次数Si(i=1,2,…,16)记录
    仿真1:首先把网络温度参数T固定在100,按工作规则共进行1000次状态更新,把这1000次状态转移中网络中的各个状态出现的次数Si(i=1,2,…,16)记录下来 按下式计算各个状态出现的实际频率: Pi=Si/∑i=1,NSi=Si/M 同时按照Bo1tzmann分布计算网络各个状态出现概率的理论值: Q(Ei)=(1/Z)exp(-Ei/T) 仿真2:实施降温方案,重新计算 采用快速降温方案:T(t)= T0/(1+t) T从1000降到0.01,按工作规则更新网络状态 当T=0.01时结束降温,再让T保持在0.01进行1000次状态转移,比较两种概率-a simulation : First of all network parameters temperature T fixed at 100 and, according to the rules for a total of 1000 to update the state, this state of the 1000 network transfer of all states for the number of Si (i = 1, 2, ..., 16) all recorded determined by the formula state-of the actual frequency : Pi = Si/i = 1, NSi = Si/M in accordance with Bo1tzmann distributed computing network of states all probability the theoretical value : Q (Ei) = (1/Z) exp (- Ei/T) Simulation 2 : implementation of cooling, re-using rapid cooling programs : T (t) = T0/(1 t) T dropped to 0.01 from 1000 and, according to the rules updated network state when T = 0.01 at the end of cooling, let T at 0.01 for the 1000 state tran
    2022-08-06 06:55:50下载
    积分:1
  • 遗传算法软件,在c环境下运行
    遗传算法软件,在c环境下运行-genetic algorithm software, the operating environment c
    2022-06-27 08:40:05下载
    积分:1
  • 详细介绍了SVM和RVM和各自的区别…
    详细介绍了SVM 和RVM的区别及各自的优点,说明RVM在很多方面优于SVM-Described in detail the difference between SVM and the RVM and their respective advantages, indicating RVM in many ways superior to SVM
    2022-01-26 00:48:38下载
    积分:1
  • 遗传算法,利用遗传算法优化BP神经网络的应用…
    利用遗传算法优化BP神经网络 即用遗传算法代替BP网络中的训练函数-The use of genetic algorithm to optimize BP neural network using genetic algorithms in place of BP network training function
    2022-02-07 06:12:51下载
    积分:1
  • MATLAB程序计算的经典数学问题:最短
    matlab程序计算经典数学问题:最短路和次短路问题-matlab program calculated the classical mathematical problem: The most short-circuit and sub-shortest path problem
    2023-02-14 01:50:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载