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

Logo GESL v1.01

by bellet - May 15, 2015, 11:54:04 CET [ BibTeX BibTeX for corresponding Paper Download ] 10210 views, 3110 downloads, 0 subscriptions

About: Learning string edit distance / similarity from data

Changes:

Added datasets used in the experiments of the paper


Logo Dependency modeling toolbox 0.2

by lml - April 30, 2010, 14:38:45 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 18627 views, 3108 downloads, 0 subscriptions

About: Investigation of dependencies between multiple data sources allows the discovery of regularities and interactions that are not seen in individual data sets. The demand for such methods is increasing with the availability and size of co-occurring observations in computational biology, open data initiatives, and in other domains. We provide practical, open access implementations of general-purpose algorithms that help to realize the full potential of these information sources.

Changes:

Three independent modules (drCCA, pint, MultiWayCCA) have been added.


Logo Penalized Partial Least Squares Regression 1.03

by nkraemer - May 5, 2009, 19:53:20 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 19091 views, 3099 downloads, 0 subscriptions

About: This package contains functions to estimate linear and nonlinear regression methods with Penalized Partial Least Squares.

Changes:
  • fixed several bugs
  • drastic speed-up of computation time

Logo TurboParser 2.0

by afm - October 11, 2012, 02:59:04 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 14088 views, 3085 downloads, 0 subscriptions

About: TurboParser is a free multilingual dependency parser based on linear programming developed by André Martins. It is based on joint work with Noah Smith, Mário Figueiredo, Eric Xing, Pedro Aguiar.

Changes:

This version introduces a number of new features:

  • The parser does not depend anymore on CPLEX (or any other non-free LP solver). Instead, the decoder is now based on AD3, our free library for approximate MAP inference.

  • The parser now outputs dependency labels along with the backbone structure.

  • As a bonus, we now provide a trainable part-of-speech tagger, called TurboTagger, which can be used in standalone mode, or to provide part-of-speech tags as input for the parser. TurboTagger has state-of-the-art accuracy for English (97.3% on section 23 of the Penn Treebank) and is fast (~40,000 tokens per second).

  • The parser is much faster than in previous versions. You may choose among a basic arc-factored parser (~4,300 tokens per second), a standard second-order model with consecutive sibling and grandparent features (the default; ~1,200 tokens per second), and a full model with head bigram and arbitrary sibling features (~900 tokens per second).

Note: The runtimes above are approximate, and based on experiments with a desktop machine with a Intel Core i7 CPU 3.4 GHz and 8GB RAM. To run this software, you need a standard C++ compiler. This software has the following external dependencies: AD3, a library for approximate MAP inference; Eigen, a template library for linear algebra; google-glog, a library for logging; gflags, a library for commandline flag processing. All these libraries are free software and are provided as tarballs in this package.

This software has been tested on Linux, but it should run in other platforms with minor adaptations.


Logo C MixSim 0.5

by volmeln - June 10, 2009, 19:37:42 CET [ Project Homepage BibTeX Download ] 13341 views, 3070 downloads, 0 subscriptions

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

About: C-MixSim is an open source package written in C for simulating finite mixture models with Gaussian components. With a vast number of clustering algorithms, evaluating performance is important. C-MixSim provides an easy and convenient way of generating datasets from Gaussian mixture models with different levels of clustering complexity. C-MixSim is released under the GNU GPL license.

Changes:

Initial Announcement on mloss.org.


Logo SVQP 2

by leonbottou - January 31, 2009, 14:22:04 CET [ Project Homepage BibTeX Download ] 9583 views, 3045 downloads, 0 subscriptions

About: SVQP1 and SVQP2 are QP solvers for training SVM.

Changes:

Initial Announcement on mloss.org.


Logo r-cran-sda 1.2.1

by r-cran-robot - January 22, 2012, 00:00:00 CET [ Project Homepage BibTeX Download ] 13529 views, 3040 downloads, 0 subscriptions

About: Shrinkage Discriminant Analysis and CAT Score Variable Selection

Changes:

Fetched by r-cran-robot on 2012-02-01 00:00:11.559491


Logo AffectiveTweets 1.0.1

by felipebravom - May 14, 2018, 08:20:50 CET [ Project Homepage BibTeX Download ] 11507 views, 3033 downloads, 0 subscriptions

About: A WEKA package for analyzing emotion and sentiment of tweets.

Changes:

Initial Announcement on mloss.org.


Logo JMLR JNCC2 1.11

by gcorani - January 1, 2009, 03:22:47 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 22292 views, 3032 downloads, 0 comments, 0 subscriptions

About: JNCC2 is the open-source implementation of the Naive Credal Classifier2 (NCC2), i.e., an extension of Naive Bayes towards imprecise probabilities, designed to deliver robust classifications even on [...]

Changes:

Initial Announcement on mloss.org.


Logo Piqle 2.0

by fdecomite - June 19, 2009, 10:16:53 CET [ Project Homepage BibTeX Download ] 8265 views, 3031 downloads, 0 subscriptions

About: Piqle (Platform for Implementing Q-Learning Experiments) is a Java framework for fast design, prototyping and test of reinforcement learning experiments (RL). By clearly separating algorithms and problems, it allows users to focus on either part of the RL paradigm:designing new algorithms or implementing new problems. Piqle implements many classical RL algorithms, making their parameters easily tunable. At this time, 13 problems are implemented, several with one or more variants. The user's manual explains in detail how to code a new problem. Written in Java, Piqle is as platform-independent as Java itself. Its components can easily be embedded as part of complex implementations, like robotics or decision making.

Changes:

Initial Announcement on mloss.org.


Logo Moses Decoder 2010-08-13

by oliver_wilson - September 3, 2010, 13:49:43 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 11490 views, 3024 downloads, 0 comments, 0 subscriptions

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 seqan 1.2

by sonne - November 2, 2009, 14:54:08 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 16737 views, 3019 downloads, 0 subscriptions

About: SeqAn is an open source C++ library of efficient algorithms and data structures for the analysis of sequences with the focus on biological data.

Changes:
  • 5 more applications, i.e. DFI, MicroRazerS, PairAlign, SeqCons, TreeRecon
  • stable release of RazerS supporting paired-end read mapping and configurable sensitivity
  • new alignment algorithms, e.g. banded, configurable alignments (overlap, semi-global, ...)
  • realignment algorithm
  • NGS data structures and formats, e.g. SAM, Amos, ...
  • new alphabets, e.g. Dna with base call qualities, profile characters
  • auxiliary data structures and algorithms, e.g. double ended queue, command line parser
  • positional scores
  • CMake support

Logo MICP 1.04

by kay_brodersen - March 26, 2013, 12:42:04 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 15968 views, 3018 downloads, 0 subscriptions

About: This toolbox implements models for Bayesian mixed-effects inference on classification performance in hierarchical classification analyses.

Changes:

In addition to the existing MATLAB implementation, the toolbox now also contains an R package of the variational Bayesian algorithm for mixed-effects inference.


Logo Aciqra 1.2.1

by Caglow - June 25, 2009, 23:30:22 CET [ BibTeX Download ] 6729 views, 3015 downloads, 0 subscriptions

About: A desktop planetarium and sky map program which shows the sky from anywhere on Earth at any time.

Changes:

Removed erroneous topocentric code. Increased maximum zoom for detail on planets.


Logo CVXOPT 1.1

by jdahl - October 24, 2008, 21:37:16 CET [ Project Homepage BibTeX Download ] 9935 views, 2992 downloads, 0 comments, 0 subscriptions

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

About: CVXOPT is a free software package for convex optimization based on the Python programming language. It can be used with the interactive Python interpreter, on the command line by executing Python [...]

Changes:

Initial Announcement on mloss.org.


Logo JMLR RL library 3.00.00

by frezza - January 13, 2015, 04:15:16 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 11107 views, 2972 downloads, 0 subscriptions

About: A template based C++ reinforcement learning library

Changes:

Initial Announcement on mloss.org.


Logo DeltaLDA 0.1.1

by davidandrzej - July 16, 2009, 21:52:18 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 17310 views, 2972 downloads, 0 subscriptions

About: This software implements the DeltaLDA model, which is a modification of the Latent Dirichlet Allocation (LDA) model. DeltaLDA can use multiple topic mixing weight priors to jointly model multiple [...]

Changes:

-fixed some npy_intp[] memory leaks -fixed phi normalization bug


Logo r-cran-ncvreg 2.5-0

by r-cran-robot - March 15, 2013, 00:00:00 CET [ Project Homepage BibTeX Download ] 12837 views, 2955 downloads, 0 subscriptions

About: Regularization paths for SCAD- and MCP-penalized regression models

Changes:

Fetched by r-cran-robot on 2013-04-01 00:00:06.449164


Logo r-cran-bigRR 1.3-10

by r-cran-robot - August 23, 2014, 00:00:00 CET [ Project Homepage BibTeX Download ] 12413 views, 2953 downloads, 0 subscriptions

About: Generalized Ridge Regression (with special advantage for p >> n cases)

Changes:

Fetched by r-cran-robot on 2018-05-01 00:00:05.929954


Logo Neural network designer 1.1.1

by bragi - December 28, 2012, 11:38:10 CET [ Project Homepage BibTeX Download ] 13070 views, 2948 downloads, 0 subscriptions

About: a dbms for resonating neural networks. Create and use different types of machine learning algorithms.

Changes:

AIML compatible (AIML files can be imported); new 'Grid channel' for developing board games; improved topics editor; new demo project: ALice (from AIML); lots of bug-fixes and speed improvements


Showing Items 261-280 of 676 on page 14 of 34: First Previous 9 10 11 12 13 14 15 16 17 18 19 Next Last