15 projects found that use the bsd license.


Logo Theano 0.1

by jaberg - March 20, 2010, 15:58:17 CET [ Project Homepage BibTeX Download ] 55 views, 6 downloads, 1 subscription

About: A Python library that allows you to define, optimize, and evaluate mathematical expressions involving multi-dimensional arrays efficiently. Dynamically generates CPU and GPU modules for good performance. Deep Learning Tutorials illustrate deep learning with Theano.

Changes:

Initial Announcement on mloss.org.


Logo Pyriel 1.0

by tfawcett - March 14, 2010, 03:51:18 CET [ BibTeX BibTeX for corresponding Paper Download ] 156 views, 29 downloads, 1 subscription

About: Pyriel is a Python system for learning classification rules from data. Unlike other rule learning systems, it is designed to learn rule lists that maximize the area under the ROC curve (AUC) instead of accuracy. Pyriel is mostly an experimental research tool, but it's robust and fast enough to be used for lightweight industrial data mining.

Changes:

Initial Announcement on mloss.org.


Logo JMLR PyBrain 0.3

by bayerj - March 3, 2010, 15:00:08 CET [ Project Homepage BibTeX Download ] 3315 views, 480 downloads, 2 subscriptions

About: PyBrain is a versatile machine learning library for Python. Its goal is to provide flexible, easy-to-use yet still powerful algorithms for machine learning tasks, including a variety of predefined [...]

Changes:
  • more documentation, including new tutorials
  • new and updated example scripts
  • major restructuring of the reinforcement learning part
  • homogeneous interface for optimization algorithms
  • fast networks (arac) are now in an independent package
  • new algorithms, network structures, tools...

Logo jblas 1.0

by mikio - December 22, 2009, 10:47:12 CET [ Project Homepage BibTeX Download ] 2223 views, 544 downloads, 1 subscription

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

About: jblas is a fast linear algebra library for Java. jblas is based on BLAS and LAPACK, the de-facto industry standard for matrix computations, and uses state-of-the-art implementations like ATLAS for all its computational routines, making jBLAS very fast.

Changes:

Release 1.0 - December 22, 2009

Changes from 0.2:

  • Default jar now contains JNI libraries including ATLAS for Windows, Linux, and Mac OS X, 32bit and 64bit (64bit version for Windows missing right now)

  • Build for Mac OS X

  • configure script has been overhauled.

  • Matrix classes are now serializable.

  • added LAPACK functions [sdcz]geev, [sd]getrf, [sd]potrf

  • Added interfaces ConvertsToDoubleMatrix and ConverstToFloatMatrix

  • Added class Decompose which provides LUDecomposition (based on getrf), and Cholesky decomposition (based on potrf)

  • Matrix classes:

  • Added read-only AbstractList views for elements, rows, and columns for better interfacing with Java's collection API.

  • Added matrix exponentials (MatrixFunctions.expm) based on Pade approximation provided by Jan Saptra Müller. These should be pretty fast!

  • Added prod() which returns the product of all elements.

  • Added project() which projects one vector on another.

  • Added diviRowVector().

  • Added loadCSVFile().

  • Added MatrixFunctions.min() and .max() for integers.

  • Added Permutations class for generating random permutations and subsets based on the algorithms from Knuth's "The Art of Computer Programming", Vol. 2.


Logo Circular Statistics Toolbox 3.0

by phb - October 9, 2009, 13:53:16 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 3264 views, 410 downloads, 1 subscription

About: Toolbox for circular statistics with Matlab (The Mathworks).

Changes:

New functions and reference.


About: This toolbox provides functions for maximizing and minimizing submodular set functions, with applications to Bayesian experimental design, inference in Markov Random Fields, clustering and others.

Changes:

Initial Announcement on mloss.org.


Logo Ohmm 0.02

by hillbig - May 21, 2009, 10:07:53 CET [ Project Homepage BibTeX Download ] 875 views, 265 downloads, 1 subscription

About: Ohmm is a library for learning hidden Markov models by using Online EM algorithm. This library is specialized for large scale data; e.g. 1 million words. The output includes parameters, and estimation results.

Changes:

Initial Announcement on mloss.org.


Logo crfpp 0.53

by sonne - May 8, 2009, 08:46:44 CET [ Project Homepage BibTeX Download ] 1036 views, 451 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.


About: Matlab code for performing variational inference in the Indian Buffet Process with a linear-Gaussian likelihood model.

Changes:

Initial Announcement on mloss.org.


Logo dataformat 0.1.1

by mikio - March 12, 2009, 16:07:55 CET [ Project Homepage BibTeX Download ] 2421 views, 477 downloads, 2 subscriptions

About: The goal of this project is to provide code for reading and writing machine learning data sets for as many programming languages as possible.

Changes:

Forgot to include the Java sources.


Logo MPI IKL 1.0

by pgehler - January 16, 2009, 16:39:29 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 1821 views, 390 downloads, 1 subscription

About: This package contains an implementation of the Infinite Kernel Learning (IKL) algorithm and the SimpleMKL algorithm. This is realized by building on Coin-Ipopt-3.3.5 and Libsvm.

Changes:

Initial Announcement on mloss.org.


Logo hcluster 0.2.0

by damianeads - December 14, 2008, 14:03:49 CET [ Project Homepage BibTeX Download ] 1445 views, 321 downloads, 1 subscription

About: This library provides Python functions for agglomerative clustering. Its features include

Changes:

Initial Announcement on mloss.org.


Logo Torch 5 5.1

by andresy - October 1, 2008, 04:25:12 CET [ Project Homepage BibTeX Download ] 3972 views, 702 downloads, 2 subscriptions

Rating Whole StarWhole StarWhole StarWhole StarEmpty Star
(based on 1 vote)

About: Torch5 provides a matlab-like environment for state-of-the-art machine learning algorithms. It is easy to use and provides a very efficient implementation, thanks to a easy and fast scripting [...]

Changes:

Initial Announcement on mloss.org.


Logo MinorThird 20080414

by frank - June 9, 2008, 09:08:30 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 2681 views, 846 downloads, 1 subscription

About: MinorThird is a collection of Java classes for storing text, annotating text, and learning to extract entities and categorize text. It was written primarily by William W. Cohen, a professor at [...]

Changes:

Initial Announcement on mloss.org.


Logo OpenCV, The Open Computer Vision Library 1.0

by bornet - April 24, 2008, 12:15:59 CET [ Project Homepage BibTeX Download ] 2592 views, 802 downloads, 1 subscription

Rating Whole StarWhole StarWhole StarWhole StarEmpty Star
(based on 3 votes)

About: The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL and utilizes Intel Integrated Performance [...]

Changes:

Initial Announcement on mloss.org.