<?xml version="1.0" encoding="UTF-8"?>

<rdf:RDF
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
   xmlns="http://purl.org/rss/1.0/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:prism="http://prismstandard.org/namespaces/1.2/basic/"
   xmlns:dcterms="http://purl.org/dc/terms/"

>
<channel rdf:about="http://www.citeulike.org/about">
<pubDate>Sat, 26 Jul 2008 08:00:06 BST</pubDate>


	<title>CiteULike: pdlug's learning</title>
	<description>CiteULike: pdlug's learning</description>


	<link>http://www.citeulike.org/user/pdlug/tag/learning</link>
	<dc:publisher>CiteULike.org</dc:publisher>
	<dc:language>en-gb</dc:language>
	<dc:rights>Copyright &#169; 2004-2008 citeulike.org</dc:rights>
	<items>
    <rdf:Seq>
        <rdf:li rdf:resource="http://www.citeulike.org/user/pdlug/article/637675"/>
        <rdf:li rdf:resource="http://www.citeulike.org/user/pdlug/article/2774250"/>
        <rdf:li rdf:resource="http://www.citeulike.org/user/pdlug/article/1005968"/>
        <rdf:li rdf:resource="http://www.citeulike.org/user/pdlug/article/167581"/>
        <rdf:li rdf:resource="http://www.citeulike.org/user/pdlug/article/297799"/>
        <rdf:li rdf:resource="http://www.citeulike.org/user/pdlug/article/148945"/>
        <rdf:li rdf:resource="http://www.citeulike.org/user/pdlug/article/161814"/>

	</rdf:Seq>
	</items>
	</channel>


<item rdf:about="http://www.citeulike.org/user/pdlug/article/637675">
    <title>Semi-Markov Conditional Random Fields for Information Extraction</title>
    <link>http://www.citeulike.org/user/pdlug/article/637675</link>
    <description>&lt;i&gt;&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;We describe semi-Markov conditional random fields (semi-CRFs), a conditionally trained version of semi-Markov chains. Intuitively, a semiCRF on an input sequence x outputs a &#34;segmentation&#34; of x, in which labels are assigned to segments (i.e., subsequences) of x rather than to individual elements x i of x. Importantly, features for semi-CRFs can measure properties of segments, and transitions within a segment can be non-Markovian. In spite of this additional power, exact learning and...</description>
    <dc:title>Semi-Markov Conditional Random Fields for Information Extraction</dc:title>

    <dc:creator>Sunita Sarawagi</dc:creator>
    <dc:creator>William Cohen</dc:creator>
    <dc:date>2006-05-17T05:43:12-00:00</dc:date>
    <prism:category>crf</prism:category>
    <prism:category>informationextraction</prism:category>
    <prism:category>learning</prism:category>
    <prism:category>markov</prism:category>
</item>



<item rdf:about="http://www.citeulike.org/user/pdlug/article/2774250">
    <title>Learning Multiple Graphs for Document Recommendations</title>
    <link>http://www.citeulike.org/user/pdlug/article/2774250</link>
    <description>&lt;i&gt;(21 April 2008)&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;The Web offers rich relational data with different semantics. In this paper, we address the problem of document recommendation in a digital library, where the documents in question are networked by citations and are associated with other entities by various relations. Due to the sparsity of a single graph and noise in graph construction, we propose a new method for combining multiple graphs to measure document similarities, where different factorization strategies are used based on the nature of different graphs. In particular, the new method seeks a single low-dimensional embedding of documents that captures their relative similarities in a latent space. Based on the obtained embedding, a new recommendation framework is developed using semi-supervised learning on graphs. In addition, we address the scalability issue and propose an incremental algorithm. The new incremental method significantly improves the efficiency by calculating the embedding for new incoming documents only. The new batch and incremental methods are evaluated on two real world datasets prepared from CiteSeer. Experiments demonstrate significant quality improvement for our batch method and significant efficiency improvement with tolerable quality loss for our incremental method.</description>
    <dc:title>Learning Multiple Graphs for Document Recommendations</dc:title>

    <dc:creator>Ding Zhou</dc:creator>
    <dc:creator>Shenghuo Zhu</dc:creator>
    <dc:creator>Kai Yu</dc:creator>
    <dc:creator>Xiaodan Song</dc:creator>
    <dc:creator>Belle Tseng</dc:creator>
    <dc:creator>Hongyuan Zha</dc:creator>
    <dc:creator>Lee Giles(</dc:creator>
    <dc:source>(21 April 2008)</dc:source>
    <dc:date>2008-05-09T04:14:29-00:00</dc:date>
    <prism:publicationYear>2008</prism:publicationYear>
    <prism:category>graph</prism:category>
    <prism:category>learning</prism:category>
    <prism:category>machine-learning</prism:category>
    <prism:category>network</prism:category>
    <prism:category>recommendation</prism:category>
</item>



<item rdf:about="http://www.citeulike.org/user/pdlug/article/1005968">
    <title>Conditional Random Fields: Probabilistic Models for Segmenting and Labeling Sequence Data</title>
    <link>http://www.citeulike.org/user/pdlug/article/1005968</link>
    <description>&lt;i&gt;(2001), pp. 282-289.&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;We present conditional random elds, a framework for building probabilistic models to segment and label sequence data. Conditional random fields offer several advantages over hidden Markov models and stochastic grammars for such tasks, including the ability to relax strong independence assumptions made in those models. Conditional random fields also avoid a fundamental limitation of maximum entropy Markov models (MEMMs) and other discriminative Markov models based on directed...</description>
    <dc:title>Conditional Random Fields: Probabilistic Models for Segmenting and Labeling Sequence Data</dc:title>

    <dc:creator>John Lafferty</dc:creator>
    <dc:creator>Andrew Mccallum</dc:creator>
    <dc:creator>Fernando Pereira</dc:creator>
    <dc:source>(2001), pp. 282-289.</dc:source>
    <dc:date>2006-12-21T15:17:59-00:00</dc:date>
    <prism:publicationYear>2001</prism:publicationYear>
    <prism:startingPage>282</prism:startingPage>
    <prism:endingPage>289</prism:endingPage>
    <prism:publisher>Morgan Kaufmann, San Francisco, CA</prism:publisher>
    <prism:category>crf</prism:category>
    <prism:category>learning</prism:category>
    <prism:category>machine-learning</prism:category>
    <prism:category>probability</prism:category>
</item>



<item rdf:about="http://www.citeulike.org/user/pdlug/article/167581">
    <title>Pattern Classification (2nd Edition)</title>
    <link>http://www.citeulike.org/user/pdlug/article/167581</link>
    <description>&lt;i&gt;(21 November 2000)&lt;/i&gt;</description>
    <dc:title>Pattern Classification (2nd Edition)</dc:title>

    <dc:creator>Richard Duda</dc:creator>
    <dc:creator>Peter Hart</dc:creator>
    <dc:creator>David Stork</dc:creator>
    <dc:source>(21 November 2000)</dc:source>
    <dc:date>2005-04-22T17:32:18-00:00</dc:date>
    <prism:publicationYear>2000</prism:publicationYear>
    <prism:publisher>Wiley-Interscience</prism:publisher>
    <prism:category>classification</prism:category>
    <prism:category>compsci</prism:category>
    <prism:category>cs</prism:category>
    <prism:category>informationretrieval</prism:category>
    <prism:category>ir</prism:category>
    <prism:category>learning</prism:category>
    <prism:category>machinelearning</prism:category>
</item>



<item rdf:about="http://www.citeulike.org/user/pdlug/article/297799">
    <title>Introduction to Machine Learning (Adaptive Computation and Machine Learning)</title>
    <link>http://www.citeulike.org/user/pdlug/article/297799</link>
    <description>&lt;i&gt;(01 October 2004)&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;The goal of machine learning is to program computers to use example data or past experience to solve a given problem. Many successful applications of machine learning exist already, including systems that analyze past sales data to predict customer behavior, recognize faces or spoken speech, optimize robot behavior so that a task can be completed using minimum resources, and extract knowledge from bioinformatics data. &#60;i&#62;Introduction to Machine Learning&#60;/i&#62; is a comprehensive textbook on the subject, covering a broad array of topics not usually included in introductory machine learning texts. It discusses many methods based in different fields, including statistics, pattern recognition, neural networks, artificial intelligence, signal processing, control, and data mining, in order to present a unified treatment of machine learning problems and solutions. All learning algorithms are explained so that the student can easily move from the equations in the book to a computer program. The book can be used by advanced undergraduates and graduate students who have completed courses in computer programming, probability, calculus, and linear algebra. It will also be of interest to engineers in the field who are concerned with the application of machine learning methods.&#60;br /&#62; &#60;br /&#62; After an introduction that defines machine learning and gives examples of machine learning applications, the book covers supervised learning, Bayesian decision theory, parametric methods, multivariate methods, dimensionality reduction, clustering, nonparametric methods, decision trees, linear discrimination, multilayer perceptrons, local models, hidden Markov models, assessing and comparing classification algorithms, combining multiple learners, and reinforcement learning.</description>
    <dc:title>Introduction to Machine Learning (Adaptive Computation and Machine Learning)</dc:title>

    <dc:creator>Ethem Alpaydin</dc:creator>
    <dc:source>(01 October 2004)</dc:source>
    <dc:date>2005-08-18T18:36:42-00:00</dc:date>
    <prism:publicationYear>2004</prism:publicationYear>
    <prism:publisher>The MIT Press</prism:publisher>
    <prism:category>ai</prism:category>
    <prism:category>book</prism:category>
    <prism:category>compsci</prism:category>
    <prism:category>cs</prism:category>
    <prism:category>learning</prism:category>
    <prism:category>machinelearning</prism:category>
    <prism:category>machine-learning</prism:category>
</item>



<item rdf:about="http://www.citeulike.org/user/pdlug/article/148945">
    <title>Machine Learning</title>
    <link>http://www.citeulike.org/user/pdlug/article/148945</link>
    <description>&lt;i&gt;(01 March 1997)&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;This book covers the field of machine learning, which is the study of algorithms that allow computer programs to automatically improve through experience. The book is intended to support upper level undergraduate and introductory level graduate courses in machine learning.</description>
    <dc:title>Machine Learning</dc:title>

    <dc:creator>Tom Mitchell</dc:creator>
    <dc:source>(01 March 1997)</dc:source>
    <dc:date>2005-04-03T20:00:27-00:00</dc:date>
    <prism:publicationYear>1997</prism:publicationYear>
    <prism:publisher>McGraw-Hill Science/Engineering/Math</prism:publisher>
    <prism:category>book</prism:category>
    <prism:category>classification</prism:category>
    <prism:category>compsci</prism:category>
    <prism:category>cs</prism:category>
    <prism:category>ir</prism:category>
    <prism:category>learning</prism:category>
    <prism:category>machinelearning</prism:category>
    <prism:category>machine-learning</prism:category>
</item>



<item rdf:about="http://www.citeulike.org/user/pdlug/article/161814">
    <title>The Elements of Statistical Learning</title>
    <link>http://www.citeulike.org/user/pdlug/article/161814</link>
    <description>&lt;i&gt;(09 August 2001)&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;During the past decade there has been an explosion in computation and information technology. With it has come vast amounts of data in a variety of fields such as medicine, biology, finance, and marketing. The challenge of understanding these data has led to the development of new tools in the field of statistics, and spawned new areas such as data mining, machine learning, and bioinformatics. Many of these tools have common underpinnings but are often expressed with different terminology. This book descibes theimprtant ideas in these areas ina common conceptual framework. While the approach is statistical, the emphasis is on concepts rather than mathematics. Many examples are given, with a liberal use of color graphics. It should be a vluable resource for statisticians and anyone interested in data mining in science or industry. The book's coverage is broad, from supervised learing (prediction) to unsupervised learning. The many topics include neural networks, support vector machines, classification trees and boosting--the first comprehensive treatment of this topic in any book. Trevor Hastie, Robert Tibshirani, and Jerome Friedman are professors of statistics at Stanford University. They are prominent researchers in this area: Hastie and Tibshirani developed generalized additive models and wrote a popular book of that title. Hastie wrote much of the statistical modeling software in S-PLUS and invented principal curves and surfaces. Tibshirani proposed the Lasso and is co-author of the very successful An Introduction to the Bootstrap. Friedman is the co-inventor of many data-mining tools including CART, MARS, and projection pursuit.</description>
    <dc:title>The Elements of Statistical Learning</dc:title>

    <dc:creator>T Hastie</dc:creator>
    <dc:creator>R Tibshirani</dc:creator>
    <dc:creator>JH Friedman</dc:creator>
    <dc:source>(09 August 2001)</dc:source>
    <dc:date>2005-04-15T14:57:05-00:00</dc:date>
    <prism:publicationYear>2001</prism:publicationYear>
    <prism:publisher>Springer</prism:publisher>
    <prism:category>book</prism:category>
    <prism:category>compsci</prism:category>
    <prism:category>cs</prism:category>
    <prism:category>informationretrieval</prism:category>
    <prism:category>ir</prism:category>
    <prism:category>learning</prism:category>
    <prism:category>math</prism:category>
    <prism:category>statistics</prism:category>
    <prism:category>stats</prism:category>
</item>



</rdf:RDF>

