All Versions
7
Latest Version
Avg Release Cycle
166 days
Latest Release
1539 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