Projects running under agnostic.
Showing Items 21-40 of 180 on page 2 of 9: Previous 1 2 3 4 5 6 7 Next Last

Logo r-cran-glmnet 1.9-3

by r-cran-robot - March 1, 2013, 00:00:00 CET [ Project Homepage BibTeX Download ] 7820 views, 1628 downloads, 1 subscription

About: Lasso and elastic-net regularized generalized linear models

Changes:

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


Logo JKernelMachines 2.0

by dpicard - February 28, 2013, 21:09:31 CET [ Project Homepage BibTeX Download ] 3703 views, 859 downloads, 1 subscription

About: machine learning library in java for easy development of new kernels

Changes:

Version 2.0.

  • Separation of the core library and unit testing
  • Junit testing added
  • Lots of bug fixes
  • Better examples, and many useless test classes removed
  • A small demo script to benchmark the library was added

Warning: all classes have migrated under the fr.lip6.jkernelmachines package, which breaks backward compatibility, but was necessary to keep the project going on sanely.


Logo fastICA 0.1

by maitra - February 28, 2013, 06:30:20 CET [ Project Homepage BibTeX Download ] 410 views, 96 downloads, 1 subscription

About: The open-source C-package fastICA implements the fastICA algorithm of Aapo Hyvarinen et al. (URL: http://www.cs.helsinki.fi/u/ahyvarin/) to perform Independent Component Analysis (ICA) and Projection Pursuit. fastICA is released under the GNU Public License (GPL).

Changes:

Initial Announcement on mloss.org.


Logo ADAMS 0.4.2

by fracpete - February 26, 2013, 03:26:25 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 1792 views, 317 downloads, 1 subscription

About: The Advanced Data mining And Machine learning System (ADAMS) is a novel, flexible workflow engine aimed at quickly building and maintaining real-world, complex knowledge workflows.

Changes:
  • Added almost 20 more conversions and 20 new actors
  • R-Project integration using Rserve
  • WEKA webservice allows for programming language agnostic training, evaluation and use of WEKA models (classifiers, clusterers) and data processing using filters
  • Spreadsheets now come with basic formula support
  • Spreadsheets can be used for lookup tables in the flow
  • Support for "chunked" reading/writing of spreadsheets to process millions of rows

Logo libnabo 1.0.2

by smagnenat - February 20, 2013, 09:58:33 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 3383 views, 808 downloads, 1 subscription

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

Changes:
  • Added python bindings
  • Improved performances with STL_HEAP when the number of points found is significantly smaller than the number of points requested
  • Added boundary checks in case of very large point clouds
  • Fixed epsilon semantics to match the one of ANN

Logo r-cran-hda 0.2-11

by r-cran-robot - February 17, 2013, 00:00:00 CET [ Project Homepage BibTeX Download ] 2967 views, 564 downloads, 0 subscriptions

About: Heteroscedastic Discriminant Analysis

Changes:

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


Logo r-cran-C50 0.1.0-14

by r-cran-robot - February 14, 2013, 00:00:00 CET [ Project Homepage BibTeX Download ] 544 views, 128 downloads, 0 subscriptions

About: C5.0 Decision Trees and Rule-Based Models

Changes:

Fetched by r-cran-robot on 2013-05-01 00:00:05.218681


Logo JProGraM 13.2

by ninofreno - February 13, 2013, 20:29:38 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 8390 views, 1750 downloads, 1 subscription

About: JProGraM (PRObabilistic GRAphical Models in Java) is a statistical machine learning library. It supports statistical modeling and data analysis along three main directions: (1) probabilistic graphical models (Bayesian networks, Markov random fields, dependency networks, hybrid random fields); (2) parametric, semiparametric, and nonparametric density estimation (Gaussian models, nonparanormal estimators, Parzen windows, Nadaraya-Watson estimator); (3) generative models for random networks (small-world, scale-free, exponential random graphs, Fiedler random graphs/fields), subgraph sampling algorithms (random walk, snowball, etc.), and spectral decomposition.

Changes:

JProGraM 13.2 -- CHANGE LOG

Release date: February 13, 2012

New features: -- Support for Fiedler random graphs/random field models for large-scale networks (ninofreno.graph.fiedler package); -- Various bugfixes and enhancements (especially in the ninofreno.graph and ninofreno.math package).


Logo r-cran-caret 5.15-61

by r-cran-robot - February 12, 2013, 00:00:00 CET [ Project Homepage BibTeX Download ] 34256 views, 7433 downloads, 1 subscription

About: Classification and Regression Training

Changes:

Fetched by r-cran-robot on 2013-05-01 00:00:05.351338


Logo r-cran-grpreg 2.3-0

by r-cran-robot - February 10, 2013, 00:00:00 CET [ Project Homepage BibTeX Download ] 523 views, 148 downloads, 0 subscriptions

About: Regularization paths for regression models with grouped covariates

Changes:

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


Logo r-cran-mboost 2.2-2

by r-cran-robot - February 8, 2013, 00:00:00 CET [ Project Homepage BibTeX Download ] 19198 views, 3229 downloads, 1 subscription

About: Model-Based Boosting

Changes:

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


Logo r-cran-glmpath 0.97

by r-cran-robot - February 5, 2013, 00:00:00 CET [ Project Homepage BibTeX Download ] 3856 views, 812 downloads, 1 subscription

About: L1 Regularization Path for Generalized Linear Models and Cox Proportional Hazards Model

Changes:

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


Logo JMLR GPML Gaussian Processes for Machine Learning Toolbox 3.2

by hn - January 21, 2013, 15:34:50 CET [ Project Homepage BibTeX Download ] 9775 views, 2721 downloads, 3 subscriptions

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

About: The GPML toolbox is a flexible and generic Octave 3.2.x and Matlab 7.x implementation of inference and prediction in Gaussian Process (GP) models.

Changes:

We now support inference on large datasets using the FITC approximation for non-Gaussian likelihoods for EP and Laplace's approximation. New likelihood functions: mixture likelihood, Poisson likelihood, label noise. We added two MCMC samplers.


Logo r-cran-gbm 2.0-8

by r-cran-robot - January 17, 2013, 00:00:00 CET [ Project Homepage BibTeX Download ] 4316 views, 755 downloads, 1 subscription

About: Generalized Boosted Regression Models

Changes:

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


Logo r-cran-party 1.0-6

by r-cran-robot - January 9, 2013, 00:00:00 CET [ Project Homepage BibTeX Download ] 14257 views, 3334 downloads, 1 subscription

About: A Laboratory for Recursive Partytioning

Changes:

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


Logo r-cran-CORElearn 0.9.41

by r-cran-robot - January 2, 2013, 00:00:00 CET [ Project Homepage BibTeX Download ] 1961 views, 422 downloads, 0 subscriptions

About: CORElearn - classification, regression, feature evaluation and ordinal evaluation

Changes:

Fetched by r-cran-robot on 2013-05-01 00:00:05.454660


About: hapFabia is an R package for identification of very short segments of identity by descent (IBD) characterized by rare variants in large sequencing data.

Changes:

Initial Announcement on mloss.org.


Logo libAGF 0.9.6

by Petey - December 12, 2012, 03:37:48 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 4709 views, 974 downloads, 1 subscription

About: C++ software for statistical classification, probability estimation and interpolation/non-linear regression using variable bandwidth kernel estimation.

Changes:

New in Version 0.9.6:

  • Many, many bug fixes. Thanks to all who submitted bug reports!

  • New Bash script to validate probability density function (PDF) calculations: validate_pdf.sh

  • New command for generating a simulated data set with approximately the same PDF as the training data: pdf_sim . Used by validate_pdf.sh

  • New file utility that randomly splits up a dataset into two or more divisions: agf_split_data . Also used by validate_pdf.sh

  • New command generates the Relative Operating Characteristic (ROC) curve: roc_curve


Logo r-cran-predbayescor 1.1-4

by r-cran-robot - December 1, 2012, 00:00:07 CET [ Project Homepage BibTeX Download ] 2641 views, 712 downloads, 1 subscription

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 ] 3670 views, 811 downloads, 1 subscription

About: Bayesian Prediction with High-order Interactions

Changes:

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


Showing Items 21-40 of 180 on page 2 of 9: Previous 1 2 3 4 5 6 7 Next Last