ENGLISH    |  

SVM勉強会

概要

SVM (Support Vector Machine) を中心とする機械学習アルゴリズムに関する勉強会です。

学外の方の参加も歓迎します。

2003年度は 6 月より DataMining勉強会 と共催です。

日時

  • 時間: 火曜日 と 金曜日 (週一回の場合は、火曜日 19:00-
  • 場所: A707

過去の内容

目次


2003年度

10/13 担当: 鈴木

06/24 担当: 新保

Mining the Web 輪講

http://www.amazon.co.jp/exec/obidos/ASIN/1558607544/ref=sr_aps_eb_/250-7139977-8935427

最初の 3回 担当 工藤

SVM & Kernel Methods のチュートリアル


2002年度

02/04 発表者:持橋

term similarity <-> document similarity という recursion を解くことで得られる von Neumann カーネルと、
語彙グラフ上の Diffusion kernel である Exponential kernel についての話です.

01/28 発表者:松本

01/14 発表者:工藤

01/07 発表者:高村

12/18 発表者:工藤

12/10 発表者:持橋

文書と単語の潜在topicの事前分布にDirichlet分布を仮定し、それを変分ベイズ法で解くモデル(LDA)です。

12/03 発表者: 新保

11/19 発表者: 堀部

ある条件を満たすPair Hidden Markov Modelsは、
その同時確率分布をkernelとして用いることができる、
いうことを示しています。

11/05 発表者: 佐々木

svmを用いたactive learning のアルゴリズムとその背景の理論に
ついて書かれている論文です。

10/29 発表者: 持橋

  • Thomas Hofmann, Jan Puzicha, Michael I. Jordan
  • Learning from Dyadic Data
  • NIPS 1998, pp 466-472, MIT Press 1999
集合X,Yからのペアのサンプル(x,y)の集合に対して,
(1)Aspect Model (2)One-sided Clustering (3)Two-sided Clustering 
の3種類のunsupervisedなクラスタリングを考える話です。

10/21 発表者: 松本

  • Ralf Herbrich, Thore Graepel, Klaus Obermayer,
  • Large Margin Rank Boundaries for Ordinal REgression,
  • in 'Advances in Large Margin Classifiers' A.J.Smola et al (eds.), Chapter 7, pp.115-132, The MIT Press, 2000.
SVMのアイデアをclassificationではなくrankingに適用するという話
ですが、かなり直接的に使っています。理論的な考察と具体例への適用
について書かれています。主に後者の話題を中心に紹介します。

10/15 発表者: 工藤拓(NAIST)

Diffusion Kernel という, グラフの node 間の類似度を与える 
kernel に関するお話です. 

10/08 発表者 : 高村 大也

Fisher Kernelの話。
Fisher Kernelは、Generative Modelと、
SVMのようなdiscriminative classifierをつなげたカーネルです。
Unlabeled Dataを自然な形で取り込めるという利点も持っている。

07/30 発表者 : 高橋 哲朗

  • 「ゲーム理論入門」

07/26 発表者 : 乾 孝司

  • Dan Pelleg.
  • X-means:Extending K-means with Efficient Estimation of the Number of Clusters.
  • Proc. of the 17th. International Conference on Machine Learning(ICML-2000).
  • 実装されたものがここにあります

07/23 発表者 : 藤田 篤

  • 遺伝的アルゴリズム(GA)の入門
  • M. Mitchell.
  • An Introduction to Genetic Algorithms.
  • MIT Press, 1996.

07/16 発表者 : 高村 大也

  • EM(Expectation-Maximization)アルゴリズムの入門

07/12 発表者 : 浅原 正幸

  • Hendrik Blockeel and Jan struyf.
  • Efficient Algorithms for Decision Tree Cross-Validation.
  • ICML-2001 pp11-18.
  • Daisuke Kawahara, Sadao Kurohashi and Ko^iti Hasida.
  • Construction of Japanese Relevance-tagged Corpus.
  • LREC-2002.

07/09 発表者 : 乾 健太郎

  • Bayesian Networks のチュートリアル(前半)

07/05

  • 「ICML および KDD などの論文誌を見て誰が何を分担するか決める会」

07/02 発表者 : 浅原 正幸

  • 「SVD (その2)」
  • URV factorization の R の「三角行列化」および「対角化」 LSI の例

06/28 発表者 : 乾 孝司

06/25 発表者 : 高村 大也

  • 「SVD (その1)」
  • orthogonal decomposition
  • URV factorization

06/18 発表者 : 竹内 和広

  • Tom M. Mitchell.
  • Machine Learning, 1997.
  • Chapter 7: Computational Learning Theory.
  • PAC学習の説明

06/14 発表者 : 堀部 史郎

  • Huma Lodhi, John Shawe-Taylor Nello Cristianini and Chris Watkins.
  • Text Classification using String Kernels.
  • NeuroCOLT2 Technical Report, NC-TR-2000-079, 2000.

06/11 発表者 : 工藤 拓

  • Grace Ngai and Radu Florian.
  • Transformation-Based Learning in the Fast Lane.
  • Proceedings of the 39th ACL Conference, 2001.

05/31 発表者 : 高村 大也

  • 竹田正幸、福田智子、南里一郎、山崎真由美
  • 「和歌データベースにおける特徴パターンの発見」
  • 情報処理学会論文誌 40(3), pp. 783-795 (1999).

05/28 発表者 : 松本 裕治

  • Emmanuel Roche and Yves Schabes.
  • Deterministic Part-of-Speech Tagging with Finite-State Transducers.
  • Chapter 7 in 'Finite-State Language Processing,' Emmanuel Roche and Yves Schabes (eds.), pp.205-239, The MIT Press, 1997.
Brill taggerは性能はよいけれども遅いという欠点を克服するため、学習された規則の
集合を有限状態機械に変形して、高速化するという内容です。

05/21 発表者 : 工藤 拓

  • 最大エントロピーモデルの説明

05/14 発表者 : 高村 大也

  • SVM Tutorial シリーズ
  • soft-margin optimizationの説明

05/07 発表者 : 工藤 拓

  • Learning Kernel Classifiers
  • Chapter 2: Kernel Classifiers from a Machine Learning Perspective

05/10 発表者 : 高橋 哲朗

  • 研究発表
  • 依存木への拡張や類似度の分類など

04/30 発表者 : 新保 仁

  • SVM Tutorial シリーズ
  • optimality conditionsの説明

04/26 発表者 : 工藤 拓

  • 鹿島 久嗣、小柳 光生 (日本IBM東京基礎研究所)
  • 半構造データへのサポートベクターマシンの適用
  • 第48回人工知能基礎論研究会(SIG-FAI48)

04/23 発表者 : 工藤 拓

  • SVM Tutorial シリーズ
  • hard-margin optimizationの説明

04/16 発表者 : 工藤 拓