2006-01-31から1日間の記事一覧

Tociyuki-Diary - Tropy クローン

http://d.hatena.ne.jp/tociyuki/20051114/1131982296 entry.cgiから、 CGI の礼儀作法。 #!/usr/bin/perl -T use lib qw(.); use strict; use warnings; use Jcode; T は、taint。 use lib qw(.) は、Perl ライブラリのパスに . を追加する。

hizum.net

http://www.hizum.net/

Perl で可変長整数、有理数

use bigint; print 5**100, "\n"; use Math::BigInteger; とちがって、普通の演算が自動的に BigInteger になる。

Studying Recommendation Algorithms by Graph Analysis (2003)

http://citeseer.ist.psu.edu/mirza03studying.html

Polyphonic Music Modeling with Random Fields - Victor, Jeremy (2003)

http://citeseer.ist.psu.edu/victor03polyphonic.html Markov Random Field を利用した、音楽モデリング。 テキスト検索手法を音楽検索へ導入することを強く意識している。パープレキシティ評価も。

A comparison of continuous vs. discrete image models for probabilistic image and video retrieval(2004)

http://ieeexplore.ieee.org/search/wrapper.jsp?arnumber=1421581 画像検索