Simple-kNN-Gzip
Simple-kNN-Gzip copied to clipboard
A simplistic linear and multiprocessed approach to sentiment analysis using Gzip Normalized Compression Distances with k nearest neighbors
Enjoyed your YouTube video on the topic, as well as the comments section discussion on information theory. My Kernel crashes on Input 14 in `kNN-gzip-ncd-video-test it-deep-learning.ipynb` for some reason. This...
First, congratulations and thank you for the awesome content. I was wondering if this approach could be applied to other media types. For example, image classification. I understand that there's...
Hi! Thanks for the cool videos as always! I just use their example algo on their github and ran on your dataset, the result is actually worse...
Refactored code to improve performance and readability - Using the joblib.Parallel library to parallelize the computation of the NCD matrix. - Simpler logic for NCD calculation - Removing unnecessary comments...