I am Charmie

メモとログ

2015-10-01から1ヶ月間の記事一覧

python: tensor packages

theano sub-module of theano, used for deep learning. rank: prepared types for rank 0 to 4. higher ranks (>4) tensor must be self-defined. type: dense operations: documentation pytensor the implementation is based on MatLab Tensor Toolbox s…

学術情報交換用変体仮名

変体仮名の文字画像データベース IPAとNINJALが共同開発 クリエイティブ・コモンズ表示−継承21日本ライセンスによって提供 URL

install OCR Tesseract on Ubuntu 14.04

[code lang="bash"] sudo apt-get install tesseract-ocr sudo apt-get install tesseract-ocr-eng tesseract-ocr-deu tesseract-ocr-jpn [/code]

Python: scipy.spatial.KDTree test

this is a short script to test scipy.spatial.KDTree that synthesizes a set of database points builds a kd-tree synthesizes a set of query points runs kNN search using the built kd-tree plots the found kNN points The result plot is like [co…