资源列表
[人工智能/神经网络/遗传算法] PSO_nature
说明:本程序为基于自然选择的粒子群优化算法,注释较为详细。基于自然选择的粒子群优化算法是借鉴自然选择的机理,根据粒子的适应度进行排序,加快算法收敛的速度。-This procedure for the particle swarm optimization algorithm based on natural selection and detailed comments. The particle swarm optimization algorithm based on natural selec<邓振立> 在 2025-11-24 上传 | 大小:1kb | 下载:0
[人工智能/神经网络/遗传算法] PSO_lamda
说明:本程序为基于模拟退火的粒子群算法,注释较为详细。基于模拟退火的算法在搜索的过程中具有突跳的能力,可以有效的避免搜索陷入局部最小解。-This procedure for the particle swarm algorithm based on simulated annealing, a detailed comments. Based on the simulated annealing algorithm in the process of search has the ability o<邓振立> 在 2025-11-24 上传 | 大小:1kb | 下载:0
[单片机(51,AVR,MSP430等)] main
说明:单片机开发程序,我个人觉得这个程序写得很不错哟-MCU development program, I personally think that this program is written very good yo<ZJQ> 在 2025-11-24 上传 | 大小:1kb | 下载:0
[单片机(51,AVR,MSP430等)] 1
说明:自己写的单片机代码,程序注释详细,还挺不错得-Write your own microcontroller code, program comments in detail, pretty good too<ZJQ> 在 2025-11-24 上传 | 大小:1kb | 下载:0
[Audio] printGloubleVar
说明:LINUX mudia -LINUX mudia LINUX mudia<lhj_198104> 在 2025-11-24 上传 | 大小:1kb | 下载:0
[Internet/网络编程] trans_check
说明:file code MAKEFILE MAKEFILE -file code MAKEFILE MAKEFILE<lhj_198104> 在 2025-11-24 上传 | 大小:1kb | 下载:0
[数据挖掘] Naive-bayes
说明:本文以拼写检查作为例子,讲解Naive Bayes分类器是如何实现的。对于用户输入的一个单词(words),拼写检查试图推断出最有可能的那个正确单词(correct)。当然,输入的单词有可能本身就是正确的。比如,输入的单词thew,用户有可能是想输入the,也有可能是想输入thaw。为了解决这个问题,Naive Bayes分类器采用了后验概率P(c|w)来解决这个问题。P(c|w)表示在发生了w的情况下推断出c的概率。为了找出最有可能c,应找出有最大值的P(c|w),即求解问题-In this<王志坦> 在 2025-11-24 上传 | 大小:1kb | 下载:0
[人工智能/神经网络/遗传算法] ID3
说明:ID3算法流程如下: 1.如果节点的所有类标号相同,停止分裂; 2.如果没有feature可供分裂,根据多数表决确定该节点的类标号,并停止分裂; 3.选择最佳分裂的feature,根据选择feature的值逐一进行分裂;递归地构造决策树。-ID3 algorithm process is as follows: 1. If the node is the same for all class label, stop dividing 2. If there is no featur<王志坦> 在 2025-11-24 上传 | 大小:1kb | 下载:0
[数据挖掘] k_nn
说明:kNN的思想:计算待分类的数据点与训练集所有样本点,取距离最近的k个样本;统计这k个样本的类别数量;根据多数表决方案,取数量最多的那一类作为待测样本的类别。距离度量可采用Euclidean distance,Manhattan distance和cosine。-kNN The idea is simple: the training set and calculated data points to be classified all sample points taken the neare<王志坦> 在 2025-11-24 上传 | 大小:1kb | 下载:0
[matlab例程] minHJ
说明:黄金分割法也叫0.618法,它是一种基于区间收缩的极小点搜索算法,既然极小点包含于搜索区间内,那么可以不断地缩小搜索区间,就可以使搜索区间的端点逼近到极小点-Also known as the Golden Section 0.618 method, which is based on interval contracted minimum point search algorithm, since the minimum point included in the search range,<张涛> 在 2025-11-24 上传 | 大小:1kb | 下载:0