Organization of vim command
During researching natural lanuage with Ubuntu, organizing what I have known vim command.
Here to get used to Vim, I will organize what I have known about vim command. trying to get information of the commands. I did already it. But from now on I will do in detail once again here to get used to it. First, Let’s see how to copy...
[Read More]
Basic Shell Script
The basic concept for shell script programming
A shell provide you with an interface to unix or linux. Shell gatehrs input from you and executes programs based on that input.
[Read More]
Function usage of shell script
How to write function on shell script
When I needed to do shell programming to get material for Deep learning. I studied shell programming about syntax and so on.
[Read More]
Linguistic Regularities in Continuous Space Word Representations for Word2Vec investigation
Title of paper - Linguistic Regularities in Continuous Space Word Representations
The paper, “Linguisitic Regularities in Continuous Space Word Representation (Mikolov et al., NAACL 2013)” explains how to evaluate sytantic and semantic regularities between the induced word vectors, with a form as “king - Man + Woman” result in a vector veryl clost to “Queen”.
[Read More]