20 projects found that use the lgpl license.
Showing Items 1-20 of 21 on page 1 of 2: 1 2 Next

Logo gensim 0.7.3

by Radim - September 7, 2010, 17:23:28 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 343 views, 60 downloads, 1 subscription

About: Python Framework for Vector Space Modelling that can handle unlimited datasets (input can be streamed, algorithms work incrementally in constant memory).

Changes:
  • added out-of-core stochastic SVD: getting the top 400 factors from the English Wikipedia (3.2M documents, 100K features, 0.5G non-zeros) now takes 2.5h on a standard laptop.

Logo Moses Decoder 2010-08-13

by oliver_wilson - September 3, 2010, 13:49:43 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 132 views, 24 downloads, 1 subscription

About: Moses is a statistical machine translation system that allows you to automatically train translation models for any language pair. All you need is a collection of translated texts (parallel corpus). An efficient search algorithm finds quickly the highest probability translation among the exponential number of choices.

Changes:

Initial Announcement on mloss.org.


Logo r-cran-tgp 2.3-4

by r-cran-robot - July 19, 2010, 00:00:00 CET [ Project Homepage BibTeX Download ] 3815 views, 1070 downloads, 1 subscription

About: Bayesian treed Gaussian process models

Changes:

Fetched by r-cran-robot on 2010-08-12 12:52:50.335027


Logo Waffles 2010-06-09

by mgashler - June 9, 2010, 23:08:38 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 4702 views, 1407 downloads, 1 subscription

About: A C++ library of machine learning algorithms and tools. Several demos are included that show how to use the library. Also, there is a script-friendly command-line interface that makes the algorithms [...]

Changes:

See the change log at http://waffles.sourceforge.net/changelog.html


Logo MDP Modular toolkit for Data Processing 2.6

by otizonaizit - May 14, 2010, 19:26:00 CET [ Project Homepage BibTeX Download ] 6015 views, 1725 downloads, 1 subscription

Rating Whole StarWhole StarWhole StarWhole Star1/2 Star
(based on 3 votes)

About: Modular toolkit for Data Processing (MDP) is a library of widely used data processing algorithms that can be combined according to a pipeline analogy to build more complex data processing software.

Changes:
  • Several new classifier nodes have been added.
  • A new node extension mechanism makes it possible to dynamically add methods or attributes for specific features to node classes, enabling aspect-oriented programming in MDP. Several MDP features (like parallelization) are now based on this mechanism, and users can add their own custom node extensions.
  • BiMDP is a large new package in MDP that introduces bidirectional data flows to MDP, including backpropagation and even loops. BiMDP also enables the transportation of additional data in flows via messages.
  • BiMDP includes a new flow inspection tool, that runs as as a graphical debugger in the webrowser to step through complex flows. It can be extended by users for the analysis and visualization of intermediate data.
  • As usual, tons of bug fixes

The new additions in the library have been thoroughly tested but, as usual after a public release, we especially welcome user's feedback and bug reports.


Logo K tree 0.1.1

by cdevries - February 27, 2010, 02:41:46 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 941 views, 266 downloads, 1 subscription

About: The K-tree is a scalable approach to clustering inspired by the B+-tree and k-means algorithms.

Changes:

Initial Announcement on mloss.org.


Logo GPUML GPUs for kernel machines 4

by balajivasan - February 26, 2010, 18:12:46 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 1067 views, 191 downloads, 1 subscription

About: GPUML is a library that provides a C/C++ and MATLAB interface for speeding up the computation of the weighted kernel summation and kernel matrix construction on GPU. These computations occur commonly in several machine learning algorithms like kernel density estimation, kernel regression, kernel PCA, etc.

Changes:

Initial Announcement on mloss.org.


Logo JINSECT 1.0

by ggianna - February 25, 2010, 19:03:06 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 912 views, 345 downloads, 1 subscription

About: The JINSECT toolkit is a Java-based toolkit and library that supports and demonstrates the use of n-gram graphs within Natural Language Processing applications, ranging from summarization and summary evaluation to text classi?cation and indexing.

Changes:
  • Added java doc to downloadable files.
  • Created SourceForge wiki page at http://sourceforge.net/apps/mediawiki/jinsect/index.php?title=Main_Page.

Logo Universal Java Matrix Package 0.2.5

by arndt - February 9, 2010, 15:55:23 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 1436 views, 369 downloads, 1 subscription

About: The Universal Java Matrix Package (UJMP) is a data processing tool for Java. Unlike JAMA and Colt, it supports multi-threading and is therefore much faster on current hardware. It does not only support matrices with double values, but instead handles every type of data as a matrix through a common interface, e.g. CSV files, Excel files, images, WAVE audio files, tables in SQL data bases, and much more.

Changes:

Initial Announcement on mloss.org.


Logo LWPR 1.2.3

by sklanke - November 12, 2009, 11:57:54 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 12593 views, 1506 downloads, 1 subscription

About: Locally Weighted Projection Regression (LWPR) is a recent algorithm that achieves nonlinear function approximation in high dimensional spaces with redundant and irrelevant input dimensions. At its [...]

Changes:

Version 1.2.3

  • Corrected bugs in the Python module (missing Py_DECREF in functions returning multiple numpy arrays that led to a memory leak, as well as bad preprocessor directive "USE_EXPAT" instead of "HAVE_LIBEXPAT") Thanks to Benjamin Dittes

  • Corrected bad preprocessor directive (see above) in C++ wrapper lwpr.hh. Also added casts between signed and unsigned integers in lwpr.hh and cross.cc Thanks to Peter Pastor, Robert Nickl and Adrian Haith


About: FLANN is a library for performing fast approximate nearest neighbor searches in high dimensional spaces. It contains a collection of algorithms we found to work best for nearest neighbor search.

Changes:

See project page for changes.


Logo crfpp 0.53

by sonne - May 8, 2009, 08:46:44 CET [ Project Homepage BibTeX Download ] 1447 views, 692 downloads, 1 subscription

About: CRF++ is a simple, customizable, and open source implementation of Conditional Random Fields (CRFs) for segmenting/labeling sequential data.

Changes:

Initial Announcement on mloss.org.


Logo Graph Learning Package 0.1

by hiroto - May 4, 2009, 17:07:15 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 2309 views, 472 downloads, 0 subscriptions

About: This software is aimed at performing supervised/unsupervised learning on graph data, where each graph is represented as binary indicators of subgraph features.

Changes:

Initial Announcement on mloss.org.


Logo figtree 0.9.2

by vmorariu - January 17, 2009, 00:13:32 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 1680 views, 633 downloads, 1 subscription

About: A library for fast computation of Gauss transforms in multiple dimensions, using the Improved Fast Gauss Transform and a tree data structure. This library is useful for efficient Kernel Density [...]

Changes:

Initial Announcement on mloss.org.


Logo Aleph 0.6

by jiria - January 12, 2009, 20:52:12 CET [ Project Homepage BibTeX Download ] 2677 views, 903 downloads, 1 subscription

About: Aleph is both a multi-platform machine learning framework aimed at simplicity and performance, and a library of selected state-of-the-art algorithms.

Changes:

Initial Announcement on mloss.org.


Logo ILNumerics.Net 1.4.01

by haymo - October 14, 2008, 01:24:28 CET [ Project Homepage BibTeX Download ] 2502 views, 633 downloads, 1 subscription

About: Intended for .NET developers wanting to implement algorithms directly in a common .NET language (recommended: C#). Support for n-dim generic arrays, LAPACK, FFT, cells, logicals, 2D&3D plotting [...]

Changes:

Initial Announcement on mloss.org.


Logo aureservoir 0.1

by grh - September 12, 2008, 19:02:26 CET [ Project Homepage BibTeX Download ] 1994 views, 697 downloads, 1 subscription

About: Efficient C++ library for analog reservoir computing neural networks (Echo State Networks).

Changes:

Initial Announcement on mloss.org.


Logo markov thebeast 0.0.2

by sebastian - June 14, 2008, 17:01:31 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 2251 views, 494 downloads, 0 comments, 1 subscription

About: markov thebeast is a Markov Logic interpreter. We also see it as structured prediction framework in which the user can define a loglinear distribution over a complex output space.

Changes:

Initial Announcement on mloss.org.


Logo PyML a python machine learning library focused on kernel methods 0.7.0

by asa - May 29, 2008, 22:23:39 CET [ Project Homepage BibTeX Download ] 5210 views, 1305 downloads, 0 comments, 0 subscriptions

Rating Whole StarWhole StarWhole StarWhole Star1/2 Star
(based on 1 vote)

About: PyML is an interactive object oriented framework for machine learning in python with a focus on kernel methods.

Changes:

Initial Announcement on mloss.org.


Logo Tekkotsu 4.0

by touretzky - December 5, 2007, 10:28:02 CET [ Project Homepage BibTeX Download ] 2202 views, 578 downloads, 0 subscriptions

About: Tekkotsu is a high-level framework for robot programming that provides primitives for perception, manipulation, navigation, and control. It supports a variety of robot platforms.

Changes:

Initial Announcement on mloss.org.


Showing Items 1-20 of 21 on page 1 of 2: 1 2 Next