Added additional information for example_sine

This commit is contained in:
lluni 2023-01-16 00:14:38 +01:00
parent 58964ceb41
commit d80bd3c5e5
Signed by: lluni
GPG key ID: ACEEB468BC325D35

View file

@ -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.