net

Programming Collective Intelligence

http://1a26.com/pdf/programming/programming%20collective%20intelligence.pdf

「Ruby 1.9 を語る」 by まつもとゆきひろ

http://mono.kmc.gr.jp/~yhara/d/?date=20071215#p03 String * String#eachが廃止された。つまり、String自身はもうEnumerableではない。 * なぜか? o String#eachは、何について繰り返すべきか自明でない(行?文字?バイト?) o 1.9では、明示的にいずれか…

STRAIGHT trial page

http://www.wakayama-u.ac.jp/~kawahara/straighttrial/ STRAIGHT は音声分析・合成ツール。 人間の音声を可読性の高い成分に分解し、再構成することができる。STRAIGHT linksにあるように、ここ数年国内外の多くの音声研究者が利用している。

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" タスクのデータセットが公開されている。

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

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

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

That or Which

http://www.chass.utoronto.ca/~cpercy/courses/6362-lee.htm ・prescriptive には、that は限定用法のみ、which は非限定用法のみ。 ・現在の日常の用法では、カンマやポーズがあれば非限定、prescriptive の傾向も残る (3) I want her to give me back the…

リレーショナル・データベースの世界

http://www.geocities.jp/mickindex/database/idx_database.html

Xuerui Wang

http://www.cs.umass.edu/~xuerui/research.html data mining 系トピックモデリング

blogs nodalpoint wiki

http://wiki.nodalpoint.org/blogs

Unsupervised Language Model Adaptation Incorporating Named Entity Information

http://acl.ldc.upenn.edu/p/p07/p07-1094.pdf 文書を表す単語ベクトルを、named entity だけにして、 文書クラスタリングに基づく適応をやったという話。

A Fully Bayesian Approach to Unsupervised Part-of-Speech Tagging

www.codeblog.org - CODE blog

https://www.codeblog.org/

The Xapian Project

http://www.xapian.org/

Processing 1.0 (BETA)

http://processing.org/ Yet another programming environment for education http://processing.org/reference/libraries/

The Ubuntu NLP Repository

http://cl.naist.jp/~eric-n/ubuntu-nlp/ NAISTのericさんによる Ubuntu 用リポジトリ。

Language model smoothing tutorial

http://nlp.stanford.edu/~wcmac/papers/20050421-smoothing-tutorial.pdf ふつうのLMスムージング

系列ラベリング問題に関するメモ

http://cl.naist.jp/~masayu-a/article/2006-05-26.pdf

Natural Language Toolkit

http://nltk.sourceforge.net/index.php/main_page 各種コーパスやWordNetのパーザーがPythonで提供されている。

JScience

http://jscience.org/ 単位変換と精度つき数、行列とベクトルのライブラリ

Category-Russian language - Wiktionary

http://en.wiktionary.org/wiki/category:russian_language 語学(と研究?)用に、発音記号付きの、機械可読の、 オープンな、ロシア語(さらに、できれば多言語)の電子辞書リソースを探していたのですが、 思いがけず Wiktionary が使えそうなレベルに達…

Casting does not work as expected when optimization is turned on.

http://gcc.gnu.org/bugs.html#nonbugs_c

Skewed Binary Search Trees

http://www.brics.dk/~gerth/papers/esa06skew.pdf via okamoto7 先生平衡しない二分探索木は、平衡した二分探索木より平均深さが深くて、 そのために平均の枝をたどる数が多く、 探索により長い時間がかかる、というのが伝統的な見解。この論文は、右の子の…

Solving large scale traveling salesman problems by chaotic neurodynamics

http://dx.doi.org/10.1016/s0893-6080(02)00017-5 完全結合(自己結合)型(ホップフィールド型)ニューラルネットワークには、 結合荷重に対応した安定不動点が存在することが知られている。安定不動点への収束は、最適化の観点からは、局所最適値への収束…

Specmurt Anasylis -- A Piano-Roll-Visualization of Polyphonic Music Signals by Deconvolution of Log-Frequency Spectrum

http://hil.t.u-tokyo.ac.jp/~lab/topics/sagayama04sapa10/index.html