Machine Learning

Continuous Random Variable and Probability Density Function

  Continuous Random Variable and Probability Density Function Data Science and A.I. Lecture Series Continuous Random Variable and Probability Density Function A random variable is continuous if it can take any real value within a given range. Instead of probability mass function, we use probability density function (PDF), denoted by \( f(x) \). The probability […]

Continuous Random Variable and Probability Density Function Read More »

Some Questions Based on Discrete Probability Distributions

Some Questions Based on Discrete Probability Distributions Data Science and A.I. Lecture Series   Problem 1 2 bad articles are mixed with 5 good ones. Find the probability distribution of the number of bad articles if 2 articles are drawn at random. Let \( X \) be the number of bad articles drawn. Possible values:

Some Questions Based on Discrete Probability Distributions Read More »

Bayes’ Theorem and Examples | Data Science & AI

  Bayes’ Theorem and Examples Formula The formula for Bayes’ Theorem is given by: $$ P(E_i | A) = \frac{P(E_i) P(A | E_i)}{\sum_{j=1}^{n} P(E_j) P(A | E_j)} $$ Key Terminology \(E_i\) are hypotheses or possible causes. \(P(E_i)\) is the prior probability of \(E_i\). \(P(E_i | A)\) is the posterior probability of \(E_i\). The denominator ensures

Bayes’ Theorem and Examples | Data Science & AI Read More »

Law of Total Probability and Examples

Law of Total Probability and Examples Data Science and A.I. Lecture Series By Bindeshwar Singh Kushwaha, PostNetwork Academy Partition of a Sample Space A set of events \(E_1, E_2, E_3, E_4\) represents a partition of the sample space \(S\) if: \( E_i \cap E_j = \emptyset \) for \( i \neq j \) (pairwise disjoint).

Law of Total Probability and Examples Read More »

Addition and Multiplicative Laws Probability Explained

  Problems Using Both Addition and Multiplicative Laws Data Science and A.I. Lecture Series PostNetwork Academy Probability Laws The addition law of probability states: \[ P(A \cup B) = P(A) + P(B) – P(A \cap B) \] The multiplicative law of probability for independent events states: \[ P(A \cap B) = P(A) \cdot P(B) \]

Addition and Multiplicative Laws Probability Explained Read More »

Probability

Probability of Happening at Least One Independent Event

  Probability of Happening at Least One Independent Event Data Science and A.I. Lecture Series By: Bindeshwar Singh Kushwaha Institute: PostNetwork Academy 1. Probability of Happening at Least One Independent Event If \( A \) and \( B \) are independent events, the probability of happening at least one of the events is: \[ P(A

Probability of Happening at Least One Independent Event Read More »

More on Axiomatic Approach to Probability

More on Axiomatic Approach to Probability Data Science and AI Lecture Series By Bindeshwar Singh Kushwaha Statement of the First Proof Prove: \( P(A \cap B^c) = P(A) – P(A \cap B) \) This formula expresses the probability of \( A \) occurring without \( B \). It uses the complement rule and properties of

More on Axiomatic Approach to Probability Read More »

Introduction to Sets and Type of Sets

Introduction to Sets and Type of Sets Data Science and A.I. Lecture  Series   Introduction A set is a well-defined collection of distinct objects. Examples of collections: Books in a library. Natural numbers that are factors of a given number. States in a country. Sets are fundamental in mathematics and are used in many areas,

Introduction to Sets and Type of Sets Read More »

©Postnetwork-All rights reserved.