摘要: busy during the whole May holiday.running between S and H, waste much time leaving things behind.things to do: - polish Neurocomp paper- conduct exper... 阅读全文
posted @ 2015-05-09 16:05 n0p 阅读(160) 评论(0) 推荐(0) 编辑
摘要: # PIL- The `Image` class is just a wrapper for the internal `ImagingCore` type([ref](http://code.activestate.com/lists/python-image-sig/205/)) 阅读全文
posted @ 2015-04-04 19:27 n0p 阅读(140) 评论(0) 推荐(0) 编辑
摘要: # NetCDF- started in 1989- most used in geoscience community- array-oriented- self-describing + `header`, describe: * the layout of rest of ... 阅读全文
posted @ 2015-04-01 16:19 n0p 阅读(253) 评论(0) 推荐(0) 编辑
摘要: - check if a state is ok> while(cin >> word)> // ok: read successful- condition states are constants defined in `ios_base` as public members + `... 阅读全文
posted @ 2015-03-30 22:25 n0p 阅读(136) 评论(0) 推荐(0) 编辑
摘要: ## [VGG](http://www.robots.ox.ac.uk/~vgg/publications/)- [Andrea Vedaldi](http://www.robots.ox.ac.uk/~vedaldi/)## [Berkeley](http://bvlc.eecs.berkeley... 阅读全文
posted @ 2015-03-30 19:36 n0p 阅读(179) 评论(0) 推荐(0) 编辑
摘要: - vanishing gradient problem- multi-dimensional lstm 阅读全文
posted @ 2015-03-30 17:14 n0p 阅读(160) 评论(0) 推荐(0) 编辑
摘要: - software is a system built up of many parts + rebuild that decomposition + see the patterns in codes is a skill that one develops with practic... 阅读全文
posted @ 2015-03-30 17:01 n0p 阅读(159) 评论(0) 推荐(0) 编辑
摘要: > cmake -DPYTHON_LIBRARY=/opt/anaconda/lib/libpython2.7.so -DPYTHON_INCLUDE_DIR=/opt/anaconda/include/python2.7 -DCMAKE_BUILD_TYPE=RELEASE -DWITH_CUDA... 阅读全文
posted @ 2015-03-29 01:27 n0p 阅读(457) 评论(0) 推荐(0) 编辑
摘要: > cvt 1920 1080 # Get the correct settings for the new mode> # Output for me: "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 ... 阅读全文
posted @ 2015-03-29 00:57 n0p 阅读(220) 评论(0) 推荐(0) 编辑
摘要: > sudo apt-get install python-opencv> cp /usr/lib/python2.7/dist-packages/cv2.so /opt/anaconda/lib/python2.7/site-packages/or > conda install -c https... 阅读全文
posted @ 2015-03-26 16:52 n0p 阅读(729) 评论(0) 推荐(0) 编辑