From 638ccf9f46428bfb291603bffc2bf6ef4e6c094e Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Mon, 2 Oct 2023 10:22:44 +0200 Subject: Fix include code. --- candle-book/src/training/simplified.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'candle-book') 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 +``` -- cgit v1.2.3