Projects running under platform agnostic.


Logo Aika 0.17

by molzberger - May 14, 2018, 15:42:00 CET [ Project Homepage BibTeX Download ] 29314 views, 7637 downloads, 0 subscriptions

About: Aika is an open source text mining engine. It can automatically extract and annotate semantic information in text. In case this information is ambiguous, Aika will generate several hypothetical interpretations about the meaning of this text and retrieve the most likely one.

Changes:

Aika Version 0.17 2018-05-14

  • Introduction of synapse relations. Previously the relation between synapses was implicitly modeled through word positions (RIDs). Now it is possible to explicitly model relations like: The end position of input activation 1 equals to the begin position of input activation 2. Two types of relations are currently supported, range relations and instance relations. Range relations compare the input activation range of a given synapse with that of the linked synapse. Instance relations also compare the input activations of two synapses, but instead of the ranges the dependency relations of these activations are compared.
  • Removed the norm term from the interpretation objective function.
  • Introduction of an optional distance function to synapses. It allows to model a weakening signal depending on the distance of the activation ranges.
  • Example implementation of a context free grammar.
  • Example implementation for co-reference resolution.
  • Work on an syllable identification experiment based on the meta network implementation.

Aika Version 0.15 2018-03-16

  • Simplified interpretation handling by removing the InterpretationNode class and moving the remaining logic to the Activation class.
  • Moved the activation linking and activation selection code to separate classes.
  • Ongoing work on the training algorithms.

Logo glyph 0.3.2

by mquade - June 1, 2017, 20:51:52 CET [ Project Homepage BibTeX Download ] 6033 views, 2449 downloads, 0 subscriptions

About: glyph is a python 3 library based on deap providing abstraction layers for symbolic regression problems.

Changes:

Initial Announcement on mloss.org.


Logo Calibrated AdaMEC 1.0

by nnikolaou - April 8, 2017, 13:57:45 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 12584 views, 1858 downloads, 0 subscriptions

About: Code for Calibrated AdaMEC for binary cost-sensitive classification. The method is just AdaBoost that properly calibrates its probability estimates and uses a cost-sensitive (i.e. risk-minimizing) decision threshold to classify new data.

Changes:

Updated license information


Logo Java Statistical Analysis Tool 0.0.7

by EdwardRaff - January 15, 2017, 22:21:50 CET [ Project Homepage BibTeX Download ] 13732 views, 3534 downloads, 0 subscriptions

About: General purpose Java Machine Learning library for classification, regression, and clustering.

Changes:

See github release tab for change info


Logo LMW Tree 1.0

by cdevries - May 30, 2015, 11:42:23 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 8439 views, 1976 downloads, 0 subscriptions

About: Learning M-Way Tree - Web Scale Clustering - EM-tree, K-tree, k-means, TSVQ, repeated k-means, clustering, random projections, random indexing, hashing, bit signatures

Changes:

Initial Announcement on mloss.org.