1) Huffman algorithm
Huffman算法
1.
This paper improves the Huffman algorithm, and proposes the multiple tree Huffman algorithm.
改进Huffman算法,提出了多叉树Huffman算法。
2.
Data compaction is an important technique of the computer science,prefix codes gained by using Huffman algorithm can make the total length of codes in the file shortest.
数据压缩是信息科学中的一项重要的技术,利用Huffman算法得到的前缀码可以使文件总编码长度最短。
2) automatic adopt huffman tree algorithm
自适应Huffman树算法
3) dynamic huffman compres-sion algorithm
动态Huffman压缩算法
4) Huffman coder and arithmetic coder
Huffman编码及算术编码
5) Huffman tree
Huffman树
1.
Fuzzy support vector machine for multicasts classification based on Huffman tree;
基于Huffman树的模糊多类支持向量机
2.
Adaptive Huffman tree scheme for multicast rekeying
自适应Huffman树组密钥更新方案
3.
Based on the feature of Huffman tree,this paper advances representing user profile as a Huffman tree and gives the corresponding document filtering algorithms.
本文根据Huffman树的特点 ,提出基于Huffman树形式组织用户个性化模式并给出其相应的文档过滤算法。
6) Huffman coding
Huffman编码
1.
Algorithm and Implementation of GPS Data Compression Based on Huffman Coding;
基于Huffman编码的GPS定位数据压缩算法及实现
2.
Huffman coding was used to compress these high rate 1-bit code streams in this paper.
采用Huffman编码方式对高速1bit流进行压缩。
3.
Static Huffman coding is carried out with the wavelet level,the multiplication factor,the number, values and positions of high -frequency coefficients,.
原始数据个数,低频系数个数以及各数据之间的结束标识符一起进行静态Huffman编码。
补充资料:BP算法
分子式:
CAS号:
性质:又称逆推学习算法,简称BP算法,是1986年鲁梅哈特(D. E. Rumelhart)和麦克莱朗德(J. L. McClelland)提出来的。用样本数据训练人工神经网络(一种模仿人脑的信息处理系统),它自动地将实际输出值和期望值进行比较,得到误差信号,再根据误差信号从后(输出层)向前(输入层)逐层反传,调节各神经层神经元之间的连接权重,直至误差减至满足要求为止。反向传播算法的主要特征是中间层能对输出层反传过来的误差进行学习。这种算法不能保证训练期间实现全局误差最小,但可以实现局部误差最小。BP算法在图像处理、语音处理、优化等领域得到应用。
CAS号:
性质:又称逆推学习算法,简称BP算法,是1986年鲁梅哈特(D. E. Rumelhart)和麦克莱朗德(J. L. McClelland)提出来的。用样本数据训练人工神经网络(一种模仿人脑的信息处理系统),它自动地将实际输出值和期望值进行比较,得到误差信号,再根据误差信号从后(输出层)向前(输入层)逐层反传,调节各神经层神经元之间的连接权重,直至误差减至满足要求为止。反向传播算法的主要特征是中间层能对输出层反传过来的误差进行学习。这种算法不能保证训练期间实现全局误差最小,但可以实现局部误差最小。BP算法在图像处理、语音处理、优化等领域得到应用。
说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条