No commit message authored by Johannes Weidner's avatar Johannes Weidner
No commit message
......@@ -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.
......
......