资源列表
数学建模题目及论文
- 数学建模题目以及论文,。。。。。。。。。。。(Mathematical modeling topics and papers)
spectalCluster
- 谱聚类是从图论中演化出来的算法,后来在聚类中得到了广泛的应用。它的主要思想是把所有的数据看做空间中的点,这些点之间可以用边连接起来。距离较远的两个点之间的边权重值较低,而距离较近的两个点之间的边权重值较高,通过对所有数据点组成的图进行切图,让切图后不同的子图间边权重和尽可能的低,而子图内的边权重和尽可能的高,从而达到聚类的目的。(Spectral clustering is an algorithm evolved from graph theory, and has been widely u
work
- MATLAB的空气质量评价的应用,数据为贵阳市近年来的天气资料(The application of MATLAB to air quality evaluation, data for weather information in recent years in Guiyang)
FBP
- FBP算法,带滤波器自己编的,大家可以拿来用用处理噪声(FBP algorithm, with their own series of filters, we can use it to deal with noise)
粒子群优化算法的寻优算法——非线性函数极值寻优
- 粒子群优化算法 一种经典的启发式算法(Particle swarm optimization algorithm, a classic heuristic algorithm)
BP
- BP(back propagation)神经网络是1986年由Rumelhart和McClelland为首的科学家提出的概念,是一种按照误差逆向传播算法训练的多层前馈神经网络,是目前应用最广泛的神经网络(BP Neural network is a concept proposed by scientists led by Rumelhart and McClelland in 1986. It is a multilayer feedforward neural network trained
MATLAB插值编程
- matlab插值源代码(转)(Solving practical problems)
matlab编程实例100例
- 经典遗传算法,是三元方程为例的遗传算法,可以自行修改成4元或者更多元(Classical genetic algorithm)
algorithm-en.pdf
- 算法大全,介绍各种实用算法的大全,c实现。(Algorithm Daquan, introduced a variety of practical algorithms Guinness, C implementation.)
数学建模常用的十大算法
- 数学建模常用的十大算法,主要用来数学建模,十分有用
Fuzzy c-means algorithm
- 用模糊C均值聚类算法完成对输入数据的聚类。(Clustering using fuzzy C means clustering algorithm)
Assignment_problem
- 指派问题利用matlab的非线性规划模型求解(The assignment problem is solved by using the nonlinear programming model of MATLAB)