what is the Mutex and Semaphore? Mutext and Semaphore for concurrency executing. Posted on April 2, 2018 The Mutext and Semaphore is kernel resources that provides synchronization and concurrency services. [Read More] Tags: summary
How to remove a character like Carriage return character? using like sed command Posted on April 1, 2018 When you work with vim, you find out some character like ^M. [Read More] Tags: nlp, vim
How to compare two arrary on numpy module np.all() vs np.any() Posted on March 30, 2018 How to compare two array of numpy to get which one is greater than another one [Read More] Tags: python, tip, numpy
Generator What is the Generator on python? Posted on March 29, 2018 I referenced the sites below on Generator of python, and then I will cite it to summarize and to understand it. [Read More] Tags: python, middle
Distributed Representations Of Sentences and Documents Title of paper - Distributed Representations Of Sentences and Documents Posted on March 28, 2018 I think sentence embeddings, document embeddings, and pragraph embedding have been studied in NLP, Because word embedding have beend tired in NLP field. [Read More] Tags: nlp, sentence embedding