All entries.
Showing Items 641-660 of 676 on page 33 of 34: First Previous 28 29 30 31 32 33 34 Next

Logo TiMBL 6.1

by antalvdb - January 11, 2008, 09:20:57 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 14096 views, 2946 downloads, 0 comments, 0 subscriptions

About: The TiMBL software package is a fast, decision-tree-based implementation of k-nearest neighbor classification. The package includes the IB1, IB2, TRIBL, TRIBL2, and IGTree algorithms, and offers [...]

Changes:

Initial Announcement on mloss.org.


Logo TMBP 1.0

by zengjia - April 5, 2012, 06:42:26 CET [ BibTeX BibTeX for corresponding Paper Download ] 17030 views, 7023 downloads, 0 subscriptions

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

About: Message passing for topic modeling

Changes:
  1. improve "readme.pdf".
  2. correct some compilation errors.

Logo Toeblitz Toolkit for Fast Toeplitz Matrix Operations 1.03

by cunningham - August 13, 2014, 02:21:36 CET [ BibTeX Download ] 19261 views, 5415 downloads, 0 subscriptions

About: Toeblitz is a MATLAB/Octave package for operations on positive definite Toeplitz matrices. It can solve Toeplitz systems Tx = b in O(n*log(n)) time and O(n) memory, compute matrix inverses T^(-1) (with free log determinant) in O(n^2) time and memory, compute log determinants (without inverses) in O(n^2) time and O(n) memory, and compute traces of products A*T for any matrix A, in minimal O(n^2) time and memory.

Changes:

Adding a write-up in written/toeblitz.pdf describing the package.


Logo Tools for Regression and Classification 1.0.0

by matloff - October 29, 2016, 08:22:40 CET [ Project Homepage BibTeX Download ] 7336 views, 2404 downloads, 0 subscriptions

About: Toolkit for parametric and nonparametric regression and classification.

Changes:

Initial Announcement on mloss.org.


Logo Top Frequency Based Parallel Coordinates 1.0.0

by matloff - September 5, 2017, 05:49:41 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 7144 views, 1742 downloads, 0 subscriptions

About: A novel method to create parallel coordinates plots on large data sets without causing a "black screen" problem.

Changes:

Initial Announcement on mloss.org.


Logo Torch 3

by bengio - November 13, 2007, 01:38:29 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 14671 views, 5135 downloads, 0 subscriptions

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

About: Torch is a statistical machine learning library written in C++ at IDIAP,

Changes:

Initial Announcement on mloss.org.


Logo Torch 5 5.1

by andresy - October 1, 2008, 04:25:12 CET [ Project Homepage BibTeX Download ] 18740 views, 3455 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 Toupee 0.1

by nitbix - March 7, 2016, 20:29:59 CET [ Project Homepage BibTeX Download ] 7315 views, 1945 downloads, 0 subscriptions

About: A Python based library for running experiments with Deep Learning and Ensembles on GPUs.

Changes:

Initial Announcement on mloss.org.


Logo treelearn 1

by iskander - September 21, 2011, 16:12:27 CET [ Project Homepage BibTeX Download ] 8842 views, 2589 downloads, 0 subscriptions

About: A python implementation of Breiman's Random Forests.

Changes:

Initial Announcement on mloss.org.


Logo TurboParser 2.0

by afm - October 11, 2012, 02:59:04 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 17398 views, 3888 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 Tuwo 1.0

by nowozin - May 19, 2009, 09:19:41 CET [ Project Homepage BibTeX Download ] 8828 views, 2446 downloads, 0 subscriptions

About: C++ Library for High-level Computer Vision Tasks

Changes:

Initial Announcement on mloss.org.


Logo Two dimensional relaxed representation 1.0

by openpr_nlpr - November 4, 2013, 05:48:12 CET [ Project Homepage BibTeX Download ] 6811 views, 1691 downloads, 0 subscriptions

About: Q. Dong, Two-dimensional relaxed representation, Neurocomputing, 121:248-253, 2013, http://dx.doi.org/10.1016/j.neucom.2013.04.044

Changes:

Initial Announcement on mloss.org.


Logo Two stage Sparse Representation 1.0.0

by openpr_nlpr - December 2, 2011, 05:32:31 CET [ Project Homepage BibTeX Download ] 6460 views, 1914 downloads, 0 subscriptions

About: This program implements a novel robust sparse representation method, called the two-stage sparse representation (TSR), for robust recognition on a large-scale database. Based on the divide and conquer strategy, TSR divides the procedure of robust recognition into outlier detection stage and recognition stage. The extensive numerical experiments on several public databases demonstrate that the proposed TSR approach generally obtains better classification accuracy than the state-of-the-art Sparse Representation Classification (SRC). At the same time, by using the TSR, a significant reduction of computational cost is reached by over fifty times in comparison with the SRC, which enables the TSR to be deployed more suitably for large-scale dataset.

Changes:

Initial Announcement on mloss.org.


Logo Uncorrelated Multilinear Discriminant Analysis 1.0

by hplu - July 7, 2012, 06:27:56 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 11324 views, 2289 downloads, 0 subscriptions

About: A Matlab implementation of Uncorrelated Multilinear Discriminant Analysis (UMLDA) for dimensionality reduction of tensor data via tensor-to-vector projection

Changes:

Initial Announcement on mloss.org.


Logo Uncorrelated Multilinear Principal Component Analysis 1.0

by hplu - June 18, 2012, 17:23:52 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 10739 views, 2269 downloads, 0 subscriptions

About: A Matlab implementation of Uncorrelated Multilinear PCA (UMPCA) for dimensionality reduction of tensor data via tensor-to-vector projection

Changes:

Initial Announcement on mloss.org.


Logo Universal Java Matrix Package 0.3.0

by arndt - July 31, 2015, 14:23:14 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 29381 views, 5641 downloads, 0 subscriptions

About: The Universal Java Matrix Package (UJMP) is a data processing tool for Java. Unlike JAMA and Colt, it supports multi-threading and is therefore much faster on current hardware. It does not only support matrices with double values, but instead handles every type of data as a matrix through a common interface, e.g. CSV files, Excel files, images, WAVE audio files, tables in SQL data bases, and much more.

Changes:

Updated to version 0.3.0


Logo UniverSVM 1.22

by fabee - October 16, 2012, 11:24:12 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 43307 views, 6916 downloads, 0 subscriptions

About: The UniverSVM is a SVM implementation written in C/C++. Its functionality comprises large scale transduction via CCCP optimization, sparse solutions via CCCP optimization and data-dependent [...]

Changes:

Minor changes: fix bug on set_alphas_b0 function (thanks to Ferdinand Kaiser - ferdinand.kaiser@tut.fi)


Logo Updating the Cholesky Decomposition for Simple Changes of the System Matrix 1.0

by mseeger - November 10, 2007, 22:22:39 CET [ Project Homepage BibTeX Download ] 9319 views, 2727 downloads, 0 subscriptions

About: You should never compute, maintain, or update the inverse of a symmetric positive definite matrix if you do not have to. Computing the inverse or manipulating it is inherently instable. You can [...]

Changes:

Initial Announcement on mloss.org.


Logo Urheen 1.0.0

by openpr_nlpr - December 2, 2011, 05:40:08 CET [ Project Homepage BibTeX Download ] 6722 views, 1788 downloads, 0 subscriptions

About: Urheen is a toolkit for Chinese word segmentation, Chinese pos tagging, English tokenize, and English pos tagging. The Chinese word segmentation and pos tagging modules are trained with the Chinese Tree Bank 7.0. The English pos tagging module is trained with the WSJ English treebank(02-23).

Changes:

Initial Announcement on mloss.org.


Logo Variation Gaussian Approximate Inference for Bayesian Generalized Linear Models 1.0

by ed - April 9, 2011, 15:32:27 CET [ BibTeX BibTeX for corresponding Paper Download ] 11033 views, 3240 downloads, 0 subscriptions

About: Matlab implementation of variational gaussian approximate inference for Bayesian Generalized Linear Models.

Changes:

Code restructure and bug fix.


Showing Items 641-660 of 676 on page 33 of 34: First Previous 28 29 30 31 32 33 34 Next