搜索资源列表
利用遗传算法求某函数的最大值.zip
- 利用遗传算法求某函数的最大值matlab
最大似然估计分类算法的matlab实现
- 最大似然估计分类算法的matlab实现,可以对需要分类的数据进行最大似然分类。,Classify using the maximum-likelyhood algorithm.Outputs is the Decision sufrace.
大林算法计算机控制系统设计
- 大林算法计算机控制系统设计,根据对象设计控制器,并用Simulink仿真,分析系统输出。,Dalin algorithm computer control system design, according to the design of the controller object, and Simulink simulation, analysis of system output.
实现基于最大Lyapunov指数的预测方法
- 编写程序,实现基于最大Lyapunov指数的预测方法,Programming, the largest Lyapunov index based on the prediction method
基于大津法的MATLAB图像分割程序
- 基于大津法的MATLAB图像分割程序,Otsu-based image segmentation method of the MATLAB program based on MATLAB law Otsu image segmentation procedure
利用遗传算法求某函数的最大值
- 利用遗传算法求某函数的最大值matlab- Asks some function using the heredity algorithm maximum value matlab
最大似然法分类
- 实现最大似然分类,一段用于学习的代码 也许会有用吧(Maximum likelihood classification)
局部最大熵形函数matlab程序
- 局部最大熵近似形函数matlab程序,主要用于无网格计算。 This set of Matlab functions computes the Calculation of the local maximum-entropy shape functions with Newton's method as described in section 4.2 of [1]. The core functions are shapef.m and Gamma_.m. The rest is pro
大数据下的机器学习算法综述
- 研究大数据环境下的机器学习算法成为学术界和产业界共同关注的话题. 文中主要分析和总结当前用于处理大数据的机器学习算法的研究现状.(Developing machine learning algorithms for big data is a research focus. In this paper, the state of the art machine learning techniques for big data are introduced and analyzed.)
最大信噪比准则方向图和功率谱
- 最大信噪比准则方向图和功率谱 包含仿真结果图(Maximum Signal - to - Noise Ratio Approach and Power Spectrum)
遗传算法求最大最小值
- 优化算法-遗传算法求最大最小值,包括全部的过程M文件(Optimization algorithm genetic algorithm for maximum and minimum)
小步大步法
- 密码学,用小步大步法求离散对数的解。无论输入多大的数字,只要输入的数字符合要求即可
遗传算法和粒子群算法求解非线性函数最大值问题
- 遗传算法和粒子群算法求解非线性函数最大值问题(Solving the maximum value problem of nonlinear function by genetic algorithm and particle swarm optimization)
数模竞赛中常用的十大算法讲义
- 十大算法讲义,对于matlab使用者非常有用(Ten big algorithm Lecture Notes)
最大二分配法
- 如果G的边集E(G)中有个子集M,满足M中的任何两条边 都不邻接,则M就是图G的一个匹配。包含边数最多的匹配 称为最大匹配,最大匹配所包含的边数称为最大匹配数。当 G是二分图时,问题就比较特殊了,这就是我们要解决 的问题——最大二分匹配。(If there is a subset M in the edge set E (G) of G, if any two edges in M are not adjacent, then M is a match of graph G. The match
大数据算法
- 这个是用PYTHON处理大数据时必备的重要算法,很重要!(This is a PYTHON processing of big data when the necessary important algorithm, very important!)
极客内参-大数据开发实战-淘宝数据8
- 大数据环境搭建,主要是关于大数据分析的数据集。(Building big data environment)
用遗传算法求解f(x)=10*sin(5x)+7*cos(4x),x∈[0,10]上的最大值
- 用遗传算法求解f(x)=10*sin(5x)+7*cos(4x),x∈[0,10]上的最大值
2019年猪肉价格与猪饲料价格Python大数据分析
- 2019年猪肉价格与猪饲料价格Python大数据分析;(To judge whether the price of pork will fall in the next few months. I can afford pork for the new year)
自适应大领域
- 自适应大领域算法求解TSP问题,编程语言C++,