CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 人工智能/神经网络/遗传算法 搜索资源 - maximization

搜索资源列表

  1. infomaxica

    1下载:
  2. 信息极大化算法,用在模式识别中可以提高识别率。-information maximization algorithm, used in pattern recognition can improve recognition rates.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1077
    • 提供者:覃美凤
  1. gaussianSrc

    0下载:
  2. The EM algorithm is short for Expectation-Maximization algorithm. It is based on an iterative optimization of the centers and widths of the kernels. The aim is to optimize the likelihood that the given data points are generated by a mixture of Gaussi
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:15614
    • 提供者:陈伟
  1. EM

    6下载:
  2. EM算法介绍及Matlab演示代码(一维和多维高斯混合模型学习算法)-Introduction of EM algorithm and Matlab codes that implement the algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-11-28
    • 文件大小:203628
    • 提供者:冰激凌
  1. k_means

    0下载:
  2. In statistics and machine learning, k-means clustering is a method of cluster analysis which aims to partition n observations into k clusters in which each observation belongs to the cluster with the nearest mean. It is similar to the expectation-max
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:3144
    • 提供者:Lee Sangmin
  1. ga

    1下载:
  2. 遗传算法解决函数最大值问题,很实用,没事可以研习一下-Maximization of genetic algorithm to solve the function is very useful, nothing can be studies about
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:2266
    • 提供者:赵青
  1. Genetic-Algorithm

    0下载:
  2. 一个简单的遗传算法,求解各类函数的最大值-a simple GA with real coding of variables that can be used for maximization of any function
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:5617
    • 提供者:yolanda
  1. 1

    0下载:
  2. 遗传算法计算函数最大值,算法在VB中进行调试,感觉不错。-Maximization of genetic algorithm, the algorithm for debugging in VB, I feel good.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:5192
    • 提供者:zhangdew
  1. Maximization-with-Genetic-Algorithm

    0下载:
  2. 基于matlab用自行编程的遗传算法,求解一个函数的最大值-Matlab-based program with its own genetic algorithm for solving the maximum of a function
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:8409
    • 提供者:ldh
  1. EM-algorithem

    0下载:
  2. 自己小结的期望最大化算法(EM算法),很详细。-Own summary of the expectation-maximization algorithm (EM algorithm), in great detail.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:189640
    • 提供者:淮静
  1. GA3threshold

    0下载:
  2. 针对Bmp图片,采用多阈值最大化图像的信息熵为目标,采用多目标遗传算法(源码全)对图像进行多阈值变换,实现对图像的多阈值分割。(VC6.0实现)-Bmp images using multi-threshold image information entropy maximization as the goal, the use of multi-objective genetic algorithm (source full) image multi-threshold transform,
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-05
    • 文件大小:888292
    • 提供者:ll
  1. EM_Algorithm

    1下载:
  2. 介绍期望最大算法基本原理及聚类实现,可以很好的对多个高斯概率密度分布进行分类-Introduces the basic principle and expectation maximization clustering algorithm to achieve, can be good for multiple Gaussian probability density distribution of the classification
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:203336
    • 提供者:zm
  1. EM

    0下载:
  2. EM算法,统计中被用于寻找,依赖于不可观察的隐性变量的概率模型中,参数的最大似然估计。程序用C++实现,注释写得很清晰-Expectation-maximization algorithm,based on Maximum Likelihood Estimation,C++ program
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:79517
    • 提供者:lihaoliang
  1. MUL-GA

    0下载:
  2. 多变异位自适应遗传算法求一元函数最大值-Ectopic changeable adaptive genetic algorithm for one yuan Maximization
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2217
    • 提供者:张盛伟
  1. EM

    0下载:
  2. 模式识别中的Expectation maximization算法的matlab源码-Expectation maximization algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1869
    • 提供者:whx
  1. em聚类

    0下载:
  2. em算法指的是最大期望算法(Expectation Maximization Algorithm,又译期望最大化算法),是一种迭代算法,用于含有隐变量(latent variable)的概率参数模型的最大似然估计或极大后验概率估计。(Expectation Maximization Algorithm use for clustering)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-31
    • 文件大小:261120
    • 提供者:zhjun1994
  1. RCY-GMMtest1

    0下载:
  2. 高斯混合模型(GMM,Gaussian Mixture Model)参数如何确立这个问题,详细讲解期望最大化(EM,Expectation Maximization)算法的实施过程。(How to establish the parameters of Gauss mixture model and explain the implementation process of the expectation maximization algorithm in detail.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-04
    • 文件大小:4096
    • 提供者:cyren
搜珍网 www.dssz.com