All entries.
Showing Items 381-400 of 676 on page 20 of 34: First Previous 15 16 17 18 19 20 21 22 23 24 25 Next Last

Logo gensim 0.8.6

by Radim - December 9, 2012, 13:15:16 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 67696 views, 15510 downloads, 0 subscriptions

About: Python Framework for Vector Space Modelling that can handle unlimited datasets (streamed input, online algorithms work incrementally in constant memory).

Changes:
  • added the "hashing trick" (by Homer Strong)
  • support for adding target classes in SVMlight format (by Corrado Monti)
  • fixed problems with global lemmatizer object when running in parallel on Windows
  • parallelization of Wikipedia processing + added script version that lemmatizes the input documents
  • added class method to initialize Dictionary from an existing corpus (by Marko Burjek)

Logo r-cran-predbayescor 1.1-4

by r-cran-robot - December 1, 2012, 00:00:07 CET [ Project Homepage BibTeX Download ] 9168 views, 2427 downloads, 0 subscriptions

About: Classification rule based on Bayesian naive Bayes models with feature selection bias corrected

Changes:

Fetched by r-cran-robot on 2012-12-01 00:00:07.510624


Logo r-cran-BPHO 1.3-0

by r-cran-robot - December 1, 2012, 00:00:03 CET [ Project Homepage BibTeX Download ] 15195 views, 3446 downloads, 0 subscriptions

About: Bayesian Prediction with High-order Interactions

Changes:

Fetched by r-cran-robot on 2012-12-01 00:00:03.777292


Logo r-cran-maptree 1.4-7

by r-cran-robot - November 24, 2012, 00:00:00 CET [ Project Homepage BibTeX Download ] 5871 views, 1651 downloads, 0 subscriptions

About: Mapping, pruning, and graphing tree models

Changes:

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


Logo r-cran-lasso2 1.2-14

by r-cran-robot - November 20, 2012, 00:00:00 CET [ Project Homepage BibTeX Download ] 23246 views, 5281 downloads, 0 subscriptions

About: L1 constrained estimation aka `lasso'

Changes:

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


Logo Divvy 1.1.1

by jlewis - November 14, 2012, 20:21:29 CET [ Project Homepage BibTeX Download ] 10463 views, 4530 downloads, 0 subscriptions

About: Divvy is a Mac OS X application for performing dimensionality reduction, clustering, and visualization.

Changes:

Initial Announcement on mloss.org.


Logo r-cran-ipred 0.9-1

by r-cran-robot - November 14, 2012, 00:00:00 CET [ Project Homepage BibTeX Download ] 39384 views, 9799 downloads, 0 subscriptions

About: Improved Predictors

Changes:

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


Logo r-cran-penalized 0.9-42

by r-cran-robot - November 6, 2012, 00:00:00 CET [ Project Homepage BibTeX Download ] 68396 views, 17344 downloads, 0 subscriptions

About: L1 (lasso and fused lasso) and L2 (ridge) penalized estimation in GLMs and in the Cox model

Changes:

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


Logo Reranker Framework 1.0

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

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

Changes:

Initial Announcement on mloss.org.


Logo UniverSVM 1.22

by fabee - October 16, 2012, 11:24:12 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 44854 views, 7245 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 MROGH 1.0

by openpr_nlpr - October 16, 2012, 04:41:51 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 10517 views, 2202 downloads, 0 subscriptions

About: An implementation of MROGH descriptor. For more information, please refer to: “Bin Fan, Fuchao Wu and Zhanyi Hu, Aggregating Gradient Distributions into Intensity Orders: A Novel Local Image Descriptor, CVPR 2011, pp.2377-2384.” The most up-to-date information can be found at : http://vision.ia.ac.cn/Students/bfan/index.htm

Changes:

Initial Announcement on mloss.org.


Logo r-cran-randomForest 4.6-7

by r-cran-robot - October 16, 2012, 00:00:00 CET [ Project Homepage BibTeX Download ] 45800 views, 11230 downloads, 0 subscriptions

About: Breiman and Cutler's random forests for classification and regression

Changes:

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


Logo TurboParser 2.0

by afm - October 11, 2012, 02:59:04 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 18433 views, 4118 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 r-cran-rminer 1.3

by r-cran-robot - October 9, 2012, 00:00:00 CET [ Project Homepage BibTeX Download ] 15899 views, 3627 downloads, 0 subscriptions

About: Simpler use of data mining methods (e.g. NN and SVM) in classification and regression.

Changes:

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


Logo VLFeat 0.9.16

by andreavedaldi - October 5, 2012, 18:44:17 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 29226 views, 5325 downloads, 0 subscriptions

About: The VLFeat open source library implements popular computer vision algorithms including affine covariant feature detectors, HOG, SIFT, MSER, k-means, hierarchical k-means, agglomerative information bottleneck, SLIC superpixels, and quick shift. It is written in C for efficiency and compatibility, with interfaces in MATLAB for ease of use, and detailed documentation throughout. It supports Windows, Mac OS X, and Linux. The latest version of VLFeat is 0.9.16.

Changes:

VLFeat 0.9.16: Added VL_COVDET() (covariant feature detectors). This function implements the following detectors: DoG, Hessian, Harris Laplace, Hessian Laplace, Multiscale Hessian, Multiscale Harris. It also implements affine adaptation, estiamtion of feature orientation, computation of descriptors on the affine patches (including raw patches), and sourcing of custom feature frame. Addet the auxiliary function VL_PLOTSS(). This is the second point update supported by the PASCAL Harvest programme.

VLFeat 0.9.15: Added VL_HOG() (HOG features). Added VL_SVMPEGASOS() and a vastly improved SVM implementation. Added IHASHSUM (hashed counting). Improved INTHIST (integral histogram). Added VL_CUMMAX(). Improved the implementation of VL_ROC() and VL_PR(). Added VL_DET() (Detection Error Trade-off (DET) curves). Improved the verbosity control to AIB. Added support for Xcode 4.3, improved support for past and future Xcode versions. Completed the migration of the old test code in toolbox/test, moving the functionality to the new unit tests toolbox/xtest. Improved credits. This is the first point update supported by the PASCAL Harvest (several more to come shortly).


Logo Linear SVM with general regularization 1.0

by rflamary - October 5, 2012, 15:34:21 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 13111 views, 3416 downloads, 0 subscriptions

About: This package is an implementation of a linear svm solver with a wide class of regularizations on the svm weight vector (l1, l2, mixed norm l1-lq, adaptive lasso). We provide solvers for the classical single task svm problem and for multi-task with joint feature selection or similarity promoting term.

Changes:

Initial Announcement on mloss.org.


Logo Generalised Stirling Numbers libstb 1.0 1.4

by wbuntine - September 28, 2012, 13:49:57 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 28393 views, 5364 downloads, 0 subscriptions

About: THIS VERSION DISCONTINUED, see "http://mloss.org/software/view/424/". This library provides ways of computing generalised 2nd-order Stirling numbers for Pitman-Yor and Dirichlet processes. Included is a tester and parameter optimiser. This accompanies Buntine and Hutter's article: http://arxiv.org/abs/1007.0296

Changes:

See the alternative MLOSS entry "libstb". Updated to 1.4!


Logo r-cran-GMMBoost 1.0.3

by r-cran-robot - September 27, 2012, 00:00:00 CET [ Project Homepage BibTeX Download ] 17959 views, 3923 downloads, 0 subscriptions

About: Likelihood-based Boosting for Generalized mixed models

Changes:

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


Logo SVMStructMATLAB 1.2

by andreavedaldi - September 12, 2012, 00:25:57 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 28584 views, 5385 downloads, 0 subscriptions

About: svm-struct-matlab is a MATLAB wrapper of T. Joachims' SVM^struct solver for structured output support vector machines.

Changes:

Adds support for Xcode 4.0 and Mac OS X 10.7 and greater.


Logo PLEASD 0.1

by heroesneverdie - September 10, 2012, 03:53:26 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 11498 views, 2831 downloads, 0 subscriptions

About: PLEASD: A Matlab Toolbox for Structured Learning

Changes:

Initial Announcement on mloss.org.


Showing Items 381-400 of 676 on page 20 of 34: First Previous 15 16 17 18 19 20 21 22 23 24 25 Next Last