What kind of Linux command is useful? During researching natural lanuage with Ubuntu, organizing Linux command that I have used. Posted on September 20, 2018 wget utility and curl [Read More] Tags: linux, command, nlp
How to convert ipynb file to PDF jupyter nbconvert Posted on September 20, 2018 This article is for my memorization about converting ipynb to PDF [Read More] Tags: python, tip
Api docs of tf.nn.max_pool Api about tf.nn.max_pool Posted on July 24, 2018 [Read More] Tags: tensorflow, api
Api docs of tf.nn.conv2d Api about tf.nn.conv2d Posted on July 23, 2018 [Read More] Tags: tensorflow, api
How to do padding in Tensorflow There are two types of padding, SAME and VALID Posted on July 23, 2018 [Read More] Tags: tensorflow