<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel rdf:about="http://blogmarks.net/api/marks/tag/machine learning">
<title>Public marks with tag &quot;machine learning&quot;</title>
<description>Public marks with tag &quot;machine learning&quot;</description>
<link>http://blogmarks.net/marks/tag/machine learning</link>
<items><rdf:Seq><rdf:li resource="http://blogmarks.net/api/user/ogrisel/mark/1058032351"/>
<rdf:li resource="http://blogmarks.net/api/user/ogrisel/mark/1057941232"/>
<rdf:li resource="http://blogmarks.net/api/user/ogrisel/mark/1057941209"/>
<rdf:li resource="http://blogmarks.net/api/user/ogrisel/mark/1057933311"/>
<rdf:li resource="http://blogmarks.net/api/user/ogrisel/mark/1057893335"/>
<rdf:li resource="http://blogmarks.net/api/user/ogrisel/mark/1057892357"/>
<rdf:li resource="http://blogmarks.net/api/user/ogrisel/mark/1057892125"/>
<rdf:li resource="http://blogmarks.net/api/user/ogrisel/mark/1057892043"/>
<rdf:li resource="http://blogmarks.net/api/user/ogrisel/mark/1057681159"/>
<rdf:li resource="http://blogmarks.net/api/user/ogrisel/mark/1057386296"/>
<rdf:li resource="http://blogmarks.net/api/user/ogrisel/mark/1057346293"/>
<rdf:li resource="http://blogmarks.net/api/user/ogrisel/mark/1057309660"/>
<rdf:li resource="http://blogmarks.net/api/user/ogrisel/mark/1057285084"/>
<rdf:li resource="http://blogmarks.net/api/user/ogrisel/mark/1057283314"/>
<rdf:li resource="http://blogmarks.net/api/user/ogrisel/mark/2685158"/>
<rdf:li resource="http://blogmarks.net/api/user/ogrisel/mark/2658420"/>
<rdf:li resource="http://blogmarks.net/api/user/ogrisel/mark/2285819"/>
<rdf:li resource="http://blogmarks.net/api/user/bcpbcp/mark/384706"/>
</rdf:Seq></items>
</channel>
<item rdf:about="http://blogmarks.net/api/user/ogrisel/mark/1058032351">
<title>Conditional Random Fields</title>
<link>http://www.inference.phy.cam.ac.uk/hmw26/crf/</link>
<description>Conditional random fields (CRFs) are a probabilistic framework for labeling and segmenting structured data, such as sequences, trees and lattices. The underlying idea is that of defining a conditional probability distribution over label sequences given a particular observation sequence, rather than a joint distribution over both label and observation sequences. The primary advantage of CRFs over hidden Markov models is their conditional nature, resulting in the relaxation of the independence assumptions required by HMMs in order to ensure tractable inference. Additionally, CRFs avoid the label bias problem, a weakness exhibited by maximum entropy Markov models (MEMMs) and other conditional Markov models based on directed graphical models. CRFs outperform both MEMMs and HMMs on a number of real-world tasks in many fields, including bioinformatics, computational linguistics and speech recognition.</description>
<dc:date>2008-10-23T15:06:26Z</dc:date>
<dc:author>ogrisel</dc:author>
<dc:subject>crf, conditional random fields, machine learning, ai, tutorial</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.inference.phy.cam.ac.uk/hmw26/crf/"><img border="0" src="http://blogmarks.net/screenshots/2008/10/23/a0f1d2225180fcda66ef4516260e1b32.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.inference.phy.cam.ac.uk/hmw26/crf/">Conditional Random Fields</a></h4>
 
by <a href="http://blogmarks.net/user/ogrisel">ogrisel</a> 
<p class="description">Conditional random fields (CRFs) are a probabilistic framework for labeling and segmenting structured data, such as sequences, trees and lattices. The underlying idea is that of defining a conditional probability distribution over label sequences given a particular observation sequence, rather than a joint distribution over both label and observation sequences. The primary advantage of CRFs over hidden Markov models is their conditional nature, resulting in the relaxation of the independence assumptions required by HMMs in order to ensure tractable inference. Additionally, CRFs avoid the label bias problem, a weakness exhibited by maximum entropy Markov models (MEMMs) and other conditional Markov models based on directed graphical models. CRFs outperform both MEMMs and HMMs on a number of real-world tasks in many fields, including bioinformatics, computational linguistics and speech recognition.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/crf">crf</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/conditional%2Brandom%2Bfields">conditional random fields</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/machine%2Blearning">machine learning</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/ai">ai</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/tutorial">tutorial</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058032351">Copy</a> | 
<a href="http://blogmarks.net/link/2942629">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/ogrisel/mark/1057941232">
<title>Dbn_Tutorial</title>
<link>http://www.gatsby.ucl.ac.uk/~berkes/docs/dbn_tutorial.html</link>
<description>Topics: Energy models, causal generative models vs. energy models in overcomplete ICA, contrastive divergence learning, score matching, restricted Boltzmann machines, deep belief networks </description>
<dc:date>2008-08-09T12:14:30Z</dc:date>
<dc:author>ogrisel</dc:author>
<dc:subject>generative, deep learning, machine learning, DBN, RBM, tutorial</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.gatsby.ucl.ac.uk/~berkes/docs/dbn_tutorial.html"><img border="0" src="http://blogmarks.net/screenshots/2008/08/09/9ebd580f2927885beeb6aa4fee5618e7.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.gatsby.ucl.ac.uk/~berkes/docs/dbn_tutorial.html">Dbn_Tutorial</a></h4>
 
by <a href="http://blogmarks.net/user/ogrisel">ogrisel</a> 
<p class="description">Topics: Energy models, causal generative models vs. energy models in overcomplete ICA, contrastive divergence learning, score matching, restricted Boltzmann machines, deep belief networks </p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/generative">generative</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/deep%2Blearning">deep learning</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/machine%2Blearning">machine learning</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/DBN">DBN</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/RBM">RBM</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/tutorial">tutorial</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057941232">Copy</a> | 
<a href="http://blogmarks.net/link/2861629">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/ogrisel/mark/1057941209">
<title>Modular toolkit for Data Processing (MDP)</title>
<link>http://mdp-toolkit.sourceforge.net/index.html</link>
<description>Modular toolkit for Data Processing (MDP) is a Python data processing framework. Implemented algorithms include: Principal Component Analysis (PCA), Independent Component Analysis (ICA), Slow Feature Analysis (SFA), Independent Slow Feature Analysis (ISFA), Growing Neural Gas (GNG), Factor Analysis, Fisher Discriminant Analysis (FDA), Gaussian Classifiers, and Restricted Boltzmann Machines. Read the full list. </description>
<dc:date>2008-08-09T11:33:03Z</dc:date>
<dc:author>ogrisel</dc:author>
<dc:subject>python, programming, machine learning, RBM. DBN, deep learning, open source</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://mdp-toolkit.sourceforge.net/index.html"><img border="0" src="http://blogmarks.net/screenshots/2008/08/09/980cf06b438ac44242b6051b62e02a18.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://mdp-toolkit.sourceforge.net/index.html">Modular toolkit for Data Processing (MDP)</a></h4>
 
by <a href="http://blogmarks.net/user/ogrisel">ogrisel</a> 
<p class="description">Modular toolkit for Data Processing (MDP) is a Python data processing framework. Implemented algorithms include: Principal Component Analysis (PCA), Independent Component Analysis (ICA), Slow Feature Analysis (SFA), Independent Slow Feature Analysis (ISFA), Growing Neural Gas (GNG), Factor Analysis, Fisher Discriminant Analysis (FDA), Gaussian Classifiers, and Restricted Boltzmann Machines. Read the full list. </p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/python">python</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/programming">programming</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/machine%2Blearning">machine learning</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/RBM.%2BDBN">RBM. DBN</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/deep%2Blearning">deep learning</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/open%2Bsource">open source</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057941209">Copy</a> | 
<a href="http://blogmarks.net/link/2861609">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/ogrisel/mark/1057933311">
<title>lasvm [Léon Bottou]</title>
<link>http://leon.bottou.org/projects/lasvm/</link>
<description>LASVM is an approximate SVM solver that uses online approximation. It reaches accuracies similar to that of a real SVM after performing a single sequential pass through the training examples. Further benefits can be achieved using selective sampling techniques to choose which example should be considered next.

As show in the graph, LASVM requires considerably less memory than a regular SVM solver. This becomes a considerable speed advantage for large training sets. In fact LASVM has been used to train a 10 class SVM classifier with 8 million examples on a single processor. </description>
<dc:date>2008-08-01T18:05:06Z</dc:date>
<dc:author>ogrisel</dc:author>
<dc:subject>online, memory, svm, support vector machines, machine learning, scalability</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://leon.bottou.org/projects/lasvm/"><img border="0" src="http://blogmarks.net/screenshots/2008/08/01/4afb640ed89efc401932b112f18776e4.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://leon.bottou.org/projects/lasvm/">lasvm [Léon Bottou]</a></h4>
 
by <a href="http://blogmarks.net/user/ogrisel">ogrisel</a> 
<p class="description">LASVM is an approximate SVM solver that uses online approximation. It reaches accuracies similar to that of a real SVM after performing a single sequential pass through the training examples. Further benefits can be achieved using selective sampling techniques to choose which example should be considered next.

As show in the graph, LASVM requires considerably less memory than a regular SVM solver. This becomes a considerable speed advantage for large training sets. In fact LASVM has been used to train a 10 class SVM classifier with 8 million examples on a single processor. </p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/online">online</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/memory">memory</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/svm">svm</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/support%2Bvector%2Bmachines">support vector machines</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/machine%2Blearning">machine learning</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/scalability">scalability</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057933311">Copy</a> | 
<a href="http://blogmarks.net/link/2854768">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/ogrisel/mark/1057893335">
<title>An Empirical Evaluation of Deep Architectures on Problems with Many Factors of Variation  [PDF]</title>
<link>http://www.machinelearning.org/proceedings/icml2007/papers/331.pdf</link>
<description>Recently, several learning algorithms relying on models with deep architectures have
been proposed. Though they have demonstrated impressive performance, to date, they
have only been evaluated on relatively simple problems such as digit recognition in a controlled environment, for which many machine
learning algorithms already report reasonable results. Here, we present a series of experiments which indicate that these models show
promise in solving harder learning problems that exhibit many factors of variation. These
models are compared with well-established algorithms such as Support Vector Machines
and single hidden-layer feed-forward neural networks.
</description>
<dc:date>2008-06-25T19:44:04Z</dc:date>
<dc:author>ogrisel</dc:author>
<dc:subject>deep learning, machine learning, ai, paper</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.machinelearning.org/proceedings/icml2007/papers/331.pdf"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.machinelearning.org/proceedings/icml2007/papers/331.pdf">An Empirical Evaluation of Deep Architectures on Problems with Many Factors of Variation  [PDF]</a></h4>
 
by <a href="http://blogmarks.net/user/ogrisel">ogrisel</a> 
<p class="description">Recently, several learning algorithms relying on models with deep architectures have
been proposed. Though they have demonstrated impressive performance, to date, they
have only been evaluated on relatively simple problems such as digit recognition in a controlled environment, for which many machine
learning algorithms already report reasonable results. Here, we present a series of experiments which indicate that these models show
promise in solving harder learning problems that exhibit many factors of variation. These
models are compared with well-established algorithms such as Support Vector Machines
and single hidden-layer feed-forward neural networks.
</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/deep%2Blearning">deep learning</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/machine%2Blearning">machine learning</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/ai">ai</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/paper">paper</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057893335">Copy</a> | 
<a href="http://blogmarks.net/link/2822361">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/ogrisel/mark/1057892357">
<title>YouTube - Visual Perception with Deep Learning</title>
<link>http://www.youtube.com/watch?v=3boKlkPBckA</link>
<description>A long-term goal of Machine Learning research is to solve highly
complex &quot;intelligent&quot; tasks, such as visual perception auditory
perception, and language understanding. To reach that goal, the ML
community must solve two problems: the Deep Learning Problem, and the
Partition Function Problem.

There is considerable theoretical and empirical evidence that complex
tasks, such as invariant object recognition in vision, require &quot;deep&quot;
architectures, composed of multiple layers of trainable non-linear
modules. The Deep Learning Problem is related to the difficulty of
training such deep architectures.

Several methods have recently been proposed to train (or pre-train)
deep architectures in an unsupervised fashion. Each layer of the deep
architecture is composed of an encoder which computes a feature vector
from the input, and a decoder which reconstructs the input from the
features. A large number of such layers can be stacked and trained
sequentially, thereby learning a deep hierarchy of features with
increasing levels of abstraction. The training of each layer can be
seen as shaping an energy landscape with low valleys around the
training samples and high plateaus everywhere else. Forming these
high plateaus constitute the so-called Partition Function problem.

A particular class of methods for deep energy-based unsupervised
learning will be described that solves the Partition Function problem
by imposing sparsity constraints on the features. The method can learn
multiple levels of sparse and overcomplete representations of
data. When applied to natural image patches, the method produces
hierarchies of filters similar to those found in the mammalian visual
cortex.

An application to category-level object recognition with invariance to
pose and illumination will be described (with a live demo). Another
application to vision-based navigation for off-road mobile robots will
be described (with videos). The system autonomously learns to
discriminate obstacles from traversable areas at long range.
</description>
<dc:date>2008-06-24T21:12:33Z</dc:date>
<dc:author>ogrisel</dc:author>
<dc:subject>hierarchy, layer, deep learning, machine learning, ai, video, lecun</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.youtube.com/watch?v=3boKlkPBckA"><img border="0" src="http://blogmarks.net/screenshots/2008/06/24/55b7a861fdbc2abdd30dd67b8ae3feaa.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.youtube.com/watch?v=3boKlkPBckA">YouTube - Visual Perception with Deep Learning</a></h4>
 
by <a href="http://blogmarks.net/user/ogrisel">ogrisel</a> 
<p class="description">A long-term goal of Machine Learning research is to solve highly
complex "intelligent" tasks, such as visual perception auditory
perception, and language understanding. To reach that goal, the ML
community must solve two problems: the Deep Learning Problem, and the
Partition Function Problem.

There is considerable theoretical and empirical evidence that complex
tasks, such as invariant object recognition in vision, require "deep"
architectures, composed of multiple layers of trainable non-linear
modules. The Deep Learning Problem is related to the difficulty of
training such deep architectures.

Several methods have recently been proposed to train (or pre-train)
deep architectures in an unsupervised fashion. Each layer of the deep
architecture is composed of an encoder which computes a feature vector
from the input, and a decoder which reconstructs the input from the
features. A large number of such layers can be stacked and trained
sequentially, thereby learning a deep hierarchy of features with
increasing levels of abstraction. The training of each layer can be
seen as shaping an energy landscape with low valleys around the
training samples and high plateaus everywhere else. Forming these
high plateaus constitute the so-called Partition Function problem.

A particular class of methods for deep energy-based unsupervised
learning will be described that solves the Partition Function problem
by imposing sparsity constraints on the features. The method can learn
multiple levels of sparse and overcomplete representations of
data. When applied to natural image patches, the method produces
hierarchies of filters similar to those found in the mammalian visual
cortex.

An application to category-level object recognition with invariance to
pose and illumination will be described (with a live demo). Another
application to vision-based navigation for off-road mobile robots will
be described (with videos). The system autonomously learns to
discriminate obstacles from traversable areas at long range.
</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/hierarchy">hierarchy</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/layer">layer</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/deep%2Blearning">deep learning</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/machine%2Blearning">machine learning</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/ai">ai</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/video">video</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/lecun">lecun</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057892357">Copy</a> | 
<a href="http://blogmarks.net/link/2821458">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/ogrisel/mark/1057892125">
<title>DeepLearningWorkshopNIPS2007 &lt; Public &lt; TWiki</title>
<link>http://www.iro.umontreal.ca/~lisa/twiki/bin/view.cgi/Public/DeepLearningWorkshopNIPS2007</link>
<description>Theoretical results strongly suggest that in order to learn the kind of complicated functions that can represent high-level abstractions (e.g. in vision, language, and other AI-level tasks), one may need &quot;deep architectures&quot;, which are composed of multiple levels of non-linear operations (such as in neural nets with many hidden layers). Searching the parameter space of deep architectures is a difficult optimization task, but learning algorithms (e.g. Deep Belief Networks) have recently been proposed to tackle this problem with notable success, beating the state-of-the-art in certain areas.

This workshop is intended to bring together researchers interested in the question of deep learning in order to review the current algorithms' principles and successes, but also to identify the challenges, and to formulate promising directions of investigation. Besides the algorithms themselves, there are many fundamental questions that need to be addressed: What would be a good formalization of deep learning? What new ideas could be exploited to make further inroads to that difficult optimization problem? What makes a good high-level representation or abstraction? What type of problem is deep learning appropriate for? 

The workshop presentation page show selected links to relevant papers (PDF) on the topic.</description>
<dc:date>2008-06-24T14:18:01Z</dc:date>
<dc:author>ogrisel</dc:author>
<dc:subject>optimization, ideas, workshop, deep learning, machine learning</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.iro.umontreal.ca/~lisa/twiki/bin/view.cgi/Public/DeepLearningWorkshopNIPS2007"><img border="0" src="http://blogmarks.net/screenshots/2008/06/24/cea719358459e2b9b2b7c9f11ce54a6b.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.iro.umontreal.ca/~lisa/twiki/bin/view.cgi/Public/DeepLearningWorkshopNIPS2007">DeepLearningWorkshopNIPS2007 &lt; Public &lt; TWiki</a></h4>
 
by <a href="http://blogmarks.net/user/ogrisel">ogrisel</a> 
<p class="description">Theoretical results strongly suggest that in order to learn the kind of complicated functions that can represent high-level abstractions (e.g. in vision, language, and other AI-level tasks), one may need "deep architectures", which are composed of multiple levels of non-linear operations (such as in neural nets with many hidden layers). Searching the parameter space of deep architectures is a difficult optimization task, but learning algorithms (e.g. Deep Belief Networks) have recently been proposed to tackle this problem with notable success, beating the state-of-the-art in certain areas.

This workshop is intended to bring together researchers interested in the question of deep learning in order to review the current algorithms' principles and successes, but also to identify the challenges, and to formulate promising directions of investigation. Besides the algorithms themselves, there are many fundamental questions that need to be addressed: What would be a good formalization of deep learning? What new ideas could be exploited to make further inroads to that difficult optimization problem? What makes a good high-level representation or abstraction? What type of problem is deep learning appropriate for? 

The workshop presentation page show selected links to relevant papers (PDF) on the topic.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/optimization">optimization</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/ideas">ideas</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/workshop">workshop</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/deep%2Blearning">deep learning</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/machine%2Blearning">machine learning</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057892125">Copy</a> | 
<a href="http://blogmarks.net/link/2821239">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/ogrisel/mark/1057892043">
<title>YouTube - The Next Generation of Neural Networks</title>
<link>http://www.youtube.com/watch?v=AyzOUbkUf3M</link>
<description>In the 1980's, new learning algorithms for neural networks promised to
solve difficult classification tasks, like speech or object recognition,
by learning many layers of non-linear features. The results were
disappointing for two reasons: There was never enough labeled data to
learn millions of complicated features and the learning was much too slow
in deep neural networks with many layers of features. These problems can
now be overcome by learning one layer of features at a time and by
changing the goal of learning. Instead of trying to predict the labels,
the learning algorithm tries to create a generative model that produces
data which looks just like the unlabeled training data. These new neural
networks outperform other machine learning methods when labeled data is
scarce but unlabeled data is plentiful. An application to very fast
document retrieval will be described.</description>
<dc:date>2008-06-24T14:56:13Z</dc:date>
<dc:author>ogrisel</dc:author>
<dc:subject>hinton, google tech talks, machine learning, generative, video, layer, deep neural networks, deep belief networks, ai, deep learning</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.youtube.com/watch?v=AyzOUbkUf3M"><img border="0" src="http://blogmarks.net/screenshots/2008/06/24/2c968db3ac05b4158f8146b0fdae916b.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.youtube.com/watch?v=AyzOUbkUf3M">YouTube - The Next Generation of Neural Networks</a></h4>
 
by <a href="http://blogmarks.net/user/ogrisel">ogrisel</a> 
<p class="description">In the 1980's, new learning algorithms for neural networks promised to
solve difficult classification tasks, like speech or object recognition,
by learning many layers of non-linear features. The results were
disappointing for two reasons: There was never enough labeled data to
learn millions of complicated features and the learning was much too slow
in deep neural networks with many layers of features. These problems can
now be overcome by learning one layer of features at a time and by
changing the goal of learning. Instead of trying to predict the labels,
the learning algorithm tries to create a generative model that produces
data which looks just like the unlabeled training data. These new neural
networks outperform other machine learning methods when labeled data is
scarce but unlabeled data is plentiful. An application to very fast
document retrieval will be described.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/hinton">hinton</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/google%2Btech%2Btalks">google tech talks</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/machine%2Blearning">machine learning</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/generative">generative</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/video">video</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/layer">layer</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/deep%2Bneural%2Bnetworks">deep neural networks</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/deep%2Bbelief%2Bnetworks">deep belief networks</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/ai">ai</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/deep%2Blearning">deep learning</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057892043">Copy</a> | 
<a href="http://blogmarks.net/link/2821168">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/ogrisel/mark/1057681159">
<title>Vincent Zoonekynd's Blog</title>
<link>http://zoonek.free.fr/blosxom/</link>
<description>Blog on programming, machine learning and financial analysis</description>
<dc:date>2008-01-31T18:59:52Z</dc:date>
<dc:author>ogrisel</dc:author>
<dc:subject>blog, machine learning, financial analysis, time series</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://zoonek.free.fr/blosxom/"><img border="0" src="http://blogmarks.net/screenshots/2008/01/31/891515b0bd89392de38d15c14952cadd.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://zoonek.free.fr/blosxom/">Vincent Zoonekynd's Blog</a></h4>
 
by <a href="http://blogmarks.net/user/ogrisel">ogrisel</a> 
<p class="description">Blog on programming, machine learning and financial analysis</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/blog">blog</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/machine%2Blearning">machine learning</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/financial%2Banalysis">financial analysis</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/time%2Bseries">time series</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057681159">Copy</a> | 
<a href="http://blogmarks.net/link/2654384">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/ogrisel/mark/1057386296">
<title>ICML 2007 - PRELIMINARY VIDEOS FROM THE SPOT</title>
<link>http://videolectures.net/icml07_corvallis/</link>
<description>The 24th Annual International Conference on Machine Learning is being held in conjunction with the 2007 International Conference on Inductive Logic Programming at Oregon State University in Corvallis, Oregon. As a broad subfield of artificial intelligence, machine learning is concerned with the design and development of algorithms and techniques that allow computers to &quot;learn&quot;. At a general level, there are two types of learning: inductive, and deductive.</description>
<dc:date>2007-08-06T08:42:23Z</dc:date>
<dc:author>ogrisel</dc:author>
<dc:subject>programming, conference, video, ai, machine learning, bayesian networks</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://videolectures.net/icml07_corvallis/"><img border="0" src="http://blogmarks.net/screenshots/2007/08/06/df3ce53f32c2a1bf95c1399317050d68.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://videolectures.net/icml07_corvallis/">ICML 2007 - PRELIMINARY VIDEOS FROM THE SPOT</a></h4>
 
by <a href="http://blogmarks.net/user/ogrisel">ogrisel</a> 
<p class="description">The 24th Annual International Conference on Machine Learning is being held in conjunction with the 2007 International Conference on Inductive Logic Programming at Oregon State University in Corvallis, Oregon. As a broad subfield of artificial intelligence, machine learning is concerned with the design and development of algorithms and techniques that allow computers to "learn". At a general level, there are two types of learning: inductive, and deductive.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/programming">programming</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/conference">conference</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/video">video</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/ai">ai</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/machine%2Blearning">machine learning</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/bayesian%2Bnetworks">bayesian networks</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057386296">Copy</a> | 
<a href="http://blogmarks.net/link/2391389">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/ogrisel/mark/1057346293">
<title>Elefant - What is Elefant</title>
<link>https://elefant.developer.nicta.com.au/about</link>
<description>Elefant (Efficient Learning, Large-scale Inference, and Optimisation Toolkit) is an open source library for machine learning

Elefant include modules for many common optimisation problems arising in machine learning and inference. It is designed to be modular and easy to use. Framework provides easy to use python interface, which can be use for quick prototyping and testing inference algorithms.</description>
<dc:date>2007-07-16T16:57:09Z</dc:date>
<dc:author>ogrisel</dc:author>
<dc:subject>python, inference, ai, machine learning, svm, bayesian networks, open source, SciPy, numpy</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="https://elefant.developer.nicta.com.au/about"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="https://elefant.developer.nicta.com.au/about">Elefant - What is Elefant</a></h4>
 
by <a href="http://blogmarks.net/user/ogrisel">ogrisel</a> 
<p class="description">Elefant (Efficient Learning, Large-scale Inference, and Optimisation Toolkit) is an open source library for machine learning

Elefant include modules for many common optimisation problems arising in machine learning and inference. It is designed to be modular and easy to use. Framework provides easy to use python interface, which can be use for quick prototyping and testing inference algorithms.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/python">python</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/inference">inference</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/ai">ai</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/machine%2Blearning">machine learning</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/svm">svm</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/bayesian%2Bnetworks">bayesian networks</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/open%2Bsource">open source</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/SciPy">SciPy</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/numpy">numpy</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057346293">Copy</a> | 
<a href="http://blogmarks.net/link/2358178">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/ogrisel/mark/1057309660">
<title>Amazon.com: &quot;Machine Learning and Its Mathematics, Philosophy &amp; Physics&quot;</title>
<link>http://www.amazon.com/Machine-Learning-Mathematics-Philosophy-Physics/lm/R2L8XSDG2DT9MR/ref=cm_lmt_srch_f_2_rsrssi0/002-1466629-2286433</link>
<description>Interesting reading list on machine learning.</description>
<dc:date>2007-07-03T20:40:28Z</dc:date>
<dc:author>ogrisel</dc:author>
<dc:subject>books, machine learning, ai</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.amazon.com/Machine-Learning-Mathematics-Philosophy-Physics/lm/R2L8XSDG2DT9MR/ref=cm_lmt_srch_f_2_rsrssi0/002-1466629-2286433"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.amazon.com/Machine-Learning-Mathematics-Philosophy-Physics/lm/R2L8XSDG2DT9MR/ref=cm_lmt_srch_f_2_rsrssi0/002-1466629-2286433">Amazon.com: &quot;Machine Learning and Its Mathematics, Philosophy &amp; Physics&quot;</a></h4>
 
by <a href="http://blogmarks.net/user/ogrisel">ogrisel</a> 
<p class="description">Interesting reading list on machine learning.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/books">books</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/machine%2Blearning">machine learning</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/ai">ai</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057309660">Copy</a> | 
<a href="http://blogmarks.net/link/2326422">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/ogrisel/mark/1057285084">
<title>Artificial Intelligence: A Modern Approach</title>
<link>http://aima.eecs.berkeley.edu/</link>
<description>The leading textbook in Artificial Intelligence.
Used in over 1000 universities in 91 countries (over 90% market share).
The 85th most cited publication on Citeseer.</description>
<dc:date>2007-06-21T09:30:10Z</dc:date>
<dc:author>ogrisel</dc:author>
<dc:subject>pdf, book, python, machine learning, ai</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://aima.eecs.berkeley.edu/"><img border="0" src="http://blogmarks.net/screenshots/2007/06/21/eb418a08d502d98f07fde2e5b3c4cf61.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://aima.eecs.berkeley.edu/">Artificial Intelligence: A Modern Approach</a></h4>
 
by <a href="http://blogmarks.net/user/ogrisel">ogrisel</a> 
<p class="description">The leading textbook in Artificial Intelligence.
Used in over 1000 universities in 91 countries (over 90% market share).
The 85th most cited publication on Citeseer.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/pdf">pdf</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/book">book</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/python">python</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/machine%2Blearning">machine learning</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/ai">ai</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057285084">Copy</a> | 
<a href="http://blogmarks.net/link/2304222">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/ogrisel/mark/1057283314">
<title>Temporal difference learning - Wikipedia, the free encyclopedia</title>
<link>http://en.wikipedia.org/wiki/Temporal_difference_learning</link>
<description>Temporal difference learning is a prediction method. It has been mostly used for solving the reinforcement learning problem. &quot;TD learning is a combination of Monte Carlo ideas and dynamic programming (DP) ideas.&quot; [2] TD resembles a Monte Carlo method because it learns by sampling the environment according to some policy. TD is related to dynamic programming techniques because it approximates its current estimate based on previously learned estimates (a process known as bootstrapping). The TD learning algorithm is related to the Temporal difference model of animal learning.</description>
<dc:date>2007-06-20T10:07:11Z</dc:date>
<dc:author>ogrisel</dc:author>
<dc:subject>programming, ideas, machine learning, neuroscience</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://en.wikipedia.org/wiki/Temporal_difference_learning"><img border="0" src="http://blogmarks.net/screenshots/2007/06/20/e02ce21a97d5b81796ea9c2858653c44.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://en.wikipedia.org/wiki/Temporal_difference_learning">Temporal difference learning - Wikipedia, the free encyclopedia</a></h4>
 
by <a href="http://blogmarks.net/user/ogrisel">ogrisel</a> 
<p class="description">Temporal difference learning is a prediction method. It has been mostly used for solving the reinforcement learning problem. "TD learning is a combination of Monte Carlo ideas and dynamic programming (DP) ideas." [2] TD resembles a Monte Carlo method because it learns by sampling the environment according to some policy. TD is related to dynamic programming techniques because it approximates its current estimate based on previously learned estimates (a process known as bootstrapping). The TD learning algorithm is related to the Temporal difference model of animal learning.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/programming">programming</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/ideas">ideas</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/machine%2Blearning">machine learning</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/neuroscience">neuroscience</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057283314">Copy</a> | 
<a href="http://blogmarks.net/link/2302694">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/ogrisel/mark/2685158">
<title>obousquet - ML Videos</title>
<link>http://obousquet.googlepages.com/mlvideos</link>
<description>Online videos of talks or lectures about Machine Learning related topics</description>
<dc:date>2007-05-08T20:46:22Z</dc:date>
<dc:author>ogrisel</dc:author>
<dc:subject>online, machine learning, video, tutorial</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://obousquet.googlepages.com/mlvideos"><img border="0" src="http://blogmarks.net/screenshots/2007/05/08/63be66b44fa9643e209e5499d6a1c661.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://obousquet.googlepages.com/mlvideos">obousquet - ML Videos</a></h4>
 
by <a href="http://blogmarks.net/user/ogrisel">ogrisel</a> 
<p class="description">Online videos of talks or lectures about Machine Learning related topics</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/online">online</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/machine%2Blearning">machine learning</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/video">video</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/tutorial">tutorial</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=2685158">Copy</a> | 
<a href="http://blogmarks.net/link/2209811">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/ogrisel/mark/2658420">
<title>Journal of Machine Learning Research Homepage</title>
<link>http://jmlr.csail.mit.edu/</link>
<description>The Journal of Machine Learning Research (JMLR) provides an international forum for the electronic and paper publication of high-quality scholarly articles in all areas of machine learning. All published papers are freely available online.</description>
<dc:date>2007-04-30T06:50:26Z</dc:date>
<dc:author>ogrisel</dc:author>
<dc:subject>machine learning, journal, mit, pdf, online</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://jmlr.csail.mit.edu/"><img border="0" src="http://blogmarks.net/screenshots/2007/04/30/f4e4a51f8e2c4ddd466943499abc9575.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://jmlr.csail.mit.edu/">Journal of Machine Learning Research Homepage</a></h4>
 
by <a href="http://blogmarks.net/user/ogrisel">ogrisel</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/675380">1 other(s)</a> 
<p class="description">The Journal of Machine Learning Research (JMLR) provides an international forum for the electronic and paper publication of high-quality scholarly articles in all areas of machine learning. All published papers are freely available online.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/machine%2Blearning">machine learning</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/journal">journal</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/mit">mit</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/pdf">pdf</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/online">online</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=2658420">Copy</a> | 
<a href="http://blogmarks.net/link/675380">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/ogrisel/mark/2285819">
<title>IBM Research | IBM Haifa Labs| Machine learning for healthcare (EuResist)</title>
<link>http://www.haifa.il.ibm.com/projects/verification/ml_euresist/technique.html</link>
<description>Generative-discriminative Hybrid Technique

We plan to use a technique that combines two kinds of learning algorithms: discriminative and generative. We plan to employ Bayesian networks in the generative phase, and SVM in the discriminative phase.

Algorithms under the generative framework try to find a statistical model that best represents the data. The predictions are then based on the likelihood scores derived from the model. This category includes algorithms such as Hidden Markov Models (HMM) [1], Gaussian Mixture Models (GMM) [2] and more complicated graphical models such as Bayesian networks [3].
</description>
<dc:date>2007-03-16T08:53:41Z</dc:date>
<dc:author>ogrisel</dc:author>
<dc:subject>svm, bayesian networks, discrimitive, generative, machine learning</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.haifa.il.ibm.com/projects/verification/ml_euresist/technique.html"><img border="0" src="http://blogmarks.net/screenshots/2007/03/16/4639ff7f44539a069568094b42d0925d.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.haifa.il.ibm.com/projects/verification/ml_euresist/technique.html">IBM Research | IBM Haifa Labs| Machine learning for healthcare (EuResist)</a></h4>
 
by <a href="http://blogmarks.net/user/ogrisel">ogrisel</a> 
<p class="description">Generative-discriminative Hybrid Technique

We plan to use a technique that combines two kinds of learning algorithms: discriminative and generative. We plan to employ Bayesian networks in the generative phase, and SVM in the discriminative phase.

Algorithms under the generative framework try to find a statistical model that best represents the data. The predictions are then based on the likelihood scores derived from the model. This category includes algorithms such as Hidden Markov Models (HMM) [1], Gaussian Mixture Models (GMM) [2] and more complicated graphical models such as Bayesian networks [3].
</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/svm">svm</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/bayesian%2Bnetworks">bayesian networks</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/discrimitive">discrimitive</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/generative">generative</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/machine%2Blearning">machine learning</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=2285819">Copy</a> | 
<a href="http://blogmarks.net/link/1901631">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/bcpbcp/mark/384706">
<title>Learning Information Extraction Rules for Semi-structured and Free Text - Soderland (ResearchIndex)</title>
<link>http://citeseer.ist.psu.edu/soderland99learning.html</link>
<description>A wealth of on-line text information can be made available to automatic processing by information extraction (IE) systems. Each IE application needs a separate set of rules tuned to the domain and writing style. WHISK helps to overcome this knowledge-engineering bottleneck by learning text extraction rules automatically. WHISK is designed to handle text styles ranging from highly structured to free text, including text that is neither rigidly formatted nor composed of grammatical sentences....</description>
<dc:date>2006-02-25T16:24:09Z</dc:date>
<dc:author>bcpbcp</dc:author>
<dc:subject>ie, writing, ai, processing, application, rules, artigo científico, 1999, citeseer.ist.psu.edu, machine learning, semi-structured, information extraction</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://citeseer.ist.psu.edu/soderland99learning.html"><img border="0" src="http://www.blogmarks.net/screenshots/2006/02/25/0b71c0a902c9dcf7b73116e3e96e763a.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://citeseer.ist.psu.edu/soderland99learning.html">Learning Information Extraction Rules for Semi-structured and Free Text - Soderland (ResearchIndex)</a></h4>
 
by <a href="http://blogmarks.net/user/bcpbcp">bcpbcp</a> 
<p class="description">A wealth of on-line text information can be made available to automatic processing by information extraction (IE) systems. Each IE application needs a separate set of rules tuned to the domain and writing style. WHISK helps to overcome this knowledge-engineering bottleneck by learning text extraction rules automatically. WHISK is designed to handle text styles ranging from highly structured to free text, including text that is neither rigidly formatted nor composed of grammatical sentences....</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/ie">ie</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/writing">writing</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/ai">ai</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/processing">processing</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/application">application</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/rules">rules</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/artigo%2Bcient%25C3%25ADfico">artigo científico</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/1999">1999</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/citeseer.ist.psu.edu">citeseer.ist.psu.edu</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/machine%2Blearning">machine learning</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/semi-structured">semi-structured</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/information%2Bextraction">information extraction</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=384706">Copy</a> | 
<a href="http://blogmarks.net/link/579744">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> </rdf:RDF>