Update on the NN+Gzip front. Added
1) a caching mechanism, which speeds it up 25%.
2) Parallel processing to speed it up 400% (on a MB Air). Love this method. It's a nice test case for teaching multiprocessing! Code: https://
github.com/rasbt/nn_plus_
gzip/blob/main/1_2_caching-multiprocessing.py
…
NN+Gzip optimization: caching and parallel processing improvements
By
–
Leave a Reply