Projects running under windows.
Showing Items 81-100 of 216 on page 5 of 11: Previous 1 2 3 4 5 6 7 8 9 10 Next Last

Logo MShadow 1.0

by antinucleon - April 10, 2014, 02:57:54 CET [ Project Homepage BibTeX Download ] 9017 views, 2658 downloads, 0 subscriptions

About: Lightweight CPU/GPU Matrix/Tensor Template Library in C++/CUDA. Support element-wise expression expand in high performance. Code once, run smoothly on both GPU and CPU

Changes:

Initial Announcement on mloss.org.


Logo CXXNET 0.1

by antinucleon - April 10, 2014, 02:47:08 CET [ Project Homepage BibTeX Download ] 10625 views, 2907 downloads, 0 subscriptions

About: CXXNET (spelled as: C plus plus net) is a neural network toolkit build on mshadow(https://github.com/tqchen/mshadow). It is yet another implementation of (convolutional) neural network. It is in C++, with about 1000 lines of network layer implementations, easily configuration via config file, and can get the state of art performance.

Changes:

Initial Announcement on mloss.org.


Logo JMLR Tapkee 1.0

by blackburn - April 10, 2014, 02:45:58 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 35199 views, 8566 downloads, 0 subscriptions

About: Tapkee is an efficient and flexible C++ template library for dimensionality reduction.

Changes:

Initial Announcement on mloss.org.


Logo JMLR MOA Massive Online Analysis Nov-13

by abifet - April 4, 2014, 03:50:20 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 38754 views, 10655 downloads, 0 subscriptions

About: Massive Online Analysis (MOA) is a real time analytic tool for data streams. It is a software environment for implementing algorithms and running experiments for online learning from evolving data streams. MOA includes a collection of offline and online methods as well as tools for evaluation. In particular, it implements boosting, bagging, and Hoeffding Trees, all with and without Naive Bayes classifiers at the leaves. MOA supports bi-directional interaction with WEKA, the Waikato Environment for Knowledge Analysis, and it is released under the GNU GPL license.

Changes:

New version November 2013


Logo JMLR MultiBoost 1.2.02

by busarobi - March 31, 2014, 16:13:04 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 97078 views, 16386 downloads, 0 subscriptions

About: MultiBoost is a multi-purpose boosting package implemented in C++. It is based on the multi-class/multi-task AdaBoost.MH algorithm [Schapire-Singer, 1999]. Basic base learners (stumps, trees, products, Haar filters for image processing) can be easily complemented by new data representations and the corresponding base learners, without interfering with the main boosting engine.

Changes:

Major changes :

  • The “early stopping” feature can now based on any metric output with the --outputinfo command line argument.

  • Early stopping now works with --slowresume command line argument.

Minor fixes:

  • More informative output when testing.

  • Various compilation glitch with recent clang (OsX/Linux).


Logo JMLR fastclime 1.2.3

by colin1898 - March 10, 2014, 08:54:41 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 15150 views, 4060 downloads, 0 subscriptions

About: The package "fastclime" provides a method of recover the precision matrix efficiently by applying parametric simplex method. The computation is based on a linear optimization solver. It also contains a generic LP solver and a parameterized LP solver using parametric simplex method.

Changes:

Initial Announcement on mloss.org.


Logo HierLearning 1.0

by neville - March 2, 2014, 04:24:37 CET [ BibTeX BibTeX for corresponding Paper Download ] 7932 views, 2144 downloads, 0 subscriptions

About: HierLearning is a C++11 implementation of a general-purpose, multi-agent, hierarchical reinforcement learning system for sequential decision problems.

Changes:

Initial Announcement on mloss.org.


Logo JMLR BudgetedSVM v1.1

by nemanja - February 12, 2014, 20:53:45 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 13297 views, 2494 downloads, 0 subscriptions

About: BudgetedSVM is an open-source C++ toolbox for scalable non-linear classification. The toolbox can be seen as a missing link between LibLinear and LibSVM, combining the efficiency of linear with the accuracy of kernel SVM. We provide an Application Programming Interface for efficient training and testing of non-linear classifiers, supported by data structures designed for handling data which cannot fit in memory. We also provide command-line and Matlab interfaces, providing users with an efficient, easy-to-use tool for large-scale non-linear classification.

Changes:

Changed license from LGPL v3 to Modified BSD.


Logo AIDE 0.2

by khalili - January 3, 2014, 18:01:06 CET [ Project Homepage BibTeX Download ] 8034 views, 2342 downloads, 0 subscriptions

About: AIDE (Automata Identification Engine) is a free open source tool for automata inference algorithms developed in C# .Net.

Changes:

Initial Announcement on mloss.org.


Logo learning coupled feature spaces for cross modal matching 1.0

by openpr_nlpr - December 30, 2013, 10:15:46 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 10151 views, 2026 downloads, 0 subscriptions

About: Kaiye Wang, Ran He, Wei Wang, Liang Wang, Tiuniu Tan. Learning Coupled Feature Spaces for Cross-modal Matching. In ICCV, 2013.

Changes:

Initial Announcement on mloss.org.


Logo Gesture Recogition Toolkit 0.1 Revision 289

by ngillian - December 13, 2013, 22:59:53 CET [ Project Homepage BibTeX Download ] 26050 views, 6034 downloads, 0 subscriptions

About: The Gesture Recognition Toolkit (GRT) is a cross-platform, open-source, c++ machine learning library that has been specifically designed for real-time gesture recognition. It features a large number of machine-learning algorithms for both classification and regression in addition to a wide range of supporting algorithms for pre-processing, feature extraction and dataset management. The GRT has been designed for real-time gesture recognition, but it can also be applied to more general machine-learning tasks.

Changes:

Added Decision Tree and Random Forests.


Logo JMLR Continuous Time Bayesian Network Reasoning and Learning Engine 1.1.1

by cshelton - December 9, 2013, 18:44:02 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 55273 views, 15837 downloads, 0 subscriptions

About: The CTBN-RLE is a C++ package of executables and libraries for inference and learning algorithms for continuous time Bayesian networks (CTBNs).

Changes:

compilation problems fixed


Logo GBAC 0.0.4

by henrydcl - November 22, 2013, 20:04:16 CET [ BibTeX BibTeX for corresponding Paper Download ] 20394 views, 5537 downloads, 0 subscriptions

About: Probabilistic performance evaluation for multiclass classification using the posterior balanced accuracy

Changes:

Added bibtex information.


Logo Bayesian Model Averaging Library 0.3

by duric1 - November 16, 2013, 04:42:05 CET [ Project Homepage BibTeX Download ] 6844 views, 1926 downloads, 0 subscriptions

About: Bayesian Model Averaging for linear models with a wide choice of (customizable) priors. Built-in priorss include coefficient priors (fixed, flexible and hyper-g priors), 5 kinds of model priors, moreover model sampling by enumeration or various MCMC approaches.

Changes:

Initial Announcement on mloss.org.


  • Authors: Duric
  • License: Gnu
  • Programming Language: R

Logo JMLR CARP 3.3

by volmeln - November 7, 2013, 15:48:06 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 53605 views, 14311 downloads, 0 subscriptions

About: CARP: The Clustering Algorithms’ Referee Package

Changes:

Generalized overlap error and some bugs have been fixed


Logo Two dimensional relaxed representation 1.0

by openpr_nlpr - November 4, 2013, 05:48:12 CET [ Project Homepage BibTeX Download ] 7210 views, 1825 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 Differential Dependency Network cabig cytoscape plugin 1.0

by cbil - October 27, 2013, 17:31:58 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 10211 views, 2276 downloads, 0 subscriptions

About: DDN learns and visualize differential dependency networks from condition-specific data.

Changes:

Initial Announcement on mloss.org.


Logo ISSE 0.2.0

by njb - October 15, 2013, 03:03:56 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 19208 views, 3941 downloads, 0 subscriptions

About: An audio editing tool for single-channel source separation.

Changes:

Stereo processing, bug fixes, UI updates.


Logo JMLR CAM Java 3.1

by wangny - October 14, 2013, 22:46:03 CET [ Project Homepage BibTeX Download ] 37677 views, 11752 downloads, 0 subscriptions

About: The CAM R-Java software provides a noval way to solve blind source separation problem.

Changes:

In this version, we fix the problem of not working under newest R version R-3.0.


Logo epac 0.10

by jinpengli - October 9, 2013, 14:00:15 CET [ Project Homepage BibTeX Download ] 9649 views, 2381 downloads, 0 subscriptions

About: Embarrassingly Parallel Array Computing: EPAC is a machine learning workflow builder.

Changes:

Initial Announcement on mloss.org.


Showing Items 81-100 of 216 on page 5 of 11: Previous 1 2 3 4 5 6 7 8 9 10 Next Last