15 projects found that use the new bsd license.


Logo BOLeRo 1.0.0

by afabisch - February 11, 2018, 19:44:41 CET [ Project Homepage BibTeX Download ] 13978 views, 3176 downloads, 0 subscriptions

About: Behavior Optimization and Learning for Robots

Changes:

https://github.com/rock-learning/bolero/releases/tag/v1.0.0


Logo JMLR scikitlearn 0.18.1

by fabianp - November 28, 2016, 17:45:27 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 68180 views, 21971 downloads, 0 subscriptions

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

About: The scikit-learn project is a machine learning library in Python.

Changes:

Update for 0.18 .1


Logo libnabo 1.0.6

by smagnenat - August 5, 2015, 12:16:40 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 40988 views, 8807 downloads, 0 subscriptions

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

Changes:
  • Reset point indices of results with distances exceeding threshold (#23, #24)
  • Fine tune the find_package() capability and add uninstall target (#22)
  • Fixed compiler warning (#18)
  • Added OpenMP support (#20, #21)
  • Build type tuning (#19)
  • Fix: terminal comma in enum requires C++11
  • Fix UBSAN error calculating maxNodeCount (#16, #17)
  • Fixed tiny (yet significant) error in the Python doc strings (#15)
  • Compile static lib with PIC (#14)
  • Added configure scripts for full catkinization
  • Catkinization of libnabo (following REP136)
  • Update README.md Added Simon as the maintainer.
  • [test] use CLOCK_PROF for NetBSD build
  • Fixed CppCheck warning. Fix broken install when doxygen is not found
  • Fix cmake stylistic issue
  • Make python install respect custom CMAKE_INSTALL_PREFIX
  • Fix broken install when doxygen is not found

Logo JMLR Waffles 2014-07-05

by mgashler - July 20, 2014, 04:53:54 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 85874 views, 19892 downloads, 0 subscriptions

About: Script-friendly command-line tools for machine learning and data mining tasks. (The command-line tools wrap functionality from a public domain C++ class library.)

Changes:

Added support for CUDA GPU-parallelized neural network layers, and several other new features. Full list of changes at http://waffles.sourceforge.net/docs/changelog.html


Logo SonS and MDSonS, Software for hierarchical clustering visualization V1

by marmarj3 - June 18, 2013, 12:18:05 CET [ Project Homepage BibTeX Download ] 7401 views, 2155 downloads, 0 subscriptions

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 ] 19385 views, 4657 downloads, 0 subscriptions

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 Reranker Framework 1.0

by zenog - October 29, 2012, 10:05:30 CET [ Project Homepage BibTeX Download ] 7096 views, 2097 downloads, 0 subscriptions

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

Changes:

Initial Announcement on mloss.org.


Logo redsvd 0.1.0

by hillbig - August 30, 2010, 18:13:55 CET [ Project Homepage BibTeX Download ] 11455 views, 2762 downloads, 0 subscriptions

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 ] 16511 views, 3585 downloads, 0 subscriptions

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 ] 13450 views, 3274 downloads, 0 subscriptions

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 ] 15088 views, 3061 downloads, 0 subscriptions

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 ] 17200 views, 3604 downloads, 0 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 ] 31422 views, 3887 downloads, 0 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 ] 12750 views, 2542 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.


Logo NXTMOTE is an Educational TinyOS Mote for LEGO MINDSTORMS NXT

by rasped - December 19, 2007, 21:11:11 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 16016 views, 3783 downloads, 0 subscriptions

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.