|
|
|
|
|
by ks2048
124 days ago
|
|
This looks like a nice rundown of how to do this with Python's zstd module. But, I'm skeptical of using compressors directly for ML/AI/etc. (yes, compression and intelligence are very closely related, but practical compressors and practical classifiers have different goals and different practical constraints). Back in 2023, I wrote two blog-posts [0,1] that refused the results in the 2023 paper referenced here (bad implementation and bad data). [0] https://kenschutte.com/gzip-knn-paper/ [1] https://kenschutte.com/gzip-knn-paper2/ |
|