搜索资源列表
SWImage
- The Swendsen-Wang Cuts algorithm is used to label atomic regions (superpixels) based on their intensity patterns using generative models in a Bayesian framework. The prior is based on areas of connected components, which provides a clean segmentation
用SLR1分析表达式文法
- 用SLR1分析表达式文法,文法的产生式为 E->T|E+T T->F|T*F F->i|(E),Analysis with SLR1 expression grammar, generative grammar for E->T|E+T T->F|T*F F->i|(E)
Syntax_CMM
- 语法分析,CMM语言,生成语法树。但是语法树的缩进不完美。-Syntax analysis, CMM language, generative grammar tree. Syntax tree indentation but not perfect.
hmm
- Runs an HMM as a generative model generating N output vectors
shiyanbaogaoyangli
- 这个报告记录了编译原理的大作业的过程和各个阶段的设计,包括词法分 析、语法分析、语义分析和汇编代码生成四个阶段,在语法分析时我采用了两种 语法分析,即一种自上而下的语法分析方法——LL(1)分析法,另一种是自底向 上的语法分析方法——SLR(1)分析法,这样可以了解到这两种不同的基本分析方 法,这样在语义分析阶段也要分这两种方法处理语义动作,并且要个产生式分别 编写语义动作。-The report recorded a big operation principle comp
LL1
- 语法分析是编译过程的核心部分。他的任务是在词法分析识别单词符号串的基础上,分析并判断程序的的语法结构是否符合语法规则。语言的语法结构是用上下文无关文法描述的。因此语法分析器的工作的本质上就是按文法的产生式,识别输入符号串是否为一个句子。对于一个文法,当给你一串符号是,如何知道它是不是该文法的一个句子,这是这个课程设计所要解决的一个问题。-Syntax analysis is the core of the compiler process. His task is to identify the
main1
- 把文法中的无用产生式和无用符号清除掉,通过算法2.1和2.2来实现。-The generative grammar of the unwanted and useless symbols removed, through the algorithm 2.1 and 2.2 to achieve
ants_arithgom
- aoc.m 是用matlab实现蚁群算法ants_information.m蚁群算法中信息素的构建 mcl是马尔科夫聚类算法 nmf是矩阵的非负分解 Generative Topographic Mapping工具包-aoc.m is matlab implementation of ant colony algorithm ants_information.m pheromone ant colony algorithm is a Markov clustering algorit
1
- CATIA V5创成式工程图设计官方文档,总共490页,很好的学习帮助-CATIA V5 generative drawing style design
2dgaussian
- 汽车高斯曲面拟合 --- 2程序,以适应到表面二维高斯: 子= A *的进出口( -((西为X0)^2/2/sigmax^2 +(艺Y0的)^2/2/sigmay^ 2)。。)+ b的 这些例程是自动在某种意义上说,他们并不需要出发对模型参数的猜测规范。 autoGaussianSurfML(十一,彝,子)适合通过对模型参数的最大似然(最小二乘)。它首先计算了该模型在许多可能的参数值,然后选择最佳质量设置和细化与lsqcurvefit它。 auto
MotionTrackingPOM.pdf
- Given two to four synchronized video streams taken at eye level and from different angles, we show that we can effectively combine a generative model with dynamic programming to accurately follow up to six individuals across thousands of frames i
wordstockgenerated
- 展示了字库的生成过程,其中涉及的相关应用程序暂未给出-Show the word stock generative process, involving the relevant applications are not given
ITU-R_IMT-A_channel-model
- 一本非常好的关于ITU解说的书籍,通过它可以了解ITU信道的生成原理。-A very good about ITU explain books, by which it can understand the ITU channel generative principle.
mmse_mrf_demo-1.1
- 图像去噪-A Generative Perspective on MRFs in Low-Level Vision-A Generative Perspective on MRFs in Low-Level Vision Markov random fields (MRFs) are popular and generic probabilistic models of prior knowledge in low-level vision. Yet their generative
CG
- 一个类C语言编译器,使用Antlr 4 生成语法CG.g4文件-A class C language compiler, using Antlr 4 generative grammar CG.g4 file
lda-c
- LDA是一种文档主题生成模型,也称为一个三层贝叶斯概率模型,包含词、主题和文档三层结构。文档到主题服从Dirichlet分布,主题到词服从多项式分布。 LDA是一种非监督机器学习技术,可以用来识别大规模文档集(document collection)或语料库(corpus)中潜藏的主题信息。它采用了词袋(bag of words)的方法,这种方法将每一篇文档视为一个词频向量,从而将文本信息转化为了易于建模的数字信息。但是词袋方法没有考虑词与词之间的顺序,这简化了问题的复杂性,同时也为
paper6
- Deep Generative Models for Modeling Animate Motion
daSVM-master
- Matlab implementation of the EM and MCMC algorithm for SVMs as introduced in the paper Data augmentation for support vector machines http://ba.stat.cmu.edu/journal/2011/vol06/issue01/polson.pdf-This is a Matlab implementation of the fancy idea by Pol
Speech Processing Analysis - MATLAB
- The number of states in GMM as the generative model of the frames is obtained using k-means algorithm. This also helps to initialize the mean vector and the covariance matrix of the individual state of the GMM. The training LPC frames collected fro
generative_inpainting-master
- 图像修复:通过语境注释的生成式图像修复技术(Generative Image Inpainting with Contextual Attention)