<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>mloss.org fastICA</title><link>http://mloss.org</link><description>Updates and additions to fastICA</description><language>en</language><lastBuildDate>Thu, 28 Feb 2013 06:30:20 -0000</lastBuildDate><item><title>fastICA 0.1</title><link>http://mloss.org/software/view/445/</link><description>&lt;html&gt;&lt;p&gt;Description:
   The open-source C-package fastICA implements the fastICA algorithm of
   Aapo Hyvarinen et al. &amp;lt;URL: http://www.cs.helsinki.fi/u/ahyvarin/&amp;gt;
   to perform Independent Component Analysis (ICA) and Projection Pursuit.
   fastICA is released under the GNU Public License (GPL).
&lt;/p&gt;
&lt;p&gt;Project homepage:
   http://www.public.iastate.edu/~maitra/Software/fastICA.html
&lt;/p&gt;
&lt;p&gt;Dependencies:
   gcc compiler, glibc library, Rmath library
&lt;/p&gt;
&lt;p&gt;Installation:
   fastICA can be installed in two easy steps:
&lt;/p&gt;
&lt;ul&gt;
 &lt;li&gt;&lt;p&gt;extract files from "fastICA.tar.bz2":
&lt;/p&gt;

 &lt;/li&gt;

 &lt;li&gt;&lt;p&gt;compile files running the makefile:
&lt;/p&gt;

 &lt;/li&gt;

 &lt;li&gt;&lt;p&gt;make 
&lt;/p&gt;

 &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;To check the integrity of the package, run the command:
&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;make check
&lt;/p&gt;
&lt;/blockquote&gt;&lt;p&gt;To remove the installed files, use the command:
&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;make clean
&lt;/p&gt;
&lt;/blockquote&gt;&lt;p&gt;Usage:
   $./run_fastICA -n &amp;lt;int&amp;gt; -p &amp;lt;int&amp;gt; -# &amp;lt;int&amp;gt; -a -s -O &amp;lt;dir&amp;gt; -i &amp;lt;file&amp;gt; -v -h
&lt;/p&gt;
&lt;p&gt;OPTIONS
&lt;/p&gt;
&lt;p&gt;run_fastICA has the following options:
&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;-n &amp;lt;int&amp;gt;   number of observations
-p &amp;lt;int&amp;gt;   number of dimensions
-# &amp;lt;int&amp;gt;   desired number of independent components
-a &amp;lt;real&amp;gt;  alpha constant in (1, 2) for logcosh  neg-entropy (default: 1.0)
-s         if symmetric fastICA should be performed (default: deflation)
-O &amp;lt;dir&amp;gt;   working directory for results (default: OUTPUT)
-i &amp;lt;file&amp;gt;  file with the n (row) observations of p (column) attributes
-v         verbose output, (default: no verbosity)
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;EXAMPLE:
&lt;/p&gt;
&lt;p&gt;./run_fastICA -n326900 -p3 -#3 -a1.25 -s -iTEST/karbagan.dat 
&lt;/p&gt;
&lt;p&gt;Go to TEST/README.R for information on how to validate results.
&lt;/p&gt;
&lt;p&gt;References:
&lt;/p&gt;
&lt;pre&gt;&lt;code&gt; A. Hyvarinen and E. Oja (2000) Independent Component Analysis:
 Algorithms and Applications, _Neural Networks_, *13(4-5)*:411-430
&lt;/code&gt;&lt;/pre&gt;&lt;/html&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ranjan maitra</dc:creator><pubDate>Thu, 28 Feb 2013 06:30:20 -0000</pubDate><comments>http://mloss.org/software/rss/comments/445</comments><guid>http://mloss.org/software/view/445/</guid><category>independent component analysis</category></item></channel></rss>