Xing ZengMy Reading Notes for “Designing Machine Learning Systems” by Chip HuyenI recently finished reading Designing Machine Learning Systems by Chip Huyen, so I would like to share some learnings I had from reading…Jun 2, 2023Jun 2, 2023
Xing ZengA Case in Gensim Word2Vec Model Memory Usage: Can Not Release the Model through “del”I run into a weird case regarding Gensim Word2Vec that forces my program out of memory.Apr 8, 2022Apr 8, 2022
Xing ZengUse hprof & gprof2dot to visualize the runtime of your Java applicationOver the past years of my working experiences, I have learned a lot of interesting techniques from my colleagues. Today I like to share…Nov 27, 2020Nov 27, 2020
Xing ZengUnderstanding MinHash in Lucene / ElasticsearchMinHash is a quite common technique in Information Retrieval. Just in case if you had never heard of it, here is the explanation of how it…Mar 6, 20201Mar 6, 20201