<?xml version="1.0"?>
<!DOCTYPE rdf:RDF SYSTEM "http://dublincore.org/documents/2002/07/31/dcmes-xml/dcmes-xml-dtd.dtd" > 
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
 <rdf:Description>
  <dc:title>R interface to the Vowpal Wabbit</dc:title>
  <dc:description>R interface to Vowpal Wabbit fast out-of-core learning
system The Vowpal Wabbit (VW) project is a fast out-of-core
learning system sponsored by Yahoo! Research and written by
John Langford along with a number of contributors.

There are two ways to have a fast learning algorithm: (a) start with a
slow algorithm and speed it up, or (b) build an intrinsically
fast learning algorithm. This project is about approach (b),
and it has reached a state where it may be useful to others as
a platform for research and experimentation.

There are several optimization algorithms available with the baseline
being sparse gradient descent (GD) on a loss function (several
are available). The code should be easily usable. Its only
external dependence is on the Boost library, which is often
installed by default.

This R package does not include the distributed computing
implementation of the cluster/ directory of the upstream
sources.  Use of the software as a network servie is also not
directly supported as the aim is a simpler direct call from R
for validation and comparison.</dc:description>
  <dc:type>Software</dc:type>
  <dc:relation>Depends: R (&gt;= 2.12.0), Rcpp (&gt;= 0.9.6)</dc:relation>
  <dc:relation>LinkingTo: Rcpp</dc:relation>
  <dc:creator>Dirk Eddelbuettel &lt;edd@debian.org&gt;</dc:creator>
  <dc:contributor>Dirk Eddelbuettel &lt;edd@debian.org&gt;</dc:contributor>
  <dc:rights>GPL (&gt;= 2)</dc:rights>
  <dc:date>2012-05-20</dc:date>
  <dc:format>application/tgz</dc:format>
  <dc:identifier>http://CRAN.R-project.org/package=RVowpalWabbit</dc:identifier>
 </rdf:Description>
</rdf:RDF>

