Skip to content

Parallel computation using PyCUDA. Calculates the Jaccard distance of multiple text files, returns the two most similar files.

Notifications You must be signed in to change notification settings

panayiotiska/jaccard-distance-multiple-files-pycuda

Repository files navigation

Calculates the jaccard distance of multiple text files, returns the two most similar files.

The two files version helps for better understanding the solution of the problem.

alt text

The multiple files version is an extension of the above explenation including as much Bitmaps as the files imported (not only 2).

About

Parallel computation using PyCUDA. Calculates the Jaccard distance of multiple text files, returns the two most similar files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages