Projects supporting the xml data format.


Logo JMLR MLPACK 3.0.2

by rcurtin - June 9, 2018, 18:03:57 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 234823 views, 41267 downloads, 0 subscriptions

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

About: A fast, flexible C++ machine learning library, with bindings to other languages.

Changes:

Released June 8th, 2018.

  • Documentation generation fixes for Python bindings (#1421).
  • Fix build error for man pages if command-line bindings are not being built (#1424).
  • Add shuffle parameter and Shuffle() method to KFoldCV (#1412). This will shuffle the data when the object is constructed, or when Shuffle() is called.
  • Added neural network layers: AtrousConvolution (#1390), Embedding (#1401), and LayerNorm (layer normalization) (#1389).
  • Add Pendulum environment for reinforcement learning (#1388) and update Mountain Car environment (#1394).

Logo A framework for benchmarking of feature selection algorithms and cost functions v1.3

by msreis - August 4, 2017, 00:19:28 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 9073 views, 1805 downloads, 0 subscriptions

About: An open-source framework for benchmarking of feature selection algorithms and cost functions.

Changes:

Initial Announcement on mloss.org.


Logo Multiagent Decision Process Toolbox 0.4

by faoliehoek - June 2, 2016, 17:38:59 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 15617 views, 3171 downloads, 0 subscriptions

About: The Multiagent decision process (MADP) Toolbox is a free C++ software toolbox for scientific research in decision-theoretic planning and learning in multiagent systems.

Changes:

-Includes freshly written spirit parser for .pomdp files. -Includes new code for pruning POMDP vectors; obviates dependence on Cassandra's code and old LP solve version. -Includes new factor graph solution code -Generalized firefighting CGBG domain added -Simulation class for Factored Dec-POMDPs and TOI Dec-MDPs -Approximate BG clustering methods and kGMAA with clustering.


Logo Cognitive Foundry 3.4.2

by Baz - October 30, 2015, 06:53:03 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 75360 views, 15160 downloads, 0 subscriptions

About: The Cognitive Foundry is a modular Java software library of machine learning components and algorithms designed for research and applications.

Changes:
  • General:
    • Upgraded MTJ to 1.0.3.
  • Common:
    • Added package for hash function computation including Eva, FNV-1a, MD5, Murmur2, Prime, SHA1, SHA2
    • Added callback-based forEach implementations to Vector and InfiniteVector, which can be faster for iterating through some vector types.
    • Optimized DenseVector by removing a layer of indirection.
    • Added method to compute set of percentiles in UnivariateStatisticsUtil and fixed issue with percentile interpolation.
    • Added utility class for enumerating combinations.
    • Adjusted ScalarMap implementation hierarchy.
    • Added method for copying a map to VectorFactory and moved createVectorCapacity up from SparseVectorFactory.
    • Added method for creating square identity matrix to MatrixFactory.
    • Added Random implementation that uses a cached set of values.
  • Learning:
    • Implemented feature hashing.
    • Added factory for random forests.
    • Implemented uniform distribution over integer values.
    • Added Chi-squared similarity.
    • Added KL divergence.
    • Added general conditional probability distribution.
    • Added interfaces for Regression, UnivariateRegression, and MultivariateRegression.
    • Fixed null pointer exception that can happen in K-means with an empty cluster.
    • Fixed name of maxClusters property on AgglomerativeClusterer (was called maxMinDistance).
  • Text:
    • Improvements to LDA Gibbs sampler.

Logo DCABags 0.7

by wbuntine - June 5, 2014, 05:34:44 CET [ Project Homepage BibTeX Download ] 18293 views, 4372 downloads, 0 subscriptions

About: Document/Text preprocessing for topic models: suite of Perl scripts for preprocessing text collections to create dictionaries and bag/list files for use by topic modelling software.

Changes:

Moved distribution and code across to GitHub. Changed "ldac" format to have 0 offset for word indices. Added "document frequency" (df) filtering on selection of tokens for linkTables. Playing with linkParse but its still unuseable generally.


Logo AIDE 0.2

by khalili - January 3, 2014, 18:01:06 CET [ Project Homepage BibTeX Download ] 7326 views, 2100 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 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 ] 51752 views, 15056 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 Intelligent Parameter Utilization Tool 0.4

by feldob - April 28, 2013, 18:05:45 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 9362 views, 2457 downloads, 0 subscriptions

About: A descriptive and programming language independent format and API for the simplified configuration, documentation, and design of computer experiments.

Changes:

Initial Announcement on mloss.org.


Logo Neural network designer 1.1.1

by bragi - December 28, 2012, 11:38:10 CET [ Project Homepage BibTeX Download ] 15845 views, 4068 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


Logo WebEnsemble 1.0

by jungc005 - May 8, 2012, 22:24:44 CET [ BibTeX Download ] 5550 views, 2239 downloads, 0 subscriptions

About: Use the power of crowdsourcing to create ensembles.

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 ] 13385 views, 3400 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.