BLTBLG

2019-02-21

Notes about how to use hugo.

2018-05-14

Conjunctive normal forms are AND of ORs.

$$(A \lor B) \land (A \lor \neg B)$$

2018-05-08

ENT language

2018-05-05
2018-04-23

Termbox 之前就在 haskell 库里面看到过, 现在又在 lua 里面看到了. 似乎各个语言中都有这个库.

字符界面的 API 感觉挺酷的, 而且在实现简单程序 demo 时也可以考虑使用字符界面而不是GUI.

看一看这个 API 是怎么设计的吧.

2018-04-22

参加 IoT 创新竞赛. 汇报了我们的作品 PiCam , 一个基于树莓派的跟踪摄像头.

2018-04-01

Install SiamFC-TensorFlow on RPi

2018-03-26
Write a http web server, run it on RPi. folder pi3:/workspace/webserver
2018-03-14

Sparsification and Separation.

key Contributions: * A sparse coding-based approach to optimize depp learning inference execution. * Convolution kernel separation technique * The first to do Deep Learning Model on severely constrained wearable hardware. * implement a prototype, * experiment with for CNN and DNN models, 11.3x improvements in memory and 13.3x inexecution time. accuracy loss 5%

2018-03-14

Install samba. configure it.

Use Samba on the LAN, FTP over the Internet.

File Server | Ubuntu documentation

其实把东西记在博客里一点也不方便.

后来某天想要在树莓派上设置Samba时, 还以为是记在 Note 里面的. 找不到这篇笔记, 才 想起是放在了这里..