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

搜索资源列表

  1. PSO_BP

    0下载:
  2. 这是一篇基于PSO-BP神经网络的图像压缩算法的文献,有助于初学者学习.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:264990
    • 提供者:展琳琳
  1. bp-compress

    0下载:
  2. 用BP神经网络实行彩色图像压缩matlab-Bp network color image compression
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1053
    • 提供者:liuwei
  1. compression-based-on-BP-and-CS

    0下载:
  2. 基于压缩传感理论和BP神经网络的数字图像压缩的一篇论文-a paper on compression based in BP and CS
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:160817
    • 提供者:赵壮
  1. bp-matlab

    0下载:
  2. bp的matlab源代码 多层前馈网络用于图像压缩的网络模型、原理、算法及关键技术,并通过仿真实验说明了在BP神经网络图像压缩中,算法、激活函数和压缩率等参数的选择是至关重要的,它们与收敛时间以及重建图像的压缩性能息息相关。-the multilayer feedforward network for image compression network model, theory, algorithm and key technologies, by simulation illustrates
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:1220
    • 提供者:小朱
  1. BP_IMAGE-COMPRESSION

    0下载:
  2. 利用BP神经网络实现图像压缩,基于matlab语言实现。算法稳定性、收敛性和执行效率都比较高。已验证,可运行。-realize image compression by BP neural network.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:53915
    • 提供者:youyou zhang
  1. BP-neural-network-image-compression

    0下载:
  2. 硕士论文的完整程序,可实现基于BP神经网络的图像压缩功能,内含程序说明和33幅测试车牌图像,识别准确率还不错。-A complete program of master s thesis, to achieve image compression based on BP neural network, including the descr iption of the procedures and 33 pieces of test of license plate image, the rec
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:434979
    • 提供者:
  1. BPaelman

    1下载:
  2. 基于bp神经网络和elman神经网络的图像压缩,mat文件是训练好的压缩结果,方便调用,可以测出信噪比等参数,用gui界面显示-Based on bp neural network and elman neural networks for image compression, mat file compression results are trained to facilitate the call, you can measure the signal to noise ratio and
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-01
    • 文件大小:787300
    • 提供者:lemon
  1. BP-image-compress

    0下载:
  2. 基于BP神经网络的图形图像压缩算法 可以运行-BP neural network can run a graphical image compression algorithm based on
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:1797
    • 提供者:yanfei
  1. bp-for-image-compression

    0下载:
  2. 图像进行分块处理后,应用BP神经网络实现图像压缩,包含图像压缩和识别程序-Image block after processing, the application of BP neural network to realize image compression, image compression and recognition program
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-24
    • 文件大小:64040
    • 提供者:阚亮
  1. BP

    0下载:
  2. 基于MATLAB的BP神经网络非线性映射能力实现图像压缩。-MATLAB Based on BP neural network nonlinear mapping capability for image compression.
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:53967
    • 提供者:sdu
  1. bpmatlab

    0下载:
  2. BP神经网络实现图像压缩 非常好的源代码程序,对学习BP算法用MATLAB很有用的。-Very good source code program, MATLAB BP algorithm is very useful in study.
  3. 所属分类:matlab

    • 发布日期:2017-04-30
    • 文件大小:66507
    • 提供者:wangmeidou
  1. bp-neural-network

    0下载:
  2. 此程序是用BP神经网络实现图像的压缩,其中也包含所要处理的图像,程序完全可用-This procedure is used BP neural network image compression, which also contains the image to be processed, the program fully available
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-29
    • 文件大小:183415
    • 提供者:杨欣蓉
  1. BP-neural-network-image-compression

    0下载:
  2. 用BP神经网络实现图像压缩,包含4个程序,一幅lena图,简单易实现-BP neural network image compression, including four programs, one lena diagram, simple and easy to implement
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-30
    • 文件大小:65520
    • 提供者:张某
  1. BP-neural-network

    0下载:
  2. BP神经网络实现图像压缩,需自行修改图像地址,内附一张示例图像-BP neural network to achieve image compression,Need to modify the image address, containing a sample image
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-30
    • 文件大小:76784
    • 提供者:钟蕊蔓
  1. compress-my-photo

    1下载:
  2. 基于BP神经网络,可以对灰度图像进行有损压缩,利于初学者学习-based on the BP neural network,which can be used to compress the graph and their like
  3. 所属分类:matlab

    • 发布日期:2017-05-04
    • 文件大小:66480
    • 提供者:伟哥
  1. image-compress

    0下载:
  2. 用BP神经网络实现图像压缩的matlab程序-BP neural network image compression
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:53636
    • 提供者:刘亚宁
  1. 应用BP网络的方法进行图像的压缩

    0下载:
  2. 该文件应用神经网络方法进行图像文件的压缩,欢迎交流(The file using neural network method for image file compression)
  3. 所属分类:压缩解压

    • 发布日期:2018-01-02
    • 文件大小:63488
    • 提供者:xuguowen
  1. BP神经网络实现图像压缩

    0下载:
  2. matlab实现图像压缩处理,算法使用BP神经网络实现(Image compression using matlab)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-29
    • 文件大小:53248
    • 提供者:这些年里
搜珍网 www.dssz.com