Abstract
The summarization track at the Text Analysis
Conference (TAC) is a direct continuation
of the Document Understanding
Conference (DUC) series of workshops,
focused on providing common data and
evaluation framework for research in automatic
summarization.
2014-11-30
Overview of the TAC 2008 Update Summarization Task
http://www.nist.gov/tac/publications/2008/additional.papers/update_summ_overview08.proceedings.pdf
実行ファイルとDLLを一つにまとめる
http://qiita.com/krsak/items/75a257cc0866a7e8e4aa
Visual C# で、自作のクラスライブラリと実行ファイルを一つにまとめる(静的リンクもどきを行う)やり方です。
Microsoftが提供しているツール「ILMerge」で複数のアセンブリを一つのアセンブリにマージできます。
このツールを使うことで、自作のクラスライブラリのDLLと実行ファイルを一つにまとめることができます。
2014-11-09
Kaggle CIFAR-10の話 - デー
http://ultraist.hatenablog.com/entry/2014/11/08/192646
- 学習データを36倍に増化(Data Augmentation)
- GCN + ZCA Whiteningで正規化
- VGGのモデルをベースにしたConvolutional Neural Network(CNN)を学習
- 上記のモデルを重みの初期値とMini-Batch-SGDの更新順を変えて6個学習し、各分類器の平均を予測として出力