搜索资源列表
ART2Function
- ART2网络的MATLAB程序,自己编写的。最近一系列的文章都是用这个作的实验。在科学网可以找到本人博客下载相关论文-ART2 network MATLAB procedures, I have written. The recent series of article are made using this experiment. Net can be found at science blog I download related thesis
k-centers
- 不同于k均值聚类的k中心聚类,2007年SCIENCE文章Clustering by Passing Messages Between Data Points 中的方法-Unlike k-means clustering of the k cluster centers, in 2007 SCIENCE article, Clustering by Passing Messages Between Data Points of the Method
fusion
- 电子科技大学的一篇关于多传感器融合的好文章,请站长审阅-University of Electronic Science and Technology of multi-sensor fusion on a good article, please review head
HAIMMING
- 窗函数法设计数字滤波器——海明窗 非原创 原文章名称:基于窗函数法的FIR数字滤波器的设计 作者:张志田 何其文 湖南工业职业技术学院 电气工程系 刊载于湖南科技学院学报 2007年9月 第28卷9期-Window function method to design digital filters- Hamming window of non-original name of the original article: window function based on the
AP
- 近邻传播聚类算法,简称AP算法,是由Science中的一篇文章提出来的,与以往的聚类方法相比,此方法可以更快地处理大规模数据,得到较好的聚类结果。-Neighbor propagation algorithm, referred to as the AP algorithm, is an article in Science in the past, with previous clustering methods, this method can handle large data faste
Fouriertransform
- 傅里叶变换可谓是应用于工程科学等各个领域,本文本内容少可以很好的匹配傅里叶变换各种问题-Fourier transform can be described as applied to engineering science and other fields, the contents of this article can be a good match fewer problems Fourier Transform
FFF
- 神经网络是通过模拟生物神经系统的结构功能而构成的一种信息处理系 统。经过40余年的发展,神经网络已经成为机器学习、模式识别、信号处理等 信息科学领域中一类十分重要的方法。 本文首先概括地总结了神经网络的发展历程。在三个不同阶段中,神经网 络的发展具有不同的特点。到20世纪90年代,神经网络成为信息科学中一个 重要的热点研究领域。文中还讨论了神经网络的特点、常见的分类方法、学习 类型和学习算法等内容。 -Through the simulation of biologi
8
- matlab滤波器设计实例(2),中文科技文-Matlab filter design and application of the article, Chinese science and technology papers
release.tar
- 斯坦福大学计算机系Andrew N.G教授于2011年CVPR发表文章Learning hierarchical spatio-temporal features for action recognition with independent subspace analysis,文件是实现的code,很有用哦-Andrew NG, Professor of the Department of Computer Science at Stanford University published in
gaijin-Burg
- 功率谱估计是分析随机信号的一种重要方法, 是信息学科的研究热点。文章介绍了现代功率谱估计中AR 模 型参数的几种典型求解算法, 并借助MATLAB 平台对各种算法的功率谱进行仿真。-The power spectrum estimation is an important method for analysis of random signals, information science research focus. The article describes several typica
Autoencoder_Code
- G.E. hinton个人主页上的源代码,是关于06年那篇发表在science上的文章,了解的可以下载一下-GE hinton personal home page on the source code, is on the 2006 thing I read the article published in the science, to understand what can be downloaded
matlab_application
- 全书共23章,分为7篇。基础篇介绍了MATLAB基础、数组和矩阵分析、字符串分析;科学运算篇介绍了MATLAB数据分析、积分和微分运算、概率和数理统计、符号计算;数据可视化篇介绍了二维和三维数据的可视化;编程篇介绍了MATLAB基本编程、程序调试和编程技巧;仿真篇介绍了Simulink基本知识、Simulink建模和S-函数;高级应用篇介绍了GUI编程开发、GUIDE工具建立GUI界面、文件夹管理和文件I/O操作、MATLAB编译器;工具箱与接口编程篇介绍了信号处理、小波分析、图像处理、神经网络
2014-Science-clustering
- 2014年发表在Science中的一篇文章Clustering by fast search and find of density peaks,其中还包括了作者用到的数据集和MATLAB源程序-2014 published an article in Science Clustering by fast search and find of density peaks, which also includes the author used data sets and MATLAB sourc
cluster
- science杂志上关于聚类的文章代码,通过重新定义距离和密度的概念,自动获取聚类中心-clustering Codes about an article published in a scientific journal
ppm
- In imaging science, image processing is processing of images using mathematical operations by using any form of signal processing for which the input is an image, such as a photograph or video frame the output of image processing may be either an ima
ppmsupa
- In imaging science, image processing is processing of images using mathematical operations by using any form of signal processing for which the input is an image, such as a photograph or video frame the output of image processing may be either an ima
NMF-matrix
- 《非负矩阵分解算法概述》本文为科普文章,尽量做到通俗而不严格,比较适合理论小白补补NMF历史 - NMF algorithm Overview This article science articles, as far as possible without stringent popular, more suitable theoretical white Bubu NMF history
Clustering_by_fast_search
- Alex Rodriguez 和 Alessandro Laio 在 Science 上发表了一篇名为《Clustering by fast search and find of density peaks》的文章,为聚类算法的设计提供了一种新的思路。虽然文章出来后遭到了众多读者的质疑,但整体而言,新聚类算法的基本思想很新颖,且简单明快,值得学习。这个新聚类算法的核心思想在于对聚类中心的刻画上,本文将对该算法的原理进行详细介绍,并对其中的若干细节展开讨论。-Alex Rodriguez and
fmeasure
- Contains the matlab code for various focus measures used in image processing applications such as multi focus image fusion/autofocus and so on. It has the implementations according to the paper (http://www.sciencedirect.com/science/article/pii/S003
A-new_cluster_algorithm
- 2014年 6 月份,Alex Rodriguez 和 Alessandro Laio 在 Science 上发表了一篇名为《Clustering by fast search and find of density peaks》的文章,为聚类算法的设计提供了一种新的思路。虽然文章出来后遭到了众多读者的质疑,但整体而言,新聚类算法的基本思想很新颖,且简单明快,值得学习。-June 2014, Alex Rodriguez and Alessandro Laio on Science publis
