Changes
Page history
No commit message
authored
Mar 30, 2017
by
Johannes Weidner
No commit message
Show whitespace changes
Inline
Side-by-side
manual-training.md
View page @
c9599d2d
...
...
@@ -16,7 +16,7 @@
-
[
Console
](
manual-training#console
)
-
[
Plotter
](
manual-training#plotter
)
-
[
CSV-export
](
manual-training#csv-export
)
-
[
Weight
plotter
](
manual-training#weight-
plotter
)
-
[
Weight
visualization
](
manual-training#weight-
visualization
)
-
[
Deployment
](
manual-training#deployment
)
6.[
Miscellaneous
](
manual-miscellaneous
)
...
...
@@ -140,7 +140,7 @@ Iterations; Time; logname2.train.key1; logname2.train.key2; ...
...
```
## Weight
plotter
## Weight
visualization
The weight plotter can visualize the filter trained in the neural network (currently limited to convolutional layer).
After splitting the convolutional layer into its filters, the matrices for every filter are rendered as a block of grayscale pixels.
Very light pixels represent the weights with the higher parameter values, darker pixels the weights with the lower parameter values.
...
...
...
...