RepresentationLearning.md (414B)
1 # Representation Learning 2 3 ML P722 4 5 **Definition:** Representation learning is the iterative process of learning a representation of some value. 6 7 Think of embedding where values are represented in higher dimensional space and iteratively moved to positions relative to other values. 8 9 Additionally, autoencoders are also this as they learn lower dimensional representations (compressions) of higher dimension data.