'machine learning'에 해당되는 글 3

  1. 2008.07.08 Category of Machine Learning
  2. 2008.04.15 machine learning video lectures
  3. 2008.02.15 Extra Readings
Machine Learning | Posted by 알 수 없는 사용자 2008. 7. 8. 01:38

Category of Machine Learning

Machine learning algorithms are organized into a taxonomy, based on the desired outcome of the algorithm. Common algorithm types include:

  • Supervised learning — in which the algorithm generates a function that maps inputs to desired outputs. One standard formulation of the supervised learning task is the classification problem: the learner is required to learn (to approximate) the behavior of a function which maps a vector into one of several classes by looking at several input-output examples of the function.
  • Unsupervised learning — An agent which models a set of inputs: labeled examples are not available.
  • Semi-supervised learning — which combines both labeled and unlabeled examples to generate an appropriate function or classifier.
  • Reinforcement learning — in which the algorithm learns a policy of how to act given an observation of the world. Every action has some impact in the environment, and the environment provides feedback that guides the learning algorithm.
  • Transduction — similar to supervised learning, but does not explicitly construct a function: instead, tries to predict new outputs based on training inputs, training outputs, and test inputs which are available while training.
  • Learning to learn — in which the algorithm learns its own inductive bias based on previous experience.

The computational analysis of machine learning algorithms and their performance is a branch of theoretical computer science known as computational learning theory.

Machine Learning | Posted by 알 수 없는 사용자 2008. 4. 15. 22:37

machine learning video lectures

Machine Learning | Posted by 알 수 없는 사용자 2008. 2. 15. 12:38

Extra Readings

[AFDJ03] An introduction to MCMC for machine learning

by C. Andrieu, N. de Freitas, A. Doucet and M. I. Jordan.

Machine Learning, 2003.
[B98] A Tutorial on Support Vector Machines for Pattern Recognition

by Chris Burges.

KDDM, 1998.
[BBBCL07] Robust Reductions from Ranking to Classification

by Nina Balcan, Nikhil Bansal, Alina Beygelzimer, Don Coppersmith, John Langford, and Greg Sorkin.

COLT 2007.
[BDHLZ05] Reductions Between Classification Tasks

by Alina Beygelzimer, Varsha Dani, Tom Hayes, John Langford and Bianca Zadronzny.

ICML, 2005.
[BKNS04] Policy search by dynamic programming

by J. Andrew Bagnell, Sham Kakade, Andrew Y. Ng and Jeff Schneider.

NIPS 2004.
[BNJ03] Latent Dirichlet allocation

by Dave Blei, Andrew Ng and Michael Jordan.

JMLR, 2003. (You can ignore Section 5 (Inference and Parameter Estimation)).
[GE03] An Introduction to Variable and Feature Selection

by Isabelle Guyon and Andre Elisseeff.

JMLR 2003.
[GS04] Finding scientific topics

by Tom Griffiths and Mark Steyvers.

PNAS, 2004.
[J04] Graphical models

by Michael I. Jordan.

Statistical Science 2004.
[KKJ03] Exploration in Metric State Spaces

by Sham Kakade, Michael Kearns, and John Langford.

ICML 2003.
[KSD06] Learning Low-Rank Kernel Matrices

by Brian Kulis, Matyas Sustik, Inderjit Dhillon.

ICML 2006.
[L03] Gaussian Process Latent Variable Models for Visualisation of High Dimensional Data

by Neil Lawrence.

NIPS 2003.
[L05] Tutorial on Practical Prediction Theory for Classification

by John Langford.

JMLR 2005.
[M03] Simplified PAC-Bayesian Margin Bounds

by David McAllester.

COLT 2003.
[MPKWJW05] Simple Algorithms for Complex Relation Extraction with Applications to Biomedical IE

by R. McDonald, F. Pereira, S. Kulick, S. Winters, Y. Jin, and P. White.

ACL 2005.
[N06] Linear algebra review and reference

by Andrew Ng.

Draft tutorial, 2006.
[NG00] PEGASUS: A policy search method for large MDPs and POMDPs

by Andrew Y. Ng and Michael I. Jordan.

UAI 2000.
[NMM06] Semi-supervised Text Classification Using EM

by Kamal Nigam, Andrew McCallum and Tom Mitchell.

In Semi-supervised Learning, 2006.
[PS07] Policy Gradient Methods for Robotics

by Jan Peters and Stefan Schaal.

IROS 2006.
[Q86] Induction of Decision Trees

by J.R. Quinlan.

MLJ, 1986.
[S99] Perceptron, Winnow, and PAC Learning

by R. Servedio.

COLT 1999.
[SB98] Reinforcement Learning: An Introduction

by Rich Sutton and Andrew Barto.

MIT Press, 1998.
[SM06] An Introduction to Condition Random Fields for Relational Learning

by Charles Sutton and Andrew McCallum.

Book Chapter in Introduction to Statistical Relational Learning, 2006.
[SWHSL06] Spectral methods for dimensionality reduction

by L. Saul, K. Weinberger, J. Ham, F. Sha and D. Lee.

In "Semisupervised learning" 2006.
[T08] Dirichlet Processes

by Yee Whye Teh.

Draft tutorial, 2008.
[TDR07] Bayesian Agglomerative Clustering with Coalescents

by Yee Whye Teh, Hal Daumé III and Daniel Roy

NIPS 2007.
[WBS06] Distance Metric Learning for Large Margin Nearest Neighbor Classification

by Kilian Weinberger, John Blitzer and Lawrence Saul.

NIPS 2006.
[WSZS07] Graph Laplacian methods for large-scale semidefinite programming, with an application to sensor localization

by Kilian Weinberger, Fei Sha, Qihui Zhu and Lawrence Saul.

NIPS 2007.
[ZGL03] Semi-supervised learning using Gaussian fields and harmonic functions

by Xiaojin Zhu, Zoubin Ghahramani, and John Lafferty.

ICML 2003.