Recent Updates RSS Toggle Comment Threads | Keyboard Shortcuts

  • aToF 11:24 am on August 30, 2010 Permalink  

    September 2010 Release Now Available 

    The September 2010 Release of the Analytics1305 Machine Learning Library is now available for download. The following new features are available:

    QuicSVD: A new addition to our library; it is a fast singular value decomposition method for dimensionality reduction.
    Support Vector Machines: Added polynomial kernel to the list of non-linear kernels.

    As usual there have been bug fixes and updates to the online documentation.

    Analytics1305 Development Team.

     
  • aToF 7:06 am on July 7, 2010 Permalink | Log in to leave a Comment  

    July 2010 Release Now Available 

    The July 2010 Release of the Analytics1305 Machine Learning Library is now available for download. As promised the following new features are available:

    • K-Means: online preprocessing, better seeding with kmeans++, automatic determination of K using BIC and/or XMeans
    • New Algorithms: Bregman Divergence Neighbors which is ideal for documents, count data and histograms.
    • Linear Regression: Online mode.

    Additionally we have included a Support Vector Machine algorithm which uses the Sequential Minimal Optimization algorithm. The binaries support the linear and non-linear Gaussian kernel.

    Analytics1305 Development Team.

     
  • aToF 4:49 pm on June 20, 2010 Permalink | Log in to leave a Comment  

    July 2010 Release Note 

    Dear Friends,

    We are pleased to announce the July 2010 release of the Analytics1305 Machine Learning Library. The release will be available for download on Friday the second of July. This release will include the following new features:

    • K-Means: online preprocessing, better seeding with kmeans++, automatic determination of K using BIC and/or XMeans
    • New Algorithms: Bregman Divergence Neighbors which is ideal for documents, count data and histograms.
    • Linear Regression: Online mode.

    As always our releases include bug fixes as we isolate them.

     
  • aToF 9:29 am on May 27, 2010 Permalink | Log in to leave a Comment  

    Analytics1305 Releases Binaries for Download 

    Dear Friends,

    We have received numerous requests from our users to make our algorithms available for downloading and we are pleased to announce our first (beta) release. Users can now download binaries for our machine learning algorithms natively compiled for the following operating systems:

    1. Windows
    2. Fedora
    3. Ubuntu
    4. Debian

    The current release only supports 32 bit platforms with 64 bit planned for a future release. As you well know our algorithms are orders of magnitude faster than those available on R, Weka and SPSS. For the current release the following binaries are available:

    1. K-Nearest Neighbors (With Classifier)
    2. K-Means Clustering
    3. Kernel Density Estimation (With Non-Parametric Bayes Classifier built-in and Automatic Metric Learning)
    4. Linear Regression (With Stepwise and VIF Selection on top of basic linear regression)
    5. Non-Negative Matrix Factorization with Sparsity Constraints for Missing Data.

    Our algorithms support both dense and sparse data along with progressive modes. We have also revised our documentation with a renewed focus on usage examples. As always we support the release with our forums.

    Here is a link to the download page.

     
  • Dong 11:11 am on April 21, 2010 Permalink | Log in to leave a Comment  

    Linear Regression, Quic-SVD, Non-negative Matrix Factorization Released on Amazon Ec2 

    We are pleased to announce fast implementations of linear regression, singular value decomposition, and non-negative matrix factorization. They are now available on Amazon Ec2.

    Our implementation of linear regression supports the variable elimination algorithm based on variance inflation factor and stepwise regression based on the AIC criterion.

    Our implementation of singular value decomposition uses the Quic-SVD algorithm that uses a tree structure called the cosine tree.

    Our implementation of non-negative matrix factorization supports the factorization based on the specified sparsity level.

    For more info on the beta release please refer to our documentation here.

     
  • Varchas 12:54 pm on February 17, 2010 Permalink | Log in to leave a Comment  

    Announcing Hadoop Bootstrapped SVM 

    We are pleased to announce a bootstrapped version of the Analytics1305 Support Vector Machine, available on Amazon Ec2, which utilizes the open source implementation of Google’s map-reduce technology embodied as the Apache Hadoop project.

    Bootstrapping is a method employed in machine learning to improve model accuracy and stability (confidence in results). Support Vector Machines are the best off-the-shelf classifier technology available today. The combination of the two makes a powerful and versatile classifier for most types of data and we have made every effort to make the whole analysis process from raw data to classification results as simple as possible. For more info on the beta release please refer to our documentation here.

     
  • Varchas 4:18 pm on December 25, 2009 Permalink | Log in to leave a Comment  

    SVM Classifier Released On Amazon Ec2 

    We are very excited to announce a Support Vector Machine (SVM) classification algorithm available on our free public cloud machine as well as free public AMI. It is a 2-class classifier which implements the SMO optimization algorithm. The salient features are as follows:

    • Implements 2 class Sequential Minimal Optimization (SMO)
    • Uses 1305 file formant and thus can handle categorical and sparse data formats
    • Generated models can be saved and used for classification at any time
    • Offers 2nd order working set selection and caching techniques for speed

    Our benchmarks beat the popular LibSVM and SVM-Light tools for standard problems from the UCI machine learning datasets repository. Please find documentation and samples on how to run the SVM here.

     
  • aToF 6:20 pm on December 15, 2009 Permalink | Log in to leave a Comment  

    How to launch an AMI, a video example 

    If you find the instructions hard you can always take a look at the following videos about how to launch an Amazon EC2 AMI and most important, how to TERMINATE  it once you are done, otherwise you will get unwanted charges.

    Launching an Amazon EC2 AMI

    Terminating an Amazon Ec2 AMI

     
  • aToF 1:24 pm on December 8, 2009 Permalink | Log in to leave a Comment  

    Amazon EC2 AMI 

    The current public AMI is:

    ami-d70fe1be

    There is no “root” access to our AMI’s. The user name is “a1305″ and you can use your own Amazon Ec2 account’s private key to ssh. Commonly the command will look like:

    ssh -i <path to private key> a1305@<Public DNS of launched cloud machine>

    Currently we only support 32-bit configurations. Please use the m1.small type machine.
    (More …)

     
    • Nawwar 3:56 pm on March 28, 2010 Permalink

      First of all, very nice job. Your library and AMI will be very helpful for me. So thank you.
      But I wonder why there’s no root access? is there a reason for that?
      I need to mount an EBS volume, and that requires root!

  • aToF 12:50 pm on December 8, 2009 Permalink | Log in to leave a Comment  

    Online cloud machine for testing 

    Since some of you might want to quickly test the 1305 library, we have launched an Amazon EC2 machine, so that you can connect and test our algorithms. The ssh command is:

    ssh a1305@ec2-67-202-56-237.compute-1.amazonaws.com

    and use sixtyfive as the password.

    Notice that this is a public machine that many people might be using. So make sure you don’t upload sensitive data. It is also recommended that you create a folder within the home directory “/home/a1305/<your unique directory name here>” and work from within this folder. You might also experience slow performance because other people might be submitting jobs. If you need a machine that you have exclusive access follow these directions.

    For help and support either send emails to cloud@analytics1305.com or post your question on the forums.

     
    • aToF 7:15 am on May 28, 2010 Permalink

      UPDATE: We have bought this machine down since we are now providing binaries you can download. Thanks to those who used it!

      - Analytics1305 Developer Team

c
compose new post
j
next post/next comment
k
previous post/previous comment
r
reply
e
edit
o
show/hide comments
t
go to top
l
go to login
h
show/hide help
esc
cancel