14 projects found that use the new bsd license.


About: This toolbox implements a novel visualization technique called Sectors on Sectors (SonS), and a extended version called Multidimensional Sectors on Sectors (MDSonS), for improving the interpretation of several data mining algorithms. The MDSonS method makes use of Multidimensional Scaling (MDS) to solve the main drawback of the previous method, namely, the lack of representing distances between pairs of clusters. These methods have been applied for visualizing the results of hierarchical clustering, Growing Hierarchical Self-Organizing Maps (GHSOM), classification trees and several manifolds. These methods make possible to extract all the existing relationships among centroids’ attributes at any hierarchy level.

Changes:

Initial Announcement on mloss.org.


Logo HDDM 0.5

by Wiecki - April 24, 2013, 02:53:07 CET [ Project Homepage BibTeX Download ] 1897 views, 449 downloads, 1 subscription

About: HDDM is a python toolbox for hierarchical Bayesian parameter estimation of the Drift Diffusion Model (via PyMC). Drift Diffusion Models are used widely in psychology and cognitive neuroscience to study decision making.

Changes:
  • New and improved HDDM model with the following changes:
    • Priors: by default model will use informative priors (see http://ski.clps.brown.edu/hddm_docs/methods.html#hierarchical-drift-diffusion-models-used-in-hddm) If you want uninformative priors, set informative=False.
    • Sampling: This model uses slice sampling which leads to faster convergence while being slower to generate an individual sample. In our experiments, burnin of 20 is often good enough.
    • Inter-trial variablity parameters are only estimated at the group level, not for individual subjects.
    • The old model has been renamed to HDDMTransformed.
    • HDDMRegression and HDDMStimCoding are also using this model.
  • HDDMRegression takes patsy model specification strings. See http://ski.clps.brown.edu/hddm_docs/howto.html#estimate-a-regression-model and http://ski.clps.brown.edu/hddm_docs/tutorial_regression_stimcoding.html#chap-tutorial-hddm-regression
  • Improved online documentation at http://ski.clps.brown.edu/hddm_docs
  • A new HDDM demo at http://ski.clps.brown.edu/hddm_docs/demo.html
  • Ratcliff's quantile optimization method for single subjects and groups using the .optimize() method
  • Maximum likelihood optimization.
  • Many bugfixes and better test coverage.
  • hddm_fit.py command line utility is depracated.

Logo JMLR scikitlearn 0.13.1

by fabianp - February 23, 2013, 18:00:14 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 7235 views, 2460 downloads, 3 subscriptions

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

About: The scikit-learn aims to provide state of the art standard machine learning algorithms in Python.

Changes:

Update for 0.13.1


Logo libnabo 1.0.2

by smagnenat - February 20, 2013, 09:58:33 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 3467 views, 829 downloads, 1 subscription

About: libnabo is a fast K Nearset Neighbor library for low-dimensional spaces.

Changes:
  • Added python bindings
  • Improved performances with STL_HEAP when the number of points found is significantly smaller than the number of points requested
  • Added boundary checks in case of very large point clouds
  • Fixed epsilon semantics to match the one of ANN

Logo Reranker Framework 1.0

by zenog - October 29, 2012, 10:05:30 CET [ Project Homepage BibTeX Download ] 432 views, 104 downloads, 1 subscription

About: ReFr is a software architecture for specifying, training and using reranking models.

Changes:

Initial Announcement on mloss.org.


Logo Libra 0.4.0

by lowd - July 6, 2011, 09:40:25 CET [ Project Homepage BibTeX Download ] 7227 views, 1360 downloads, 1 subscription

About: The Libra machine learning toolkit includes implementations of a variety of algorithms for learning and inference with Bayesian networks, Markov networks, dependency networks, and arithmetic circuits. Libra's strength is exploiting context-specific independence to allow exact inference in models with high treewidth.

Changes:

Version 0.4.0 (7/06/2011): * MF inference in DNs (mf -depnet) * Max-product algorithm for BNs and MNs (maxprod) * MPE inference in ACs (acquery -mpe) * Added support for UAI MN file format. * New fstats utility to get basic file statistics for most file types supported by Libra * And more!


Logo redsvd 0.1.0

by hillbig - August 30, 2010, 18:13:55 CET [ Project Homepage BibTeX Download ] 2933 views, 545 downloads, 1 subscription

About: redsvd is a library for solving several matrix decomposition (SVD, PCA, eigen value decomposition) redsvd can handle very large matrix efficiently, and optimized for a truncated SVD of sparse matrices. For example, redsvd can compute a truncated SVD with top 20 singular values for a 100K x 100K matrix with 10M nonzero entries in about two second.

Changes:

Initial Announcement on mloss.org.


Logo OLL 0.02

by hillbig - May 21, 2009, 10:08:31 CET [ Project Homepage BibTeX Download ] 5142 views, 1027 downloads, 1 subscription

About: OLL is a library supporting several for online-learning algorithms, which provides C++ library, and stand-alone programs for learning, predicting. OLL is specialized for large-scale, but sparse, [...]

Changes:

Initial Announcement on mloss.org.


Logo CRFsuite 0.8

by chokkan - March 18, 2009, 15:19:02 CET [ Project Homepage BibTeX Download ] 4233 views, 958 downloads, 1 subscription

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

About: CRFSuite is a speed-oriented implementation of Conditional Random Fields (CRFs). This software features: parameter estimation using SGD and L-BFGS, l1/l2 regularization, simple data I/O format, etc.

Changes:

Initial Announcement on mloss.org.


Logo Disco 0.1

by tuulos - October 6, 2008, 11:14:48 CET [ Project Homepage BibTeX Download ] 5187 views, 1025 downloads, 1 subscription

About: Disco is an open-source implementation of the [Map-Reduce framework](http://en.wikipedia.org/wiki/MapReduce) for distributed computing. As the original framework, Disco supports parallel [...]

Changes:

Initial Announcement on mloss.org.


Logo Graph kernel based on iterative graph similarity and optimal assignments 2008-01-15

by mrupp - September 22, 2008, 13:42:28 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 6448 views, 1059 downloads, 2 subscriptions

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

About: Java package implementing a kernel for (molecular) graphs based on iterative graph similarity and optimal assignments.

Changes:

Initial Announcement on mloss.org.


Logo JMLR LIBLINEAR 1.32

by biconnect - September 3, 2008, 17:35:24 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 14810 views, 1666 downloads, 2 subscriptions

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

About: LIBLINEAR is a linear classifier for data with millions of instances and features. It supports L2-regularized logistic regression (LR), L2-loss linear SVM, L1-loss linear SVM, and multi-class SVM

Changes:

Initial Announcement on mloss.org.


Logo Vowpal Wabbit 2.3

by JohnLangford - December 21, 2007, 20:43:40 CET [ Project Homepage BibTeX Download ] 5228 views, 868 downloads, 0 subscriptions

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

About: This is a large scale online learning implementation with several useful features. See the webpage for more details.

Changes:

Initial Announcement on mloss.org.


About: TinyOS is a small operating for small (wireless) sensors. LEGO MINDSTORMS NXT is a platform for embedded systems experimentation: The combination of NXT and TinyOS is NXTMOTE.

Changes:

Initial Announcement on mloss.org.