2 Matching Annotations
  1. Last 7 days
    1. Deep learningsolves this central problem in representation learning by intro-ducing representations that are expressed in terms of other, simpler representations.

      Yes, I believe, its trying to explain how DL recognize something complicated all at once, the model can progressively build its understanding from simpler features. It seems similar to how humans might recognize an object by first noticing shapes, edges, and individual parts.

    2. The performance of these simple machine learning algorithms depends heavilyon therepresentationof the data they are given

      I also found this interesting because it shows that even a good ML algorithm can perform poorly if the data is not represented in a useful way. Thus, deciding what information the model receives is an important part of ML.