Skip to content

Instantly share code, notes, and snippets.

@bahuljain
Last active March 20, 2016 11:09
Show Gist options
  • Save bahuljain/2b24c8099aa056dc9bbc to your computer and use it in GitHub Desktop.
Save bahuljain/2b24c8099aa056dc9bbc to your computer and use it in GitHub Desktop.
Deep Learning & Neural Networks

Deep Learning & Neural Networks

##Linear Algebra

##Probability & Information Theory

  • Random Variables
  • Probability Distributions
    • Probability Mass Function (PMF)
    • Probability Density Function (PDF)
  • Marginal Probability
  • Conditional Probability
  • Chain Rule of Conditional Probability
  • Independence and Conditional Independence
  • Expectation
  • Variance
  • Covariance
  • Distributions
    • Bernoulli
    • Categorical/ Multunomial
    • Gaussian
    • Exponential
    • Laplace
    • Dirac
  • Information Theory
    • Self Information
    • Shannon Entropy
    • Differential Entropy
    • Kullback-Leiber Divergence (Difference of 2 distributions)
  • Graphical Models
    • Directed
    • Undirected
  • Naive Bayes Classifier
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment