AdaptiveResonance.jl

A Julia package for Adaptive Resonance Theory (ART) algorithms.

MIT License

Stars
23
Committers
5

Bot releases are visible (Hide)

AdaptiveResonance.jl - v0.3.1

Published by github-actions[bot] over 3 years ago

AdaptiveResonance v0.3.1

Diff since v0.3.0

Removed the MLJ requirement, redefining performance() more simply.

AdaptiveResonance.jl - v0.3.0

Published by github-actions[bot] over 3 years ago

AdaptiveResonance v0.3.0

Diff since v0.2.4

This version defines several internal type aliases to standardize accepted numerical types throughout the package (inspired by StatsBase.jl).
Explicitly defining types has the benefit of improving compilation/run time, and generalizing these types takes a step towards letting this package run on 32-bit systems.
These internal abstract types are:

  • RealArray: any-dimensional array of real (floating point or integer) numbers.
  • RealVector: 1-D array of real numbers.
  • RealMatrix: 2-D array of real numbers.
  • IntegerArray: any-dimensional array of integer numbers.
  • IntegerVector: 1-D array of integers.
  • IntegerMatrix: 2-D array of integers.
  • RealFP: floating point numbers (32- or 64-bit, depending on the system).
AdaptiveResonance.jl - v0.2.4

Published by github-actions[bot] over 3 years ago

AdaptiveResonance v0.2.4

Diff since v0.2.3

Added Dual Vigilance Fuzzy ART (DVFA).

AdaptiveResonance.jl - v0.2.3

Published by github-actions[bot] over 3 years ago

AdaptiveResonance v0.2.3

Diff since v0.2.2

AdaptiveResonance.jl - v0.2.2

Published by github-actions[bot] over 3 years ago

AdaptiveResonance v0.2.2

Diff since v0.2.1

This version changes the behavior of get_n_samples and get_data_shape to interpret 1-D vectors as a single sample, reflected in the changed behavior of DDVFA.

AdaptiveResonance.jl - v0.2.1

Published by github-actions[bot] over 3 years ago

AdaptiveResonance v0.2.1

Diff since v0.2.0

AdaptiveResonance.jl - v0.2.0

Published by github-actions[bot] over 3 years ago

AdaptiveResonance v0.2.0

Diff since v0.1.2

Merged pull requests:

  • CompatHelper: add new compat entry for "ClusterValidityIndices" at version "0.1" (#15) (@github-actions[bot])
AdaptiveResonance.jl - v0.1.2

Published by github-actions[bot] over 3 years ago

AdaptiveResonance v0.1.2

Diff since v0.1.1

Merged pull requests:

  • CompatHelper: add new compat entry for "Revise" at version "3.1" (#13) (@github-actions[bot])
  • CompatHelper: bump compat for "ProgressBars" to "1.0" (#14) (@github-actions[bot])
AdaptiveResonance.jl - v0.1.1

Published by github-actions[bot] over 3 years ago

AdaptiveResonance v0.1.1

Merged pull requests:

  • CompatHelper: bump compat for "Revise" to "3.1" (#1) (@github-actions[bot])
  • CompatHelper: add new compat entry for "ProgressBars" at version "0.7" (#2) (@github-actions[bot])
  • CompatHelper: add new compat entry for "DocumenterTools" at version "0.1" (#4) (@github-actions[bot])
  • CompatHelper: add new compat entry for "LiveServer" at version "0.5" (#6) (@github-actions[bot])
  • CompatHelper: add new compat entry for "MLJ" at version "0.14" (#8) (@github-actions[bot])
  • CompatHelper: bump compat for "ProgressBars" to "0.8" (#10) (@github-actions[bot])
Package Rankings
Top 25.92% on Juliahub.com
Badges
Extracted from project README
adaptiveresonance-header Stable Build Status Codecov DOI Dev Build Status Coveralls DOI Documentation pkgeval deps version
Related Projects