|
About: The Cognitive Foundry is a modular Java software library of machine learning components and algorithms designed for research and applications. Changes:
|
|
About: A scalable, fast C++ machine learning library, with emphasis on usability. Changes:Speedups of cover tree traversers; addition of rank-approximate nearest neighbor (RANN); addition of fast exact max-kernel search (FastMKS); fix for EM covariance estimation; more parameters for GMM estimation; force GMM and GaussianDistribution covariance matrices to be positive definite during training; add a tolerance parameter to the Baum-Welch algorithm for HMM training; fix for compilation with clang; fix for k-furthest neighbor search.
|
|
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.
|
|
About: The CTBN-RLE is a C++ package of executables and libraries for inference and learning algorithms for continuous time Bayesian networks (CTBNs). Changes:Markov decision processes added (Kan & Shelton 2008) [ctmdp.h] Mean field inference added (Cohn, El-Hay, Friedman, & Kupferman 2009) [meanfieldinf.h] Factored uniformization for filtering added (Celikkaya & Shelton 2011) [uniformizedfactoredinf.h] Auxilliary Gibbs sampling added (Rao & Teh 2011) [gibbsauxsampler.h] Multi-threading for EM added many speed improvements unit testing improved [tst/] new demo "main" programs added [demo/] file format changed to XML-ish format (with old methods still there for conversion) matrix switched to Eigen package (with option to return to old matrix) glpk now included initial cmake functionality
|
|
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
|
|
About: Use the power of crowdsourcing to create ensembles. Changes:Initial Announcement on mloss.org.
|
|
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.
|