(Mathematical Open-Source Packages)
(Libraries)
 
(14 intermediate revisions by 6 users not shown)
Line 1: Line 1:
 
== Open-Source Mathematical Software ==
 
== Open-Source Mathematical Software ==
  
- `A.I Solver Studio 1.0 <http://www.bestfreewaredownload.com/freeware/t-free-a-i-solver-studio-freeware-wfhucunj.html>`_ This is a very simple to use pattern recognition tool. The tool uses artificial intelligence techniques like neural networks and genetic algorithms to find an optimal solution to classification problems. This description was extracted from the download site of the tool.
+
* A.I Solver Studio 1.0 [http://www.bestfreewaredownload.com/freeware/t-free-a-i-solver-studio-freeware-wfhucunj.html] -  This is a very simple to use pattern recognition tool. The tool uses artificial intelligence techniques like neural networks and genetic algorithms to find an optimal solution to classification problems. This description was extracted from the download site of the tool.
  
- `Multiple links to pattern recognition tools <http://www.filetransit.com/files.php?name=Pattern_Recognition>`_ This site contains a list of commercial and freeware pattern recognition tools. Some of the applications that you can find deal with character recognition, face recognition, speech recognition, computer vision, and coin recognition.
+
* Multiple links to pattern recognition tools [http://www.filetransit.com/files.php?name=Pattern_Recognition] - This site contains a list of commercial and freeware pattern recognition tools. Some of the applications that you can find deal with character recognition, face recognition, speech recognition, computer vision, and coin recognition.
  
- `Classifiers Source Code <http://www.patternrecognition.co.za/sourcecode.html>`_
+
* Classifiers Source Code[http://www.patternrecognition.co.za/sourcecode.html]
  
 
== Clustering Tools ==
 
== Clustering Tools ==
- `Efficient Algorithms for K-Means <http://www.cs.umd.edu/~mount/Projects/KMeans/>`_
+
 
 +
* Efficient Algorithms for K-Means [http://www.cs.umd.edu/~mount/Projects/KMeans]
 +
 
 +
 
 +
== Decision Tree Tools ==
 +
 
 +
* Commercial and Free Software for Classification using Decision Trees: [http://www.kdnuggets.com/software/classification-decision-tree.html#tree-free]
  
 
== Libraries ==
 
== Libraries ==
- `LIBSVM -- A Library for Support Vector Machines <http://www.csie.ntu.edu.tw/~cjlin/libsvm/>`_
+
 
 +
* [http://www.csie.ntu.edu.tw/~cjlin/libsvm LIBSVM] - A Library for Support Vector Machines
 +
 
 +
* [http://leenissen.dk/fann/ FANN] - A Library for Artificial Neural Networks - It's a open source C library with bindings from most of the popular programming languages, such as C/C++, perl, python, matlab, etc...
 +
 
 +
* [[Script to convert data from the LIBSVM to the FANN format_OldKiwi]]
 +
 
 +
* Another script to [[Convert LIBSVM to FANN python_OldKiwi]]
 +
 
 +
* [http://www.ncrg.aston.ac.uk/netlab/] - The Netlab library includes software implementations of a wide range of data analysis techniques, many of which are not yet available in standard neural network simulation packages
  
 
== Mathematical Open-Source Packages ==
 
== Mathematical Open-Source Packages ==
- [[Scilab_OldKiwi]] - A opensource matlab-like software environment developed at INRIA
 
  
- [[The R Project_OldKiwi]] - A free software environment for statistical computing (aka GNU S)
+
* [[Scilab_OldKiwi]] - A opensource matlab-like software environment developed at INRIA
 +
 
 +
* [[The R Project_OldKiwi]] - A free software environment for statistical computing (aka GNU S)
 +
 
 +
== Packages available from www.kernel-machines.org ==
 +
* LibSVM (C++)
 +
* SVMLight (C)
 +
* Torch (C++)
 +
* Spider (Matlab)
 +
* Weka (Java)

Latest revision as of 17:13, 21 April 2008

Open-Source Mathematical Software

  • A.I Solver Studio 1.0 [1] - This is a very simple to use pattern recognition tool. The tool uses artificial intelligence techniques like neural networks and genetic algorithms to find an optimal solution to classification problems. This description was extracted from the download site of the tool.
  • Multiple links to pattern recognition tools [2] - This site contains a list of commercial and freeware pattern recognition tools. Some of the applications that you can find deal with character recognition, face recognition, speech recognition, computer vision, and coin recognition.
  • Classifiers Source Code[3]

Clustering Tools

  • Efficient Algorithms for K-Means [4]


Decision Tree Tools

  • Commercial and Free Software for Classification using Decision Trees: [5]

Libraries

  • LIBSVM - A Library for Support Vector Machines
  • FANN - A Library for Artificial Neural Networks - It's a open source C library with bindings from most of the popular programming languages, such as C/C++, perl, python, matlab, etc...
  • [6] - The Netlab library includes software implementations of a wide range of data analysis techniques, many of which are not yet available in standard neural network simulation packages

Mathematical Open-Source Packages

  • Scilab_OldKiwi - A opensource matlab-like software environment developed at INRIA

Packages available from www.kernel-machines.org

  • LibSVM (C++)
  • SVMLight (C)
  • Torch (C++)
  • Spider (Matlab)
  • Weka (Java)

Alumni Liaison

Basic linear algebra uncovers and clarifies very important geometry and algebra.

Dr. Paul Garrett