资源列表
MATLAB智能算法30个案例分析 源代码
- 里面是最经典的30个MATLAB智能算法的源代码,超级实用(Which is the most classic 30 MATLAB intelligent algorithm source code, super practical)
聚类程序
- 几种聚类的程序,适合初学者,对目标空间中的点进行分类,效果很好(Several clustering procedures, suitable for beginners)
Image retrieval
- 基于内容的图像查询,采用卷积神经网络,CNN代码使用了matconvnet工具包,包括代码和实验报告。(Content based image query, using convolutional neural networks, CNN code, using the matconvnet toolkit, including code and experimental reports.)
User and Movie
- 本实验采用朴素贝叶斯模型,对于每个用户曾经评分过的电影判断其性别。直观上来说,不同的电影对于不同性别的人吸引力不同,如男性更喜欢武侠剧、动作剧,而女性更喜欢爱情剧。因此这样建立模型是可以理解的。对每个训练数据组建立分布表。依据最大似然准则判断性别。对于年龄采用相似的方法进行判断。包括源程序和实验报告。(In this experiment, a naive Bayes model is used to determine the gender of each movie that the use
cx
- 这是基于matlab的幽默语句识别检测的算法(This is based on matlab humorous statement recognition detection algorithm)
35738646DE
- 多目标DE算法,子程序有拥挤距离计算,非支配解排序,模型等,多学习多目标算法很有帮助-multi-objective DE algorithm差分进化算法(Multi objective DE algorithm, subroutines have crowding distance calculation, non dominated sorting, model, etc., multi learning multi-objective algorithm is very helpful,
pso求解旅行商问题
- PSO解决TSP代码,可以使用,用MATLAB编程(PSO for TSP.Use matlab to solve the it,and it is useful.)
ASK_PSK_FSK
- 实现信号的MASK、MPSK、MFSK调制(Realize the ASK/PSK/MFSK modulation)
Apriori
- 数据挖掘关联规则的系统平台实现,用c++编程语言在vs上进行了开发(association rules mining)
matlab-julei
- 聚类分析,亦称群分析或点群分析,是研究多要素事物分类问题的数量方法。基本原理是根据样本自身的属性,用数学方法按照某种相似性或差异性指标,定量地确定样本之间的亲疏关系,并按这种亲疏关系程度对样本进行聚类(Cluster analysis, also called group analysis or point group analysis, is a quantitative method for studying the classification of multi factor things
误码率
- 绘制误码率与信噪比关系曲线,可以把gmsk、msk等一些调制解调技术的误码率和信噪比的关系曲线画出来(Plotting the error rate curve)
C++链表模板
- 编写了一个链表的模板,方便需要的人移植调用等,简单易懂(Write a list of templates, convenient for people to transplant, call, etc., easy to understand)