Imagine you want to convey a pattern-filled image to a friend: • Inefficient approach (Uncompressed): You tell him the color coordinates of every pixel. This requires a huge amount of data, and you actually don’t even know what the picture depicts. • Efficient approach (Compressed): You tell him, “This is a matrix composed of 100 blue circles evenly spaced.” To describe all the pixels with a single sentence (smaller size), you must discover the pattern within (circles, equal spacing, blue). This process of discovering patterns is “intelligence.”
View Original
This page may contain third-party content, which is provided for information purposes only (not representations/warranties) and should not be considered as an endorsement of its views by Gate, nor as financial or professional advice. See Disclaimer for details.
Compression is Intelligence
Imagine you want to convey a pattern-filled image to a friend:
• Inefficient approach (Uncompressed): You tell him the color coordinates of every pixel. This requires a huge amount of data, and you actually don’t even know what the picture depicts.
• Efficient approach (Compressed): You tell him, “This is a matrix composed of 100 blue circles evenly spaced.”
To describe all the pixels with a single sentence (smaller size), you must discover the pattern within (circles, equal spacing, blue). This process of discovering patterns is “intelligence.”