diff options
author | Nicolas Patry <patry.nicolas@protonmail.com> | 2023-10-02 10:22:44 +0200 |
---|---|---|
committer | Nicolas Patry <patry.nicolas@protonmail.com> | 2023-10-02 10:22:44 +0200 |
commit | 638ccf9f46428bfb291603bffc2bf6ef4e6c094e (patch) | |
tree | ba83e8e6eb2641d0c6e7b20dde6a6de7f8799a7f /candle-book | |
parent | 0baf5a1e19f9ee3c79f1ba9fa279b5c6e253d97a (diff) | |
download | candle-638ccf9f46428bfb291603bffc2bf6ef4e6c094e.tar.gz candle-638ccf9f46428bfb291603bffc2bf6ef4e6c094e.tar.bz2 candle-638ccf9f46428bfb291603bffc2bf6ef4e6c094e.zip |
Fix include code.
Diffstat (limited to 'candle-book')
-rw-r--r-- | candle-book/src/training/simplified.md | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/candle-book/src/training/simplified.md b/candle-book/src/training/simplified.md index 5b2a380d..a64f2da4 100644 --- a/candle-book/src/training/simplified.md +++ b/candle-book/src/training/simplified.md @@ -33,8 +33,7 @@ Thus, this neural network learns to find hidden relationships between the result ## Example output -``` - +```bash Trying to train neural network. Epoch: 1 Train loss: 4.42555 Test accuracy: 0.00% Epoch: 2 Train loss: 0.84677 Test accuracy: 33.33% @@ -43,5 +42,4 @@ Epoch: 4 Train loss: 0.37806 Test accuracy: 33.33% Epoch: 5 Train loss: 0.36647 Test accuracy: 100.00% real_life_votes: [13, 22] neural_network_prediction_result: 0.0 - -```
\ No newline at end of file +``` |