notes

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

DistributedRepresentation.md (328B)


      1 # Distributed Representation
      2 
      3 **Source:** Deep Learning
      4 
      5 **Chapter:** 1
      6 
      7 **Definition:** Distributed learning is the idea of using multiple neurons to learn one thing.
      8 
      9 As an example, we might want to distribute the idea of a red bus to be represented by two neurons one that picks out color and the other that picks out shape.