All Versions
7
Latest Version
Avg Release Cycle
166 days
Latest Release
1388 days ago

Changelog History

  • v0.1.13 Changes

    July 01, 2020
    • update dependencies that are Crystal 1.0 compatible (ascii_bar_charter)
    • disable dependencies that are Crystal 1.0 compatible (ameba)
    • ๐Ÿ”„ Change required Crystal version to 1.0 (shard.yml, .crystal-version)
    • ๐Ÿ”– version bump this repo from 0.1.12 to 0.1.13
  • v0.1.11 Changes

    February 22, 2020
    • โœ… More MiniNet tests and benchmarks
    • Remove deprecated Backpropagation#marshal_dump and Backpropagation#marshal_load
  • v0.1.10 Changes

    February 17, 2020
    • โšก๏ธ update README based on 0.1.9 mods
    • formatting
  • v0.1.9 Changes

    February 17, 2020
    • Roadmap added (as of v 0.1.8)
    • ๐ŸŽ‰ Initial classes for Cmn ("Connectable Mini Networks")
    • Generate an error history plot using AsciiBarCharter and error_distance_history , e.g.:

      plot: 'โ–‡โ–Šโ–‚โ–…โ–…โ–…โ–…โ–…โ–…โ–…โ–…โ–…โ–… โ–…_โ–…__ โ–…___'

    ๐Ÿ‘€ (Run crystal spec spec_examples to see more error history plot examples. NOTE: These run short training sessions, so some tests are likely to fail some of the time.)

  • v0.1.7

    February 03, 2020
  • v0.1.3 Changes

    May 25, 2018
    • ๐Ÿ›  Fix CircleCI config
    • ๐Ÿณ Dockerize
  • v0.1.1 Changes

    October 11, 2017

    โœ… Ai4cr::NeuralNetwork::Backpropagation and related tests have been ported