All entries.
Showing Items 281-300 of 676 on page 15 of 34: First Previous 10 11 12 13 14 15 16 17 18 19 20 Next Last

Logo Light Mutual Min Algorithm for Learning Bayesian Networks 1.0

by ramimahdi - May 14, 2013, 02:06:19 CET [ BibTeX BibTeX for corresponding Paper Download ] 7569 views, 2946 downloads, 0 subscriptions

About: A fast and robust learning of Bayesian networks

Changes:

Initial Announcement on mloss.org.


Logo RLPy 1.3a

by bobklein2 - August 28, 2014, 14:34:35 CET [ Project Homepage BibTeX Download ] 13381 views, 2938 downloads, 0 subscriptions

About: RLPy is a framework for performing reinforcement learning (RL) experiments in Python. RLPy provides a large library of agent and domain components, and a suite of tools to aid in experiments (parallelization, hyperparameter optimization, code profiling, and plotting).

Changes:
  • Fixed bug where results using same random seed were different with visualization turned on/off
  • Created RLPy package on pypi (Available at https://pypi.python.org/pypi/rlpy)
  • Switched from custom logger class to python default
  • Added unit tests
  • Code readability improvements (formatting, variable names/ordering)
  • Restructured TD Learning heirarchy
  • Updated tutorials

Logo OLL 0.02

by hillbig - May 21, 2009, 10:08:31 CET [ Project Homepage BibTeX Download ] 13866 views, 2929 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 ChemCpp 1.0.2

by pmahe - November 28, 2007, 21:47:44 CET [ Project Homepage BibTeX Download ] 8888 views, 2920 downloads, 0 subscriptions

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

About: ChemCpp is a C++ toolbox for chemoinformatics focusing on the computation of kernel functions between chemical compounds.

Changes:

Initial Announcement on mloss.org.


Logo Java Statistical Analysis Tool 0.0.7

by EdwardRaff - January 15, 2017, 22:21:50 CET [ Project Homepage BibTeX Download ] 11044 views, 2915 downloads, 0 subscriptions

About: General purpose Java Machine Learning library for classification, regression, and clustering.

Changes:

See github release tab for change info


Logo Multilinear Principal Component Analysis 1.3

by hplu - September 8, 2013, 13:04:03 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 15951 views, 2909 downloads, 0 subscriptions

About: A Matlab implementation of Multilinear PCA (MPCA) and MPCA+LDA for dimensionality reduction of tensor data with sample code on gait recognition

Changes:
  1. The MPCA paper is updated with a typo (the MAD measure in Table II) corrected.

  2. Tensor toolbox version 2.1 is included for convenience.

  3. Full code on gait recognition is included for verification and comparison.


Logo Alchemy 0.33

by marcs - December 16, 2008, 17:53:07 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 11292 views, 2894 downloads, 0 subscriptions

About: Alchemy is a software package providing a series of algorithms for statistical relational learning and probabilistic logic inference, based on the Markov logic representation. Alchemy allows you to [...]

Changes:

Initial Announcement on mloss.org.


Logo Sequin v1.1.0.0

by apitman - September 23, 2011, 11:47:53 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 13154 views, 2889 downloads, 0 subscriptions

About: Sequin is an open source sequence mining library written in C#.

Changes:

Sequin v1.1.0.0 released


Logo OpenCV, The Open Computer Vision Library 1.0

by bornet - April 24, 2008, 12:15:59 CET [ Project Homepage BibTeX Download ] 11610 views, 2887 downloads, 0 comments, 0 subscriptions

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.


Logo Nested Effects Models 2.4.0

by florian - July 8, 2008, 00:05:59 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 11979 views, 2880 downloads, 0 subscriptions

About: Nested Effects Models (NEMs) are a class of directed graphical models originally introduced to analyze the effects of gene perturbation screens with high-dimensional phenotypes. In contrast to other [...]

Changes:

Initial Announcement on mloss.org.


Logo SimpleSVM 2.99

by gaelle - November 15, 2007, 16:59:45 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 15734 views, 2868 downloads, 0 subscriptions

About: The SimpleSVM toolbox contains the svm solver of the same name. The current version includes C-SVM, HM-SVM and nu-SVM based on the regularization path. It will soon include OC-SVM, regularization [...]

Changes:

Initial Announcement on mloss.org.


Logo Hidden Markov Support Vector Machines 0.2

by pramod - April 16, 2010, 17:27:41 CET [ BibTeX Download ] 10741 views, 2866 downloads, 0 subscriptions

About: This software is an implementation of Hidden Markov Support Vector Machines (HMSVMs).

Changes:

Initial Announcement on mloss.org.


Logo Torch 5 5.1

by andresy - October 1, 2008, 04:25:12 CET [ Project Homepage BibTeX Download ] 17238 views, 2861 downloads, 0 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 Correlative Matrix Mapping, CMM 1.1

by emstrick - July 5, 2011, 15:15:21 CET [ BibTeX BibTeX for corresponding Paper Download ] 13417 views, 2851 downloads, 0 subscriptions

About: Correlative Matrix Mapping (CMM) provides a supervised linear data mapping into a Euclidean subspace of given dimension. Applications include denoising, visualization, label-specific data preprocessing, and assessment of data attribute pairs relevant for the supervised mapping. Solving auto-association problems yields linear multidimensional scaling, similar to PCA, but usually with more faithful low-dimensional mappings.

Changes:

Tue Jul 5 14:40:03 CEST 2011 - Bugfixes and cleanups

  • single precision data affected pinv(). Now fairer using double precision.
  • early stopping did not work properly; now fixed
  • Hessian update mode globally controlled via hessmode, 'lbfgs' / 'bfgs'
  • distmat.m corrected for rounding problems and extended to distmat(X,Y)
  • replaced files: corv.m + corvgrad.m -> corvg.m
  • removed unused files: corrmat.m, splitdata.m, traforankapply.m

Logo mcmkl 0.1

by ong - May 15, 2008, 15:30:44 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 14174 views, 2849 downloads, 0 subscriptions

About: We provide some preliminary code for multiclass multiple kernel learning in Matlab using CPLEX as a base solver.

Changes:

Initial Announcement on mloss.org.


Logo Local Alignment Kernels 0.3.2

by hiroto - December 1, 2007, 00:10:23 CET [ Project Homepage BibTeX Download ] 10933 views, 2849 downloads, 0 subscriptions

About: Local alignment kernels measure the similarity between two sequences by summing up scores obtained from local alignments with gaps of the sequences.

Changes:

Initial Announcement on mloss.org.


Logo Aboleth 0.7

by dsteinberg - December 14, 2017, 02:39:19 CET [ Project Homepage BibTeX Download ] 13403 views, 2846 downloads, 0 subscriptions

About: A bare-bones TensorFlow framework for Bayesian deep learning and Gaussian process approximation

Changes:

Release 0.7.0

  • Update to TensorFlow r1.4.

  • Tutorials in the documentation on:

  • Interfacing with Keras

  • Saving/loading models

  • How to build a variety of regressors with Aboleth

  • New prediction module with some convenience functions, including freezing the weight samples during prediction.

  • Bayesian convolutional layers with accompanying demo.

  • Allow the number of samples drawn from a model to be varied by using placeholders.

  • Generalise the feature embedding layers to work on matrix inputs (instead of just column vectors).

  • Numerous numerical and usability fixes.


Logo gmm Gaussian Mixture Modeling with Gaussian Process Latent Variable Models and 1.0

by hn - August 28, 2010, 00:29:37 CET [ BibTeX BibTeX for corresponding Paper Download ] 11620 views, 2844 downloads, 0 subscriptions

About: The gmm toolbox contains code for density estimation using mixtures of Gaussians: Starting from simple kernel density estimation with spherical and diagonal Gaussian kernels over manifold Parzen window until mixtures of penalised full Gaussians with only a few components. The toolbox covers many Gaussian mixture model parametrisations from the recent literature. Most prominently, the package contains code to use the Gaussian Process Latent Variable Model for density estimation. Most of the code is written in Matlab 7.x including some MEX files.

Changes:

Initial Announcement on mloss.org


Logo pySPACE 1.2

by krell84 - October 29, 2014, 15:36:28 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 15493 views, 2838 downloads, 0 subscriptions

About: pySPACE is the abbreviation for "Signal Processing and Classification Environment in Python using YAML and supporting parallelization". It is a modular software for processing of large data streams that has been specifically designed to enable distributed execution and empirical evaluation of signal processing chains. Various signal processing algorithms (so called nodes) are available within the software, from finite impulse response filters over data-dependent spatial filters (e.g. CSP, xDAWN) to established classifiers (e.g. SVM, LDA). pySPACE incorporates the concept of node and node chains of the MDP framework. Due to its modular architecture, the software can easily be extended with new processing nodes and more general operations. Large scale empirical investigations can be configured using simple text- configuration files in the YAML format, executed on different (distributed) computing modalities, and evaluated using an interactive graphical user interface.

Changes:

improved testing, improved documentation, windows compatibility, more algorithms


Logo ClusterEval 1.1

by cdevries - May 18, 2015, 22:01:01 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 15156 views, 2833 downloads, 0 subscriptions

About: Cluster quality Evaluation software. Implements cluster quality metrics based on ground truths such as Purity, Entropy, Negentropy, F1 and NMI. It includes a novel approach to correct for pathological or ineffective clusterings called 'Divergence from a Random Baseline'.

Changes:

Moved project to GitHub.


Showing Items 281-300 of 676 on page 15 of 34: First Previous 10 11 12 13 14 15 16 17 18 19 20 Next Last