-
Matlab遗传算法工具箱
说明: Matlab遗传算法工具箱:
Matlab遗传算法工具箱,以及一些应用实例。(Matlab Toolbox : Matlab Toolbox genetic algorithms, as well as some application examples.)
- 2021-04-07 21:19:01下载
- 积分:1
-
yinshishi
清华大学版 偏微分方程数值解 中扩散方程的隐式差分格式程序(Tsinghua University Edition partial differential equations numerical solution of the diffusion equation implicit difference scheme program)
- 2013-01-15 20:08:36下载
- 积分:1
-
AGA1.gz
改进的自适应遗传算法求函数最小值,效果比较好(Improved adaptive genetic algorithm for function minimum, the effect is better)
- 2014-06-27 21:43:50下载
- 积分:1
-
work_collection
说明: 一些比较基本的程序,适合初学者。有AMI的码型编码、升余弦的频谱分析、多径信道的处理等等。(some of the more basic procedures for beginners. AMI is the code-coding, or cosine of spectrum analysis, multi-path channel processing and so on.)
- 2006-04-17 11:15:50下载
- 积分:1
-
canon
.txt文件格式,matlab播放,卡农演奏曲(Txt file format, Matlab player, canon played song)
- 2012-05-24 14:47:36下载
- 积分:1
-
Chapter7-Matrix-Analysis
该为matlab详尽学习资料,第七章“矩阵分析”(The details for the matlab learning materials, Chapter 7, " Matrix Analysis" )
- 2013-07-23 20:27:46下载
- 积分:1
-
icml09-deepbeliefnetwork
相比DeconvNet写得比较简洁易懂。但是原来代码里面给的数据似乎没法跑。所幸同作者还有一些代码用到了TCNN,比如action recognition,可以一起下载下来参考。这个代码主要特色就是tiled结构,可以用来参考,然后把里面ICA的优化函数换成RICA,Sparse Coding等等。总之,在这个代码里也了解了不少(比如line search等)。(DeconvNet well written and easy to understand compared to relatively simple. But the original code to the data inside can not seem to run. Fortunately, there are some code with the author uses TCNN, such action recognition, can be downloaded along down the reference. This code is the main feature tiled structure that can be used for reference, and then put inside the ICA optimization functions into RICA, Sparse Coding and so on. In short, this code can also learn a lot (such as line search, etc.).)
- 2015-01-16 16:08:59下载
- 积分:1
-
Kernel-PCA
一个老外写的文章,很不错,对以后学习核主元分析(KPCA)有帮助!(the paper was written by the foreigner,which is very useful and meaningful.)
- 2014-01-17 20:45:36下载
- 积分:1
-
DCT-and-Image-Compression
DCT and Image Compression
In the JPEG image compression algorithm, the input image is divided into
8-by-8 or 16-by-16 blocks, and the two-dimensional DCT is computed for each
block. The DCT coefficients are then quantized, coded, and transmitted. The
JPEG receiver (or JPEG file reader) decodes the quantized DCT coefficients,
computes the inverse two-dimensional DCT of each block, and then puts the
blocks back together into a single image. For typical images, many of the
DCT coefficients have values close to zero these coefficients can be discarded
without seriously affecting the quality of the reconstructed image.
The example code below computes the two-dimensional DCT of 8-by-8 blocks
in the input image, discards (sets to zero) all but 10 of the 64 DCT coefficients
in each block, and then reconstructs the image using the two-dimensional
inverse DCT of each block. The transform matrix computation method is used.
- 2014-01-28 16:55:07下载
- 积分:1
-
fangzhen3
基于训练序列的MIMO信道最小二乘估计算法蒙特卡洛仿真(Training sequence based MIMO channel estimation algorithms least squares Monte Carlo simulation)
- 2016-04-28 19:52:38下载
- 积分:1