Abstract: 介绍异构计算和CUDA概述,完成GPU输出Hello world!
Keywords: 异构计算,CUDA
【CUDA 基础】1.0 并行计算与计算机架构
Abstract: 本文从总体上给出了CUDA编程的Big picture,后续所有的文章都在本文的基础上详细展开。
Keywords: 并行计算,串行编程,并行编程,计算机架构,并行性,异构架构,CUDA
【概率论】3-5:边缘分布(Marginal Distribution)
Abstract: 本文承接上文,对于二维联合分布,如何求出二维变量中一个变量的一个分布,也就是标题所说的边缘分布;以及对独立随机变量的讨论。
Keywords: Marginal p.f.,Marginal p.d.f.,Independent
【概率论】3-4:二维分布(Bivariate Distribution)
Abstract: 本文主要介绍双变量的分布情况,以及其中的一些有用的性质
Keywords: Discrete Joint Distribution,Continuous Joint Distribution,Mixed Bivariate Distribution,Bivariate Cumulative Distribution Functions
【概率论】3-3:累积分布函数(Cumulative Distribution Function)
Abstract: 本文介绍描述随机变量分布的另一种工具,累积分布函数,CDF
Keywords: Cumulative Distribution Function,Quantial
【概率论】3-2:连续分布(Continuous Distributions)
Abstract: 本文继续上文的离散随机变量的观点,将部分试验模型转换到连续随机变量的观点上。
Keywords: Continuous Random Variable,Continuous Distributions,Probability Desity Function,Uniform Distributions on Intervals
【概率论】3-1:随机变量和分布(Random Variables and Discrete Distributions)
Abstract: 本文主要介绍随机变量的引入,离散分布的介绍以及离散均匀分布,二项分布的基本原理
Keywords: Random Variables,Discrete Distributions,Uniform Distributions on Integers,Binomial Distributions
【概率论】2-3:贝叶斯定理(Bayes' Theorem)
Abstract: 本文是关于Bayes’ Theorem 的介绍性知识
Keywords: Bayes’ Theorem,Law of total Probability
【概率论】2-2:独立事件(Independent Events)
Abstract: 本文介绍事件的独立,以及派生出来的多事件独立,以及条件独立
Keywords: Independent Events,Independent of Several Events,Coditionally Independent Events