From d80bd3c5e58d57dfe86a5f976cda98dc889dea1f Mon Sep 17 00:00:00 2001 From: lluni Date: Mon, 16 Jan 2023 00:14:38 +0100 Subject: [PATCH] Added additional information for example_sine --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9dc73ab..b0a4d2e 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,4 @@ Examples can be run with - `cargo run -r --package rust-nn --example example_xor` - `cargo run -r --package rust-nn --example example_sine` + - This creates the file `./examples/sine.png` where you can see the results. The red line shows the true `y` values and the blue line the predicted ones.