Move files that aren't docs into their own folder.

This commit is contained in:
Ryan Curtin
2022-12-02 08:21:57 -05:00
parent e0287388f9
commit 1b4b77b699
3 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ the [matrices guide](../user/matrices.md) for more information.
The code below builds a simple feed-forward network with the default options,
then queries for the assignments for every point in the `queries` matrix.
![Example feedforward network diagram](ann.svg)
![Example feedforward network diagram](res/ann.svg)
*Note*: the number of inputs in the above graph doesn't match with the real
number of features in the thyroid dataset and are just used as an abstract

Before

Width:  |  Height:  |  Size: 44 KiB

After

Width:  |  Height:  |  Size: 44 KiB