Tools
文章平均质量分 91
visionfans
研究方向:计算机视觉,模式识别,机器学习
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
mac install JDK
http://stackoverflow.com/questions/24342886/how-to-install-java-8-on-mac Don’t rely on Oracle to install Java properly on your mac. Use HomeBrew. brew tap caskroom/cask brew install brew-caskIf you g转载 2015-12-10 11:38:01 · 537 阅读 · 0 评论 -
HDF5 notes
killer features hierarchical groups attributes descriptive metadata slicing actural data is on disk, slicing made it red to memroy have control of storage allocated support compression HDF5 large num原创 2015-09-13 20:07:55 · 840 阅读 · 0 评论 -
Thrax Tutorial
Thrax Tutorial Thrax is used for compiling grammars expressed as regular expressions and content-dependent rewrite rules into WFSTs. commands thraxmakedep --save_symbols=true thraxcompiler -input_g原创 2015-12-26 15:49:41 · 2738 阅读 · 0 评论 -
netCDF vs HDF
Re: netCDF vs HDF Opinions on NetCDF vs HDF5 for storing scientific data?原创 2016-01-03 13:34:48 · 2866 阅读 · 0 评论 -
rnnlib process image
The confusion is, why Alex Graves do such processing to image, as his codes in arabic_offline.py:image = Image.open(filename).transpose(Image.FLIP_TOP_BOTTOM).transpose(Image.ROTATE_270)That’s because原创 2015-04-05 16:30:06 · 1154 阅读 · 0 评论 -
build rnnlib
preparation:sudo apt-get install -y libboost-all-dev sudo apt-get install -y autoconf automake autotools-dev sudo apt-get install -y libnetcdf-devuseful references for solving building errors: 1. http原创 2015-04-21 23:46:13 · 893 阅读 · 0 评论 -
Github logo in LaTeX
fontawesome – Font containing web-related icons The package offers access to the large number of web-related icons provided by the included font. The package requires the package, fontspec,原创 2015-12-24 12:26:18 · 2030 阅读 · 0 评论 -
Matplotlib imshow() not show whole image
imshow() subplots with shared axes generate unwanted white spaces #1789原创 2016-01-13 14:35:53 · 2092 阅读 · 0 评论
分享