搜索资源列表
LZW编码源程序
- 本程序实现了LZW编码,主要是针对文字压缩,自建码表,可实现编码和译码。-realized by the LZW coding is targeted mainly at text compression, self-table, achievable coding and decoding.
多值自适应算术编码
- 多值自适应算数编码,改进了传统算术编码硬件实现上的局限,将输出结果由小数改进为二进制比特流。能够实现对文本的压缩,若对图像进行压缩需要少许改变,或者将图像数据写入文本即可。
arith-n.zip
- Arith-N 是可以在命令行指定阶数的 N 阶上下文自适应算术编码通用压缩、解压缩程序,由于是用作教程示例,为清晰起见,在某些地方并没有刻意进行效率上的优化。由王笨笨大侠提供,Arith-N is specified in the command-line order of the N-order context adaptive arithmetic coding common compression, decompression procedures, because it is used
RealGeneticAlgorithm
- 自已编写的c#自适应实数编码遗传算法,提供多种交叉变异和选择方法,应用时结合需要,修改适应度函数即可!-Write their own adaptive real-coded genetic algorithms, offers a variety of crossover and mutation and selection methods, application integration needs, modify the fitness function can be!
adaptive_arithmetic
- 自适应算术编码 自适应算术编码的解码-Adaptive Arithmetic Coding Adaptive arithmetic coding decoder
Matlab-GA
- 对于单种群进化,多方式进化是提高全局搜索能力和收敛速度的一种有效策略 该程序采用: 编码:二进制编码、实数编码(默认) 选择:非线性排名选择(主要表现在前期),锦标赛选择(主要表现在后期,含精英保留),由于单纯的转轮盘选择存在诸多弊端,这里没有采用 交叉:二进制编码采用多点交叉和均匀交叉,并逐步增大均匀交叉概率 实数编码采用离散交叉(前期)、算术交叉(中期)、AEA重组(后期) 变异:二进制编码采用随机变异 实数编码采用两种自适应变异和两种随机变异,且尽量采用前者
AdaptingGA
- 本算法为自适应遗传算法,采用基于排序的选择策略,编码方案为实数编码。能够解决很多优化问题!-The algorithm for the adaptive genetic algorithm, based on the sort of choice strategy, coding schemes for real-coded. Many optimization problems can be solved!
chap5_4
- 实数编码的遗传算法pid整定,实现系数自整定-Real-coded genetic algorithm pid tuning to achieve self-tuning factor
zishiyingsuanshubianma
- 用MATLAB编程实现自适应的算术编码,采取巧妙的方法。-Programming with MATLAB adaptive arithmetic coding, to take a clever approach.
maiya
- ex9_12 二相编码信号的脉压处理,13位巴克码用于雷达的二相编码脉冲压缩中,由于巴克码具有好的自相关函数,所以其脉压结果很好-BPSK ex9_12 pulse pressure signal processing, 13 Barker Code for the two-phase coded radar pulse compression, as a result of Barker codes have good auto-correlation function, so its a v
adaptive_arithmetic
- 自适应算术编码与解码,vc编译通过,自适应建模-Adaptive arithmetic coding and decoding
Autoencoder_Code
- 利用MATLAB 实现了自动编码网络,相对于MATLAB自带的自编码网络函数,在此基础上可以改进为稀疏自编码网络(auto_encoder,matlab ,neural network)
stackedae_exercise
- 栈式自编码深度学习算法实现信号的分类,包含实例,用于动作的分类识别。(Stacked self classification, deep learning algorithm code signal contains examples for classification and recognition of action.)
栈式自编码器相关程序
- 使用栈式自编码器实现光学图像的自动识别,程序完整,程序中已经包括训练和测试使用的样本,程序运行结果良好,适合进行机器学习的同行进行学习和研究。(Use the stack automatic recognition, optical image encoder to achieve self program integrity, training and testing samples have been used including program, program operation res
Sparse-Autoencoder-Tensorflow-master
- 稀疏自编码结构,用一个训练样例。。。。。。(sparse autoencoder sample)
NNRec-master
- 基于自编码器的协同推荐算法,使用python实现(Collaborative recommendation algorithm based on self encoder, using Python implementation)
代码
- 主要实现了使用神经网络实现(7,4)自编码器(Using neural network implementation (7,4) autoencoder)
SparseAutoencoder-master
- 自动编码器是一种数据的压缩算法,其中数据的压缩和解压缩函数是数据相关的、有损的、从样本中自动学习的。在大部分提到自动编码器的场合,压缩和解压缩的函数是通过神经网络实现的。(An autoencoder, autoassociator or Diabolo network is an artificial neural network used for unsupervised learning of efficient codings. The aim of an autoencoder is
autoencoder
- 自编码的代码实现,运用在MNIST数据集上,打包文件。(auto encoder code implementation, using in MINIST data sets, packaging files.)
03Autoencoder_Code
- 自编码算法,源码,可用于分类,降维等,可进行修改(autoencoder,classification)