2008-02-01から1ヶ月間の記事一覧

Pattern Matching Pointers (maintained by Stefano Lonardi)

http://www.cs.ucr.edu/~stelo/pattern.html#resources 文字列アルゴリズム、情報検索周辺の学会、本、ソフトウェア

crontab(5) -- tables for driving cron - Linux man page

http://linux.die.net/man/5/crontab all data after the first % will be sent to the command as standard input. % を含むコマンドは crontab に書けない。 \% でエスケープする必要がある。

LETOR -- Benchmark Dataset for Learning to Rank

http://research.microsoft.com/users/letor/ "learning to rank" タスクのデータセットが公開されている。

Jun Wu, Maximum Entropy Langauge Modeling with Non-Local Dependencies

http://www.cs.jhu.edu/~junwu/publications.html文脈中のhead word素性、近接Nグラム素性(通常のNグラムに相当)、単語のクラス素性、

Maximum Entropy Models with Inequality Constraints -- A Case Study on Text Categorization

http://www.springerlink.com/content/v6mn41027420jp56/

工藤 拓, 松本 裕治, 素性の組み合わせを実現する Power Set Kernel とその高速化

SVMでもちいられている多くのカーネルと、 MEなどでもちいられている組み合わせ素性を比較した場合、 カーネルは可読性が低い。 MEの組み合わせ素性は、それの重みをみることで簡単にどの組み合わせが有効かをみることができる。 一方、カーネル法の場合、カ…

Concrete Abstraction

http://jaortega.wordpress.com/2007/01/31/a-scheme-bookshelf/ yet another introduction to (functional) programming

アルゴリズムとデータ構造演習

http://hagi.is.s.u-tokyo.ac.jp/ade/pre/1.html 課題1-A: シェルを実装せよ。 課題2-A: データを圧縮・解凍するプログラムを実装せよ。 課題3-A: スパムフィルタを実装せよ。 この課題が授業の目標:伝えられた仕様を大体何でも実装できるようになるこ …

Valgrind -- Tool Suite

http://valgrind.org/info/tools.html Official Home Page for valgrind, a suite of tools for debugging and profiling. Automatically detect memory management and threading bugs, and perform detailed profiling. The current stable version is val…

Pastry -- A substrate for peer-to-peer applications

http://freepastry.org/ Pastry - A scalable, decentralized, self-organizing and fault-tolerant substrate for peer-to-peer applications