All Versions
7
Latest Version
Avg Release Cycle
166 days
Latest Release
1726 days ago
Changelog History
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
to0.1.13
- update dependencies that are Crystal 1.0 compatible (
-
v0.1.11 Changes
February 22, 2020- โ
More
MiniNet
tests and benchmarks - Remove deprecated
Backpropagation#marshal_dump
andBackpropagation#marshal_load
- โ
More
-
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
anderror_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