摘要:
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... 阅读全文
摘要:
# PIL- The `Image` class is just a wrapper for the internal `ImagingCore` type([ref](http://code.activestate.com/lists/python-image-sig/205/)) 阅读全文
摘要:
# NetCDF- started in 1989- most used in geoscience community- array-oriented- self-describing + `header`, describe: * the layout of rest of ... 阅读全文
摘要:
- check if a state is ok> while(cin >> word)> // ok: read successful- condition states are constants defined in `ios_base` as public members + `... 阅读全文
摘要:
## [VGG](http://www.robots.ox.ac.uk/~vgg/publications/)- [Andrea Vedaldi](http://www.robots.ox.ac.uk/~vedaldi/)## [Berkeley](http://bvlc.eecs.berkeley... 阅读全文
摘要:
- vanishing gradient problem- multi-dimensional lstm 阅读全文
摘要:
- 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... 阅读全文
摘要:
> cmake -DPYTHON_LIBRARY=/opt/anaconda/lib/libpython2.7.so -DPYTHON_INCLUDE_DIR=/opt/anaconda/include/python2.7 -DCMAKE_BUILD_TYPE=RELEASE -DWITH_CUDA... 阅读全文
摘要:
> 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 ... 阅读全文
摘要:
> 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... 阅读全文