<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>mloss.org MLPY Machine Learning Py</title><link>http://mloss.org</link><description>Updates and additions to MLPY Machine Learning Py</description><language>en</language><lastBuildDate>Sun, 23 Nov 2008 15:50:57 -0000</lastBuildDate><item><title>MLPY Machine Learning Py 1.2.7</title><link>http://mloss.org/software/view/66/1.2.7</link><description>&lt;html&gt;&lt;p&gt;We introduce mlpy, a high-performance Python package for predictive modeling. It makes extensive use of NumPy to provide fast N-dimensional array manipulation and easy integration of C code. Mlpy provides high level procedures that support, with few lines of code, the design of rich Data Analysis Protocols (DAPs) for predictive classification and feature selection. Methods are available for feature weighting and ranking, data resampling, error evaluation and experiment landscaping.  The package includes tools to measure stability in sets of ranked feature lists, of special interest in bioinformatics for functional genomics, for which large scale experiments with up to 10^6 classifiers have been run on Linux clusters and on the Grid.
&lt;/p&gt;
&lt;p&gt;The modular structure of mlpy allows easily adding new algorithms to each of the 7 categories in which the package is organized. They are:
&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Classification&lt;/strong&gt;. For each algorithm, distinct methods are deployed for the training and the testing phases (whenever possible, real valued prediction can be obtained). The implemented algorithms are in the families of SVMs-Support Vector Machines (four kernels available), DA-Discriminant Analysis (Fisher, Penalized and Spectral Regression) and Nearest Neighbours.
&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Feature weighting&lt;/strong&gt;. A total of nine methods is made available to obtain weights from models such as SVMs or DAs; classifier-independent methods for weighting features are also implemented, including I-RELIEF and Discrete Wavelet Transform.
&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Feature ranking&lt;/strong&gt;. Two main schemas are used for selecting and ranking purposes, belonging either to the Recursive Feature Elimination or the Recursive Forward Selection family (for a total of six variants).
&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Resampling methods&lt;/strong&gt;. The classification and feature ranking operations can be organized within a sampling procedure such as Textbook/Monte-Carlo cross validation (stratification over labels is available), leave-one-out or user-defined train/test split schema.
&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Metric functions&lt;/strong&gt;. Performance assessment can be evaluated by a set of different measures, including Error, Accuracy, Matthews Correlation Coefficient, Area Under the ROC Curve. Variability can assessed by Standard Deviation or Bootstrap Confidence Intervals.
&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Feature list analysis&lt;/strong&gt;. The ordered lists from the feature ranking experiments can be analyzed in terms of stability (Canberra indicator, extraction/position indicator) and an optimal list can be retrieved (Borda count).
&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Landscaping tools&lt;/strong&gt;. A system of executable scripts to be used off-the-shelf to tabulate performance (e.g. Error, MCC and stability measures) on a grid of different experimental conditions by a basic DAP implementation (resampling by k-fold or Monte Carlo CV, training, feature ranking, test).
&lt;/p&gt;
&lt;p&gt;mlpy is a project developed by the MPBA research unit at FBK, the Bruno Kessler Foundation in Trento, Italy (http://mpba.fbk.eu). 
&lt;/p&gt;&lt;/html&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Davide Albanese, Stefano Merler, Giuseppe Jurman, Roberto Visintainer, Cesare Furlanello</dc:creator><pubDate>Tue, 11 Nov 2008 12:13:33 -0000</pubDate><comments>http://mloss.org/software/rss/comments/66</comments><guid>http://mloss.org/software/view/66/1.2.7</guid><category>svm</category><category>classification</category><category>fda</category><category>feature weighting</category><category>irelief</category><category>rfe</category><category>feature ranking</category><category>resampling</category><category>srda</category><category>nn</category><category>dwt</category><category>pda</category><category>nips2008</category></item><item><title>&lt;b&gt;Comment by Cheng Soon Ong on 2007-10-12 16:11&lt;/b&gt;</title><link>http://mloss.org/comments/cr/14/3/#c1</link><description>&lt;p&gt;This was presented at NIPS 2006 MLOSS workshop.
&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Cheng Soon Ong</dc:creator><pubDate>Fri, 12 Oct 2007 16:11:23 -0000</pubDate><guid>http://mloss.org/comments/cr/14/3/#c1</guid></item><item><title>&lt;b&gt;Comment by mseeger on 2007-10-12 16:42&lt;/b&gt;</title><link>http://mloss.org/comments/cr/14/3/#c2</link><description>&lt;p&gt;The source tarballs feature a complicated configure-make system, which is too clumsy for (my) day-to-day work. Also, a significant amount of code is not in
   there yet for various reasons, mostly because I am not happy with its stability. I use a simpler make system, which can easily be configured to a new system, but this does not happen automatically.
&lt;/p&gt;
&lt;p&gt;If you are serious about using LHOTSE for your own development, please get in touch, and I can provide you with an extension containing the simpler make system, classes to make MEX file implementation easier, and other things. I can also hoffer limited help with setting it up (on Linux), as far as I find time. I will put such an extension up at some point anyway, but this may take some time if there is no real interest.
&lt;/p&gt;
&lt;p&gt;If you have questions about the system and its design, please do not hesitate. Interest by other developers may also convince me that writing a general developers documentation is worth the effort. In the meantime, all the code is well documented, and there is a lengthy text file telling you about the most important issues.
&lt;/p&gt;
&lt;p&gt;I would of course very happy about receiving constructive criticism, ports to other systems (say, WINDOWS), etc.
&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mseeger</dc:creator><pubDate>Fri, 12 Oct 2007 16:42:34 -0000</pubDate><guid>http://mloss.org/comments/cr/14/3/#c2</guid></item><item><title>&lt;b&gt;Comment by mseeger on 2007-10-22 17:00&lt;/b&gt;</title><link>http://mloss.org/comments/cr/14/3/#c3</link><description>&lt;p&gt;I have added the simpler LHOTSE standard make system to the distribution (version 0.14). It is in the subdirectory old. doc/simple-make-system.txt tells you how to set it up for your machine. Also check the comments in old/Makefile.
&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mseeger</dc:creator><pubDate>Mon, 22 Oct 2007 17:00:56 -0000</pubDate><guid>http://mloss.org/comments/cr/14/3/#c3</guid></item><item><title>&lt;b&gt;Comment by Gorden Jemwa on 2007-11-24 21:19&lt;/b&gt;</title><link>http://mloss.org/comments/cr/14/29/#c4</link><description>&lt;p&gt;Excellent object-oriented design within MATLAB which provides for a intuitive interface for the beginner and a flexible extensible framework for advanced users. Some of the implementations have default values that could be problematic; for example a hard-margin SVM classifier is assumed (C=Inf), which may lead to the program stalling for real-world data sets. Also, I've had problems with the default mex optimizer interface to LIBSVM when using the one-class SVM. Changing the optimizer with the matlab interface from LIBSVM website solved the problem (one needs to extend (recommended) or modify the associated training.m accordingly). Overall, I think this is a superb effort from Jason, Goekhan, Andre and the rest of the developers in designing this environment. Most other algorithms one may need from other sources can easily be incorporated seamlessly into spider. WELL DONE!
&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Gorden Jemwa</dc:creator><pubDate>Sat, 24 Nov 2007 21:19:30 -0000</pubDate><guid>http://mloss.org/comments/cr/14/29/#c4</guid></item><item><title>&lt;b&gt;Comment by Gorden Jemwa on 2007-12-01 16:34&lt;/b&gt;</title><link>http://mloss.org/comments/cr/14/38/#c5</link><description>&lt;p&gt;I've tried installing the software but running into problems; perhaps someone can help. Below is what I do and what I get. When I run the setup.py build command the installer complains of an unnamed module numpy but I already have the latest installed (see next output from setup-deps.py).
&lt;/p&gt;
&lt;blockquote&gt;&lt;blockquote&gt;&lt;p&gt;$ /usr/bin/python2.5 setup-deps.py
&lt;/p&gt;
&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;pre&gt;&lt;code&gt; Reading package lists...
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Building dependency tree...
   python-wxgtk2.8 is already the newest version.
   0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
&lt;/p&gt;
&lt;p&gt;Reading package lists...
   Building dependency tree...
   python-matplotlib is already the newest version.
   0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
&lt;/p&gt;
&lt;p&gt;Reading package lists...
   Building dependency tree...
   python-numpy is already the newest version.
   0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
&lt;/p&gt;
&lt;p&gt;Reading package lists...
   Building dependency tree...
   python-scipy is already the newest version.
   0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
   pythonPackageDir : 
&lt;/p&gt;

&lt;h2&gt;...&lt;/h2&gt;
&lt;p&gt;Check installation :  wx
&lt;/p&gt;
&lt;p&gt;Check installation :  matplotlib
&lt;/p&gt;
&lt;p&gt;Check installation :  numpy
&lt;/p&gt;
&lt;p&gt;Check installation :  scipy
&lt;/p&gt;
&lt;p&gt;All modules successfully installed.
&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Gorden Jemwa</dc:creator><pubDate>Sat, 01 Dec 2007 16:34:06 -0000</pubDate><guid>http://mloss.org/comments/cr/14/38/#c5</guid></item><item><title>&lt;b&gt;Comment by Gorden Jemwa on 2007-12-01 19:41&lt;/b&gt;</title><link>http://mloss.org/comments/cr/14/38/#c6</link><description>&lt;p&gt;Please ignore my earlier post. I'm referring it to the more appropriate elefant-users forum.
&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Gorden Jemwa</dc:creator><pubDate>Sat, 01 Dec 2007 19:41:01 -0000</pubDate><guid>http://mloss.org/comments/cr/14/38/#c6</guid></item><item><title>&lt;b&gt;Comment by Erna Maier on 2008-01-07 19:05&lt;/b&gt;</title><link>http://mloss.org/comments/cr/14/27/#c7</link><description>&lt;p&gt;RapidMiner is the most flexible and comprehensive data mining tool around.
&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Erna Maier</dc:creator><pubDate>Mon, 07 Jan 2008 19:05:55 -0000</pubDate><guid>http://mloss.org/comments/cr/14/27/#c7</guid></item><item><title>&lt;b&gt;Comment by Frank Hagemann on 2008-03-15 08:56&lt;/b&gt;</title><link>http://mloss.org/comments/cr/14/27/#c8</link><description>&lt;p&gt;RapidMiner offers an amazing functionality for rapidly desgning and automatically optimizing even large and nested and very complex data mining processes. It is a powerful tool for experts that want to get the most out of data mining in a reasonably short amount of time. RapidMiner covers the full data mining process from data loading over pre-processing, data mining process design, modelling, automated parameter optimization, automated feature selection and generation, evaluation, visualization, and deployment.
&lt;/p&gt;
&lt;p&gt;RapidMiner can be used interactively via its easy-to-use graphical user interface (GUI). The GUI supports breakpoints, online visualisations while optimization are running, graphics and results exports, etc.
&lt;/p&gt;
&lt;p&gt;RapidMiner can also be used on servers through its command line version.
&lt;/p&gt;
&lt;p&gt;RapidMiner can also be used as a data mining, text mining, machine learning, and predictive analytics library for your own programs. It is probably one of the most complete data mining libraries. It provides more than 400 data mining operations of its own plus the about 100 data mining operations of Weka, i.e. more than 500 in total.
&lt;/p&gt;
&lt;p&gt;From my point of view it is the best tool on the market.
&lt;/p&gt;
&lt;p&gt;Hope this review is helpful for somebody.
&lt;/p&gt;
&lt;p&gt;Best wishes,
   Frank
&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Frank Hagemann</dc:creator><pubDate>Sat, 15 Mar 2008 08:56:13 -0000</pubDate><guid>http://mloss.org/comments/cr/14/27/#c8</guid></item><item><title>&lt;b&gt;Comment by Yaroslav Halchenko on 2008-05-18 17:07&lt;/b&gt;</title><link>http://mloss.org/comments/cr/14/76/#c9</link><description>&lt;p&gt;It is actively developed project at the moment, thus it is preferable to don't rely on releases but rather use master branch of git repository mentioned on the project homepage
&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Yaroslav Halchenko</dc:creator><pubDate>Sun, 18 May 2008 17:07:37 -0000</pubDate><guid>http://mloss.org/comments/cr/14/76/#c9</guid></item><item><title>&lt;b&gt;Comment by Abhik Shah on 2008-06-26 22:18&lt;/b&gt;</title><link>http://mloss.org/comments/cr/14/86/#c14</link><description>&lt;p&gt;If you have problems installing or using Pebl or have any questions or comments, please do not hesitate to contact me at: &lt;a href="mailto:abhikshah@gmail.com"&gt;abhikshah@gmail.com&lt;/a&gt;
&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Abhik Shah</dc:creator><pubDate>Thu, 26 Jun 2008 22:18:49 -0000</pubDate><guid>http://mloss.org/comments/cr/14/86/#c14</guid></item><item><title>&lt;b&gt;Comment by Cheng Soon Ong on 2008-08-04 15:23&lt;/b&gt;</title><link>http://mloss.org/comments/cr/14/78/#c15</link><description>&lt;p&gt;This software was recently used to demonstrate SVMs in the introductory tutorial: Asa Ben-Hur, Cheng Soon Ong, Sören Sonnenburg, Bernhard Schölkopf, and Gunnar Rätsch, (2008) Support Vector Machines and Kernels for Computational Biology, PLoS Computational Biology, 4.
&lt;/p&gt;
&lt;p&gt;&lt;a href="http://svmcompbio.tuebingen.mpg.de"&gt;http://svmcompbio.tuebingen.mpg.de&lt;/a&gt;
&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Cheng Soon Ong</dc:creator><pubDate>Mon, 04 Aug 2008 15:23:41 -0000</pubDate><guid>http://mloss.org/comments/cr/14/78/#c15</guid></item><item><title>&lt;b&gt;Comment by ALI  EL AKADI on 2008-08-11 11:41&lt;/b&gt;</title><link>http://mloss.org/comments/cr/14/33/#c16</link><description>&lt;p&gt;Thanks
&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ALI  EL AKADI</dc:creator><pubDate>Mon, 11 Aug 2008 11:41:12 -0000</pubDate><guid>http://mloss.org/comments/cr/14/33/#c16</guid></item><item><title>&lt;b&gt;Comment by Ramanathan S on 2008-08-11 11:46&lt;/b&gt;</title><link>http://mloss.org/comments/cr/14/128/#c17</link><description>&lt;p&gt;Some one has rated this product as good. But how do I down load. It says the product is available in a CVS but the CVS location is unknown.
&lt;/p&gt;
&lt;p&gt;Ram S Ramanathan
&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ramanathan S</dc:creator><pubDate>Mon, 11 Aug 2008 11:46:19 -0000</pubDate><guid>http://mloss.org/comments/cr/14/128/#c17</guid></item><item><title>&lt;b&gt;Comment by Ronan Collobert on 2008-08-11 16:34&lt;/b&gt;</title><link>http://mloss.org/comments/cr/14/128/#c18</link><description>&lt;p&gt;On http://torch5.sourceforge.net/download.html
   you can see the CVS location at
   cvs -d :pserver:torch5.cvs.sourceforge.net:/cvsroot/torch5 co torch5.1
&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ronan Collobert</dc:creator><pubDate>Mon, 11 Aug 2008 16:34:50 -0000</pubDate><guid>http://mloss.org/comments/cr/14/128/#c18</guid></item><item><title>&lt;b&gt;Comment by Dmitrey Kroshko on 2008-09-02 20:20&lt;/b&gt;</title><link>http://mloss.org/comments/cr/14/48/#c19</link><description>&lt;p&gt;I try to run makefile (from linux KUBUNTU) but it seems like it requires MATLAB installed. Is it true?
&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dmitrey Kroshko</dc:creator><pubDate>Tue, 02 Sep 2008 20:20:15 -0000</pubDate><guid>http://mloss.org/comments/cr/14/48/#c19</guid></item><item><title>&lt;b&gt;Comment by Peter Gehler on 2008-09-03 09:12&lt;/b&gt;</title><link>http://mloss.org/comments/cr/14/48/#c20</link><description>&lt;p&gt;You can als run "make shared" and use the python version or bind your own C code.
&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Peter Gehler</dc:creator><pubDate>Wed, 03 Sep 2008 09:12:40 -0000</pubDate><guid>http://mloss.org/comments/cr/14/48/#c20</guid></item><item><title>&lt;b&gt;Comment by Haymo Kutschbach on 2008-09-07 01:41&lt;/b&gt;</title><link>http://mloss.org/comments/cr/14/134/#c21</link><description>&lt;p&gt;Plotting example for ILNumerics.Drawing: 
   &lt;img src="http://ilnumerics.net/examples/Example8.png" alt="plotting example ILNumerics.Net"/&gt;
&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Haymo Kutschbach</dc:creator><pubDate>Sun, 07 Sep 2008 01:41:42 -0000</pubDate><guid>http://mloss.org/comments/cr/14/134/#c21</guid></item><item><title>&lt;b&gt;Comment by Giuseppe Passino on 2008-09-10 13:14&lt;/b&gt;</title><link>http://mloss.org/comments/cr/14/77/#c22</link><description>&lt;p&gt;I've been using it for a long time. Nice architecture, pretty good features. Some aspects may need optimisation in the implementation. Total lack of documentation makes the use of the library a bit hard at the beginning. 
&lt;/p&gt;
&lt;p&gt;The library can be used also as a stand-alone program specifying factors as raw files. This can be useful in case basic inference tasks are required.  In this case, the presence of some commented examples makes the use of the program easier.
&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Giuseppe Passino</dc:creator><pubDate>Wed, 10 Sep 2008 13:14:13 -0000</pubDate><guid>http://mloss.org/comments/cr/14/77/#c22</guid></item><item><title>&lt;b&gt;Comment by Soeren Sonnenburg on 2008-09-12 16:14&lt;/b&gt;</title><link>http://mloss.org/comments/cr/14/2/#c23</link><description>&lt;p&gt;In case you find bugs, feel free to report them at &lt;a href="http://trac.tuebingen.mpg.de/shogun"&gt;http://trac.tuebingen.mpg.de/shogun&lt;/a&gt;.
&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Soeren Sonnenburg</dc:creator><pubDate>Fri, 12 Sep 2008 16:14:36 -0000</pubDate><guid>http://mloss.org/comments/cr/14/2/#c23</guid></item><item><title>&lt;b&gt;Comment by Soeren Sonnenburg on 2008-09-12 17:06&lt;/b&gt;</title><link>http://mloss.org/comments/cr/14/132/#c24</link><description>&lt;p&gt;We are very much interested in feedback, so please drop us a note :-)
&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Soeren Sonnenburg</dc:creator><pubDate>Fri, 12 Sep 2008 17:06:36 -0000</pubDate><guid>http://mloss.org/comments/cr/14/132/#c24</guid></item><item><title>&lt;b&gt;Comment by Soeren Sonnenburg on 2008-09-21 09:24&lt;/b&gt;</title><link>http://mloss.org/comments/cr/14/128/#c27</link><description>&lt;p&gt;I would very much prefer official tarballs. So +1 for a real download link.
&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Soeren Sonnenburg</dc:creator><pubDate>Sun, 21 Sep 2008 09:24:01 -0000</pubDate><guid>http://mloss.org/comments/cr/14/128/#c27</guid></item><item><title>&lt;b&gt;Comment by Ronan on 2008-09-21 15:19&lt;/b&gt;</title><link>http://mloss.org/comments/cr/14/128/#c28</link><description>&lt;p&gt;I am working on it!
&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ronan</dc:creator><pubDate>Sun, 21 Sep 2008 15:19:43 -0000</pubDate><guid>http://mloss.org/comments/cr/14/128/#c28</guid></item><item><title>&lt;b&gt;Comment by Leon Bottou on 2008-09-23 21:42&lt;/b&gt;</title><link>http://mloss.org/comments/cr/14/24/#c29</link><description>&lt;p&gt;Version 1.2 fixes bug in the preprocessing program.
&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Leon Bottou</dc:creator><pubDate>Tue, 23 Sep 2008 21:42:34 -0000</pubDate><guid>http://mloss.org/comments/cr/14/24/#c29</guid></item><item><title>&lt;b&gt;Comment by Raj on 2008-09-24 09:43&lt;/b&gt;</title><link>http://mloss.org/comments/cr/14/65/#c30</link><description>&lt;p&gt;I go through some journal papers and conference papers based on LWPR algorithm. From my knowledge in all the papers LWPR algorithm used in Controlling the robot arms. Now my question is can i use LWPR algorithm to control the movements of mobile robots?
&lt;/p&gt;
&lt;p&gt;waiting for your reply
&lt;/p&gt;
&lt;p&gt;Thank you
&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Raj</dc:creator><pubDate>Wed, 24 Sep 2008 09:43:49 -0000</pubDate><guid>http://mloss.org/comments/cr/14/65/#c30</guid></item><item><title>&lt;b&gt;Comment by Joris Mooij on 2008-09-30 23:06&lt;/b&gt;</title><link>http://mloss.org/comments/cr/14/77/#c32</link><description>&lt;p&gt;I am pleased to announce a new version of libDAI. It features several optimizations of implementation details and improved doxygen documentation.
&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Joris Mooij</dc:creator><pubDate>Tue, 30 Sep 2008 23:06:23 -0000</pubDate><guid>http://mloss.org/comments/cr/14/77/#c32</guid></item><item><title>&lt;b&gt;Comment by Jerry on 2008-10-16 14:18&lt;/b&gt;</title><link>http://mloss.org/comments/cr/14/48/#c40</link><description>&lt;p&gt;"help mpi_kmeans_mex"  does not work! I think there is no mpi_kmeans_mex.m file in the Archive:)
&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jerry</dc:creator><pubDate>Thu, 16 Oct 2008 14:18:22 -0000</pubDate><guid>http://mloss.org/comments/cr/14/48/#c40</guid></item><item><title>&lt;b&gt;Comment by Stefan on 2008-10-28 13:17&lt;/b&gt;</title><link>http://mloss.org/comments/cr/14/65/#c48</link><description>&lt;p&gt;Dear Raj,
   In general, there is no reason why you should not be able to use LWPR for mobile robots. However, without a clearer picture of what you want to learn, it is hard to judge whether other algorithms wouldn't be more suitable.
   Cheers, Stefan
&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Stefan</dc:creator><pubDate>Tue, 28 Oct 2008 13:17:55 -0000</pubDate><guid>http://mloss.org/comments/cr/14/65/#c48</guid></item><item><title>&lt;b&gt;Comment by Danilo Mandic on 2008-10-29 11:15&lt;/b&gt;</title><link>http://mloss.org/comments/cr/14/158/#c50</link><description>&lt;p&gt;The Delay vector variance (DVV) method uses predictability of the signal in phase space to characterize the time series. Using the surrogate data methodology, so called DVV plots and DVV scatter diagrams can be generated using the DVV method, as a test statistic, to examine the determinism/stochastisity and linearity/nonlinearity within a signal simultaneously. In DVV scatter diagram, the target variance values of the original signal is plotted against the averaged variance values, calculated over a number of iAAFT surrogates. As a result, for linear signals, the scatter diagram coincides with the bisector line and conversely for nonlinear signals, the scatter diagram deviates from bisector lineas shown in the attached document. The DVV method has been successfully applied to analyse the nature of biometric signals (EEG and fMRI).
&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Danilo Mandic</dc:creator><pubDate>Wed, 29 Oct 2008 11:15:55 -0000</pubDate><guid>http://mloss.org/comments/cr/14/158/#c50</guid></item><item><title>&lt;b&gt;Comment by Frank Xavier on 2008-11-07 04:36&lt;/b&gt;</title><link>http://mloss.org/comments/cr/14/27/#c54</link><description>&lt;p&gt;With more than 500 data mining, pre-processing, visualisation, and evaluation operators/modules for the complete data mining process and Weka fully integrated, RapidMiner probably is one of the most comprehensive data mining solutions available.  It has significantly matured over the years, i.e. scalability, robustness, and usability for complex real-world data mining tasks are met better than by any other open source data mining tool I know.
&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Frank Xavier</dc:creator><pubDate>Fri, 07 Nov 2008 04:36:48 -0000</pubDate><guid>http://mloss.org/comments/cr/14/27/#c54</guid></item><item><title>&lt;b&gt;Comment by Zoea on 2008-11-23 15:50&lt;/b&gt;</title><link>http://mloss.org/comments/cr/14/77/#c61</link><description>&lt;p&gt;&lt;a href="http://www.livevideo.com/blog/CialisOnline "&gt;Buy Cialis Online&lt;/a&gt;&lt;br&gt;&lt;a href="http://www.livevideo.com/blog/PhentermineDiet "&gt;Buy Phentermine Online&lt;/a&gt;&lt;br&gt;&lt;a href="http://www.livevideo.com/blog/ViagraOnline "&gt;Buy Viagra Online&lt;/a&gt;&lt;br&gt;&lt;a href="http://www.livevideo.com/blog/LevitraOnlinePills "&gt;Buy Levitra Online&lt;/a&gt;&lt;br&gt;&lt;a href="http://drugstore-online.freehostia.com "&gt;accupril 10 mg&lt;/a&gt;&lt;br&gt;&lt;a href="http://drugstore-online.freehostia.com/drug-effects-lipitor-side.html "&gt;drug effects lipitor side&lt;/a&gt;&lt;br&gt;&lt;a href="http://drugstore-online.freehostia.com/geodon-topamax-effexor.html "&gt;geodon topamax effexor&lt;/a&gt;&lt;br&gt;&lt;a href="http://drugstore-online.freehostia.com/effects-melatonin-pediatric.html "&gt;effects melatonin pediatric&lt;/a&gt;&lt;br&gt;&lt;a href="http://drugstore-online.freehostia.com/purchase-generic-zyban.html "&gt;purchase generic zyban&lt;/a&gt;&lt;br&gt;&lt;a href="http://drugstore-online.freehostia.com/side-effects-lopid.html "&gt;side effects lopid&lt;/a&gt;
&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Zoea</dc:creator><pubDate>Sun, 23 Nov 2008 15:50:57 -0000</pubDate><guid>http://mloss.org/comments/cr/14/77/#c61</guid></item></channel></rss>