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

搜索资源列表

  1. 模式识别的一些预处理

    0下载:
  2. 模式识别的一些预处理,包括:图像压缩的例子:行程编码算法RCL, 手写体数据变换成像素位图的算法。-some pretreatment pattern recognition, including : Image Compression examples : RCL itinerary coding algorithm, handwritten data transformation into pixel bitmap algorithm.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:13197
    • 提供者:何风
  1. ringnetworks

    0下载:
  2. 源文件为个人用于优化环形网络的遗传算法程序代码,用于硕士毕业论文。压缩文件中一个是C程序代码,一个是数据文件。调试正常。-source document for personal ring network to optimize the genetic algorithm code for the master's thesis. Compression document is a C code, is a data file. Debugging normal.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:19846
    • 提供者:刘昆宏
  1. GASVM.用遗传算法进行特征选取和svm参数优化的程序

    10下载:
  2. 用遗传算法进行特征选取和svm参数优化的程序。遗传算法工具箱goat已在压缩包 需要安装libsvm就可以直接运行。数据集采用UCI中的german数据集,并完成归一化操作,Genetic algorithm with feature selection and parameter optimization svm procedures. Genetic Algorithm Toolbox in goat need to install libsvm package can be run dir
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2016-01-25
    • 文件大小:139268
    • 提供者:覃茂运
  1. classification

    0下载:
  2. 该程序包实现了几个常用的模式识别分类器算法,包括K近邻分类器KNN、线性判别方程LDF分类器、二次判别方程QDF分类器、RDA规则判别分析分类器、MQDF改进二次判别方程分类器、SVM支持向量机分类器。 主程序中还有接口调用举例,压缩包中还有两个测试数据集文件。-The package to achieve a number of commonly used pattern recognition classifier algorithms, including K neighbor class
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:100997
    • 提供者:tangxiaojun
  1. guanlianguize

    0下载:
  2. 本压缩文件是一些有关于人工免疫算法在数据挖掘中的关联规则挖掘进行应用的参考论文,希望能够对在这方面进行研究的人有所帮助。-association rules mining
  3. 所属分类:AI-NN-PR

  1. smo

    0下载:
  2. 本代码实现了支持向量机中的smo算法,压缩包中包含测试数据格式,能直接运行和测试其他符合格式的数据,便于研究支持向量机。-This code implements support vector machine in the smo algorithm included in the package test data compression format, can be directly run and test the other line formats, to facilitate res
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:1076792
    • 提供者:冷雨
  1. cs_explain_radar

    0下载:
  2. 压缩感知在雷达中的应用 很好的一个介绍 雷达成像中惯用的方法是匹配滤波,它之所以 能够处理低信噪比的问题,是因为它利用了回波数据的冗余信息。也就是目前雷达成像算法之所以成功的关键是具有足够 多的冗余信息。现在,在雷达成像中使用压缩感知恰好是反其道而行-Compressed Sensing(CS)theory is a great breakthrough of traditional Nyquist sampling theory,it accomplishes cornpressive
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-20
    • 文件大小:891517
    • 提供者:陈诚
  1. Linear-Regression

    0下载:
  2. 线性回归的学习算法。包括数据分析、线性回归、在线梯度下降、多项式回归。压缩包中给出.txt数据文件及说明文档。-Linear regression learning algorithm. Including data analysis, linear regression line gradient descent, polynomial regression. Compressed data given .txt file and documentation.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-23
    • 文件大小:67769
    • 提供者:安静
  1. logistic-regression

    3下载:
  2. 用java实现了逻辑回归的算法,压缩包中有测试数据可以使用.-Using java to implementation a logistic regression algorithm, the compressed package including test data.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:3805
    • 提供者:achun
  1. StandardBPalgorithmCode

    0下载:
  2. 该代码是基于标准BP算法训练样本数据的代码,压缩包里包含代码和样本数据。 BP(Back Propagation)神经网络,即信号的正向传播+误差的反向传播,该网络是应用最广泛的一种神经网络模型。BP网络的设计主要包括输入层,隐层,输出层及各层之间的权值、阈值及传输函数等几个方面。-The code is based on code standard BP algorithm training data, compression bag containing the code and sampl
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:2770
    • 提供者:zzuzwj
  1. AutoEncoder

    3下载:
  2. 最先提出深度学习算法hinton的自动编码器matlab代码,内容是:利用多层rbm进行自动编码的多层特征训练,然后使用梯度算法进行fine turn。可以进行特征提取,也可以进行分类。压缩包里已带有训练用签字图片数据。相应算法说明可以查看hinton于2006年发表在 science的文章-First proposed deep learning algorithm hinton automatic encoder matlab code that reads: multilayer r
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-07-20
    • 文件大小:23224320
    • 提供者:连晋
  1. exponential-smoothing

    0下载:
  2. 压缩包里包含2次指数平滑和3次平滑指数算法,分别用来时序数据为线性和非线性的预测-It contains two exponential smoothing and three exponential smoothing algorithms,is used to forecast linear and nonlinear timing data.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-15
    • 文件大小:1024
    • 提供者:谢亚南
  1. 智能算法报告

    0下载:
  2. 人脸识别,神经网络算法,识别各式人脸,输出准确率,人脸数据在压缩包里(Face recognition, neural network algorithm, identify all kinds of face, output accuracy, face data in the compressed package)
  3. 所属分类:人工智能/神经网络/深度学习

  1. GABP

    0下载:
  2. 神经网络预测数据,遗传算法优化权值和阈值,调用子函数包含在压缩包中(Neural network predicts data, genetic algorithm optimizes weights and thresholds, and calls the sub functions contained in the compression package.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-01
    • 文件大小:3072
    • 提供者:糖糖吖
  1. SparseAutoencoder-master

    0下载:
  2. 自动编码器是一种数据的压缩算法,其中数据的压缩和解压缩函数是数据相关的、有损的、从样本中自动学习的。在大部分提到自动编码器的场合,压缩和解压缩的函数是通过神经网络实现的。(An autoencoder, autoassociator or Diabolo network is an artificial neural network used for unsupervised learning of efficient codings. The aim of an autoencoder is
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-01
    • 文件大小:12240896
    • 提供者:Null姬
  1. 压缩感知OMP算法

    0下载:
  2. 压缩感知经典算法——OMP重构算法,可以实现数据的压缩和重构。。。。。。
  3. 所属分类:人工智能/神经网络/遗传算法

搜珍网 www.dssz.com