notes

Personal notes
git clone git://git.laack.co/notes.git
Log | Files | Refs

ProbabilisticGraph.md (235B)


      1 # Probabilistic Graph
      2 
      3 **Source:** Deep Learning
      4 
      5 **Chapter:** 1
      6 
      7 **Definition:** A probabilistic graph in ML is a graph that goes from input to output where each step is a probabilistic action being taken upon the inputs of the step.