Tensorflow practice how to use tensorflow Posted on May 24, 2018 I Want to share tensorflow practice material(presentation) I have made for NLP(Natural Language Processing Open seminar) in Kookmin University. [Read More] Tags: nlp, tensorflow
CFFI to interface to C function on pyhon Let's see the syntax and macro in Makefile Posted on May 13, 2018 CFFI tutorial 1 [Read More] Tags: nlp, konltk, python
How to make Makefile Let's see the syntax and macro in Makefile Posted on May 13, 2018 This is a note for Makefile I made for Konlt to be automated with some commands. [Read More] Tags: nlp, konltk, python
How to use SWIG to wrap the function written in c for using the function on python Let's practice more Posted on May 11, 2018 SWIG [Read More] Tags: nlp, konltk, swig
The Basic exmaple to use ctypes to wrap function written in c from python with just exmaple code Let's more practice to get used. Posted on May 11, 2018 Ctypes tutorial 3 [Read More] Tags: nlp, konltk, cython