Ching-Chuan Chen's Blogger

Statistics, Machine Learning and Programming

0%

Kivy是Python開源的一個庫

他可以直接在Android, iOS, Linux, Max OS X跟Windows上直接執行

Read more »

Golang的速度極快,而且Go可以直接編譯成shared library

直接就譨讓Python使用ctypes載入,就能使用了

Read more »

今天看到javascript call R似乎很容易

就稍微看一下R call javascript的方法

然後就看到V8這個套件,玩了一下覺得很驚豔XD

感覺javascript很適合拿來做一些R不容易做的功能XDD

Read more »

Google Brain had published a paper: “Swish : A Self-Gated Activation Function” (Arxiv link).

In this blogger, I use Keras API of customizing layer to fulfill the Swish Beta function mentioned in paper.

Read more »

這篇主要是介紹Linux環境下,如何直接在Rcpp裡面去link系統已有的library

這篇主要是因為我在測試Blaze為什麼效能遠不如直接跑blazemark的結果

所以就想說直接link系統裡面的armadillo, blaze試試看

Read more »