Byoung-Tak Zhang Summarized by HaYoung Jang

Slides:



Advertisements
Similar presentations
Bayesian network classification using spline-approximated KDE Y. Gurwicz, B. Lerner Journal of Pattern Recognition.
Advertisements

The Normal Distribution
Probability: Review The state of the world is described using random variables Probabilities are defined over events –Sets of world states characterized.
Hidden Markov Models First Story! Majid Hajiloo, Aria Khademi.
Probabilistic reasoning over time So far, we’ve mostly dealt with episodic environments –One exception: games with multiple moves In particular, the Bayesian.
… Hidden Markov Models Markov assumption: Transition model:
Probabilistic inference
Chapter 6 Introduction to Sampling Distributions
Probability theory 2011 Main topics in the course on probability theory  The concept of probability – Repetition of basic skills  Multivariate random.
Fall 2006 – Fundamentals of Business Statistics 1 Chapter 6 Introduction to Sampling Distributions.
December Marginal and Joint Beliefs in BN1 A Hybrid Algorithm to Compute Marginal and Joint Beliefs in Bayesian Networks and its complexity Mark.
CSE 221: Probabilistic Analysis of Computer Systems Topics covered: Statistical inference (Sec. )
CSE 221: Probabilistic Analysis of Computer Systems Topics covered: Statistical inference.
Thanks to Nir Friedman, HU
Chapter 4 Joint Distribution & Function of rV. Joint Discrete Distribution Definition.
CSE 221: Probabilistic Analysis of Computer Systems Topics covered: Statistical inference.
The Binomial Distribution. Introduction # correct TallyFrequencyP(experiment)P(theory) Mix the cards, select one & guess the type. Repeat 3 times.
Sampling Distributions  A statistic is random in value … it changes from sample to sample.  The probability distribution of a statistic is called a sampling.
1 A Network Traffic Classification based on Coupled Hidden Markov Models Fei Zhang, Wenjun Wu National Lab of Software Development.
Factor Graphs Young Ki Baik Computer Vision Lab. Seoul National University.
Recitation on EM slides taken from:
The average life of a particular car battery is 40 months. The life of a car battery, measured in months, is known to follow an exponential distribution.
Aim: How do we analyze data with a two-way table?
§ 5.3 Normal Distributions: Finding Values. Probability and Normal Distributions If a random variable, x, is normally distributed, you can find the probability.
Review: Probability Random variables, events Axioms of probability Atomic events Joint and marginal probability distributions Conditional probability distributions.
Introduction to Belief Propagation
AP STATISTICS Section 7.1 Random Variables. Objective: To be able to recognize discrete and continuous random variables and calculate probabilities using.
Section 5.2: PROBABILITY AND THE NORMAL DISTRIBUTION.
Jointly distributed Random variables Multivariate distributions.
Hidden Markov Models (HMMs) –probabilistic models for learning patterns in sequences (e.g. DNA, speech, weather, cards...) (2 nd order model)
The Uniform Prior and the Laplace Correction Supplemental Material not on exam.
Daphne Koller Overview Conditional Probability Queries Probabilistic Graphical Models Inference.
Lecture 3 Appendix 1 Computation of the conditional entropy.
Random Variables If  is an outcome space with a probability measure and X is a real-valued function defined over the elements of , then X is a random.
The Practice of Statistics, 5th Edition Starnes, Tabor, Yates, Moore Bedford Freeman Worth Publishers CHAPTER 1 Exploring Data Introduction Data Analysis:
8.2 The Geometric Distribution 1.What is the geometric setting? 2.How do you calculate the probability of getting the first success on the n th trial?
CS623: Introduction to Computing with Neural Nets (lecture-18) Pushpak Bhattacharyya Computer Science and Engineering Department IIT Bombay.
Basics of Multivariate Probability
Random Variables and Probability Distribution (2)
Main topics in the course on probability theory
Example of Poisson Distribution-Wars by Year
Statistical Models for Automatic Speech Recognition
DNA Computing and Molecular Programming
Bayesian Models in Machine Learning
Computational and experimental analysis of DNA shuffling
Introduction to Probability & Statistics The Central Limit Theorem
Preliminaries: Distributions
6.2/6.3 Probability Distributions and Distribution Mean
The Scientific Method.
Why study statistics?.
CHAPTER 1 Exploring Data
CHAPTER 1 Exploring Data
CHAPTER 1 Exploring Data
LECTURE 07: BAYESIAN ESTIMATION
Calculating probabilities for a normal distribution
CHAPTER 1 Exploring Data
Bayes for Beginners Luca Chech and Jolanda Malamud
Preliminaries: Factors
Standard Deviation for Probability Distributions
The Geometric Distributions
CHAPTER 1 Exploring Data
CHAPTER 1 Exploring Data
Chapter 14 February 26, 2004.
On the Computational Power of Insertion-Deletion Systems
Moments of Random Variables
MBA 510 Lecture 4 Spring 2013 Dr. Tonya Balan 10/30/2019.
Consider the following problem
Finite Field Arithmetic using Self-Assembly of DNA Tilings
Presentation transcript:

Byoung-Tak Zhang Summarized by HaYoung Jang Probabilistic Computation with DNA Molecules: The Probabilistic Library model Byoung-Tak Zhang Summarized by HaYoung Jang

Introduction Probabilistic library model How to represent the joint probability of data variables in DNA molecules (representation). How to calculate conditional probabilities of variables (inference). How to update the probability distribution from observed data (learning).

The Probablisitic Library Model

Computing Probabilities Marginal probability of A Marginal probability of B Joint probability Conditional probability

Updating Probabilty Distributions 1. Let the library L represent the current empirical distribution P(X, Y) 2. Get a training example (x, y). 3. Classify x using L as described in the previous slide. Let this class be y* 4. Update L If y* = y, then Ln  Ln-1 + {Δc(u, v)} for u = x and v = y for (u, v) ∈ Ln-1 If y* ≠ y, then Ln  Ln-1 – {Δc(u, v)} for u = x and v ≠ y for (u, v) ∈ Ln-1 5. Goto Step 2 if not terminated

Majority Function Why does it work? x1 x2 x3 y 1

Multiplexer