| ▲ | jll29 4 hours ago | ||||||||||||||||||||||||||||
Yes: you can classify a test file by topic with gzip as follows:
(ass. sports.txt politics.txt and business.txt are text docs pertaining from the sports, politics and business domains, respectively, and have equal size)The test file belongs to the topic with the smallest size *.gz file. Witten's group at Waikato uni were perhaps the first to work on this. Also check out the Hutter prize if you are interested in this. | |||||||||||||||||||||||||||||
| ▲ | stingraycharles 2 hours ago | parent | next [-] | ||||||||||||||||||||||||||||
Back in the day - maybe two decades ago - I implemented language detection like this. I seeded gzip compressors’ dictionaries with Wikipedia articles in different languages. I would then try to use said dictionaries on any random text, and the one that was best able to compress it, was the correct language. Absolutely totally not the best approach, but very fast and super simple to implement. | |||||||||||||||||||||||||||||
| ▲ | LPisGood 2 hours ago | parent | prev | next [-] | ||||||||||||||||||||||||||||
There are some deep connections between machine learning, compression, and cryptography with information theory as a common thread. Also, I’ve never seen “ass.” Used to shorten “aside” — I typically use N.B. but perhaps only for important ones. | |||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||
| ▲ | woadwarrior01 2 hours ago | parent | prev | next [-] | ||||||||||||||||||||||||||||
aka Normalized compression distance (NCD). Its close cousin: Normalized Google distance (NGD) is also super interesting! https://en.wikipedia.org/wiki/Normalized_compression_distanc... | |||||||||||||||||||||||||||||
| ▲ | m-hodges an hour ago | parent | prev [-] | ||||||||||||||||||||||||||||
[dead] | |||||||||||||||||||||||||||||