Skip to content

Releases: drhuffman12/ai4cr

v0.1.15

08 Jan 02:55
41d84a6
Compare
Choose a tag to compare
  • Added a simple RNN (i.e.: Ai4cr::NeuralNetwork::Cmn::RnnSimple)
  • Misc fixes, refactoring, and cleanup
  • TODO: Add code to collect and train (i.e.: loop thru) a sequence of data ... probably next PR

0.1.13 prep for Crystal 1.0.0

01 Jul 05:08
33e2e1e
Compare
Choose a tag to compare
  • 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

Version 0.1.11

22 Feb 08:45
1801a61
Compare
Choose a tag to compare
  • More MiniNet tests and benchmarks
  • Remove deprecated Backpropagation#marshal_dump and Backpropagation#marshal_load

Version 0.1.10

17 Feb 02:01
Compare
Choose a tag to compare
  • update README based on 0.1.9 mods
  • formatting

Version 0.1.9

17 Feb 01:55
080c5e8
Compare
Choose a tag to compare
  • 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.)

Version 0.1.7

03 Feb 04:24
b1605c0
Compare
Choose a tag to compare
Drhuffman12/upgrade to crystal 0 32 1 (#32)

* bump Crystal version to 0.32.1

* add cleaner build notes

* crystal tool format

* doc re reformat

* misc scripts

0.1.3

25 May 00:40
6fc807b
Compare
Choose a tag to compare
  • Fix CircleCI config
  • Dockerize

Initial release

11 Oct 04:42
Compare
Choose a tag to compare

Ai4cr::NeuralNetwork::Backpropagation and related tests have been ported